Interview 1: Discuss, how to store a whole database (comprising of at least 1 primary key) in a data structure. Needed to focus on the lookup time via the key provided.
Software Development Programmer Interview Questions
33,200 software development programmer interview questions shared by candidates
Tell me about a difficult customer you had to deal with and how you handled it?
data structure algorithm and coding
Why do you want to work for Amazon?
For coding test, it is almost of algorithms questions. And they
Given a matrix of 0s and 1s where 0 represents path way and 1 represents obstacle. Find a way to reach from [0,0] position to [n-1, n-1] position. You can only move down, left and right.
Describe a time you stepped in to help a struggling teammate
Given a 2d array to represent a map/matrix, find and return all of the islands (1s) on the map that don't touch an edge and are surrounded by water (0s). (ex [0001], [0100], [0000])
Data structures. Design large int class, a Trie and a recursion problem.
k smallest integers in a list
Viewing 1611 - 1620 interview questions