Software Developer applicants have rated the interview process at Amazon with 3.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 33% positive. To compare, the company-average is 63.8% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
I applied online. The process took 1 day. I interviewed at Amazon in Mar 2012
Interview
I applied through amazon's website and they contact me one month later.
There are two phone interviews and each of them takes about 45 minutes(30 minutes to answer their questions, and the rest is for you to ask them questions). Both of the two interviews are technical and they are all about algorithms, they didn't ask me questions about OO.
Interview questions [1]
Question 1
Find the index of an element in a matrix which has been sorted, if can't find the element return (-1, -1)
I applied online. The process took 1 day. I interviewed at Amazon in Mar 2012
Interview
Amazon :
Got phone interview first, it was normal introduction initially followed with the kind of work I am doing now.
1 s t question
Find the 2 no.s from array which sum up to a number.
2 n d qns.
Find the cycle in a linkedlist.
The process took 6 weeks. I interviewed at Amazon (Seattle, WA) in Mar 2012
Interview
Got a phone interview by the hiring manager.
Questions asked:
How to do integer multiplication and division without using multiplication nor division sign.
Interview questions [1]
Question 1
Write an algorithm/code in C to do integer multiplication and division without using multiplication nor division operators. Do the same thing for partitioned algorithm/parallelizable (suitable in parallel processing)