I applied online. I interviewed at Amazon (Seattle, WA) in Jun 2015
Interview
5 interviewer, each 45 minutes. ALG and data structure. they asked some ios design questions.
A compilation of all the behavioral questions on this website. 1. Tell me about yourself 2. Strengths 3. Weaknesses 4. Why Amazon? 5. How can you translate your skills towards Amazon? 6. What experiences do you have that separate you from the rest? Groups/ Leadership 1. Tell me about a time when you were leading a group, were assigned a goal, and did not reach it
Interview questions [1]
Question 1
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.
get(key) - Get the value (will always be positive) of the key if the key exists in the cache, otherwise return -1.
set(key, value) - Set or insert the value if the key is not already present. When the cache reached its capacity, it should invalidate the least recently used item before inserting a new item.
I applied online. The process took 2 weeks. I interviewed at Amazon (Seattle, WA) in Nov 2013
Interview
The onsite interview started at 9:00. At first, two senior engineers brought me to a small room. There's no warmup question. They gave me a graph question and then asked me some behavioral questions. Then other people came in and went out. There were four different meetings, testing object-oriented, algorithms, and system design question. Each meeting lasted for 45 minutes.
I applied through college or university. The process took 1 day. I interviewed at Amazon (Mumbai) in Jun 2015
Interview
I have recently attended an interview with Amazon. It was a campus drive. The first round was a coding one. Going through geeks for geeks will surely get this test passed. The basic first round was to test the coding skills. and the later rounds to purely analyze the computer science ability of the candidate.
Interview questions [1]
Question 1
The coding questions were some which are available in Geeksforgeeks from the DS and algorithms part.