Software Engineer 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 through college or university. I interviewed at Amazon
Interview
It was an on-campus interview. The interview has two back-to-back rounds and each take forty five minutes. The interview questions are easy and the recruiters are very nice. The process was delightful.
The process started out with taking an easy online assessment of 7 questions. After that was completed I had an over the phone technical interview that lasted for about 45 minutes and consisted of one multipart question. The interviewer was helpful in getting me through parts of the problem which I stumbled on and over all it was a good experience. Other than the technical question the interviewer was also very interested in what I have done outside of school (programming oriented side projects in particular).
Interview questions [1]
Question 1
Given a tree, serialize it into a string that can later be parsed and used to rebuild the original tree.
I applied through a recruiter. The process took 4 weeks. I interviewed at Amazon in Jan 2015
Interview
I was contacted by a recruiter on Linkedin. I was given a timed coding exercise to complete on a website. After that I was invited to a recruitment event organized in Europe. The face to face interviews were nice. In the beginning me and other guys sitting in a hotel room were told that there would be 3 interviews for each person but if there was need they could invite some people for the 4th one too(and I was).
During for interviews the format was more or less the same. I had to answer questions about my background, some technical problems and coding on whiteboard.
The thing that bothered me throughout the whole interview process was that there was no clear description of what I was supposed to work on. I didn't have much to say about what I wanted to work on and they decided on my behalf for what role I fitted best(it was something I had absolutely no interest nor previous experience) and which location(not the location I wanted in the first place).
Overall it was a positive experience, talking to smart people in the interviews and solving interesting questions. But for the reasons I explained I ended up declining their offer.
Interview questions [2]
Question 1
Write a method that returns true if the two given strings were anagrams.
You are given a stream of characters and a list of valid tokens. Write a method that returns true if the character stream only consists of valid tokes. (Note: number of valid tokens is very big)