Amazon has a coding assessment. Overall it was a normal experience with problems relevant to the position.
Software Developer Ii Interview Questions
6,480 software developer ii interview questions shared by candidates
Implement package manager. Given array input of packages and their dependencies, output the order which packages needs to be installed in
Write algorithm/code to find longest path between any two cities. 4X4 matrix was given. If there is no connectivity between two cities then the distance between them was given as -1. Its cyclic graph.
Given a adjucency matrix view of a graph find connected components in it.
What are your salary expectations.
Shared a problem statement for craft demo.
Design (and draw an infrastructure diagram for) a system in which speed detection cameras upload snapshots for each vehicle (with a license plate ID, timestamp, and location included) and the system is queried to return all the speeders for a given location and date range. No implementation required.
Implement the functions bool Add(), bool Remove(), and bool Contains() for a hash set of integers. (Then some questions followed about how to determine when to add more buckets)
Implement LRU Cache
Abstract class vs interface in Java
Viewing 421 - 430 interview questions