Software Engineer 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 through an employee referral. The process took 4 weeks. I interviewed at Amazon (Cape Town) in Jan 2010
Interview
I had 2 phone interviews which involved a number of questions about my education and work experience.
The onsite interview consisted of about 6 interview of 45 minutes, one of which takes place during lunch. These are all white board coding and problem solving questions. The length and number of interviews makes it a bit challenging.
Interview questions [1]
Question 1
Given a mutable string (array of characters) of words, how would you reverse the order of the words in the string, not the entire string. This must be done in place, i.e. not using any additional memory.
eg) "Hello World" => "olleH dlroW"