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 online. The process took 4 weeks. I interviewed at Amazon in Jul 2015
Interview
The recruiter initially asked for a codility test (actually two of them) to be completed. I guess in many ways it would be good to carry out one of these a day, it would keep you sharp on solving algorithms, but to be fair, its only ever useful in an interview. I find in the real world a lot of problems can be solved through more creative thinking. I managed to scrape through this stage after fumbling one of the tests, but acing the other, they gave me more time to work on the one I struggled with and eventually I did OK. I then had a telephone interview with the hiring manager which involved logging into a collabedit session. The hiring manager came up with some coding scenarios, I think the one he came up with was a streaming video service, and asked me to design the database and OO structure of the solution, prototyping the code. This was actually quite good fun once I relaxed, but I feel essentially my DB side of things were weak, and so that let me down in the end.
I had no particular complaints from the technical side, but I would say they were severely let down by their recruiting team. They would not reply to my emails when asking them questions about the process, etc. They were not prompt at following up any conversations and actually advised me incorrectly on what I should look at for the final interview!!! After I was informed that they would not be pursuing (bare in mind, they did not phone me after the technical interview, they did not give me any time scales either), they then ignored all of my emails asking for feedback! Microsoft however gave a very nice amount of feedback.
I applied through college or university. The process took 1 day. I interviewed at Amazon
Interview
The process started off
Round 1:
16 MCQ on c,C++, data structures and 2 programming questions
Round 2:
programming questions..
like merging two arrays into single array
consonants and vowels in a sentence
finally Technical round
and HR
In HR some basic questions only
I applied through college or university. I interviewed at Amazon
Interview
It was an on-campus hiring process. The interview consisted of 2-4 rounds in general. I gave a couple of rounds. In the first interview, discussion of projects from the resume was followed by a couple of simple questions involving graphs(simple traversal) and designing of data structures for given task. Similarly in the next round, there was a discussion about a project from the resume and one question related to trees.
Interview questions [1]
Question 1
Given a matrix of characters, find the given word in the matrix. A new character can be added to an existing sequence of characters, if the new character's cell is a neighbour(all of the existing 8 possibilities) of the last character of the existing sequence.