Analyst applicants have rated the interview process at Amazon with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% 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 -
The interview and process went very smoothly, I was asked a mix of technical and behavioral questions over the course of the interview and process overall. All members were respectful and timely.
I applied through an employee referral. I interviewed at Amazon
Interview
Overall it's normal process but their behavior questions are super hard. They ask in a way that it's hard for you to answer them using your normal way, and they will keep asking more questions based on your answer.
Interview questions [1]
Question 1
What's something you did before that requires a lot of data
As compared to other companies they are much easier. They just expect you to write correct working code. If they ask you to find k shortest integers in an array and you write bubble sort instead of using heaps, you will still clear their tests (true story) because apparently efficiency is way less important to them than working code. This might sound unrealistically easy. Its actually not that simple because you have to make sure it works on every damn corner case. Yes you don't need to worry about runtime complexities that much but you need to be able to thoroughly test your code and make it bullet proof.