Software Developer applicants have rated the interview process at Amazon with 3.3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 67% positive. To compare, the company-average is 61.5% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
I applied online. The process took 4 weeks. I interviewed at Amazon in Jun 2010
Interview
I had 3 telephonic rounds and 4 technical + 1 HR in 1:1. all interviews were pretty good. But didnt get an offer
Interview questions [1]
Question 1
we have 3 log files which contain details of custId, PageId, date/time of visit. find 3 most frequently visited pages (in order ..if we have 5 pages A B C D E and the entries are sorted by date . say sequence is A B D A B C D A B ) which were visited by a customer then answer shud be A B D ( like even if sequence is D A B it wiill be counted as A B D
I applied online. The process took 1 day. I interviewed at Amazon in Aug 2010
Interview
It is a phone interview. The interviewer is very nice and during the interview, he asked some questions about my background and some simple algorithm and design questions. I need to write the code and read my code(including the punctuation) through phone.
Interview questions [2]
Question 1
write a code to print out the fibonacci sequence recursively and iteratively.
I applied online. The process took 2 weeks. I interviewed at Amazon in Aug 2010
Interview
(1) About my resume - had to explain the projects i've done, and experinece from the previous job
(2) Some easy questions about terms , like difference between arrya and linked list, their strong/week points,etc.
(3) You have 2 sorted arrays, what is the fastest algorithm to get Union - Intersection of thoes 2 arrays?
Interview questions [2]
Question 1
2 sorted arrays. Give an algorithm for Union - Intersection of thoes 2 arryas