Intern 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 100% positive. To compare, the company-average is 58.2% positive. This is according to Glassdoor user ratings.
Candidates applying for Intern Software Engineer roles take an average of 60 days to get hired, when considering 4 user submitted interviews for this role. To compare, the hiring process at Amazon overall takes an average of 31 days.
Here are the most commonly searched roles for interview reports -
I applied online. The process took 3 weeks. I interviewed at Amazon (Austin, TX) in Dec 2012
Interview
1. The interviewer introduce himself and his work at Amazon
2. Basic algorithm and data structure question related to hashtable.
3.Coding question--binary search
I applied through an employee referral. The process took 1 week. I interviewed at Amazon (College Park, MD) in Feb 2013
Interview
I had a friend hook me up with an interview from my university. I am a junior this year, and I don't believe that my resume would have gotten noticed otherwise. They came to my campus and conducted a 90 minute interview where two interviewers had me do 2 fairly difficult coding problems each (full out in my language of preference). I thought they weren't interested in me but heard back after one night that my interviewers were very impressed with me.
Interview questions [1]
Question 1
I had to implement a data structure for a last Least Recent Delete Cache and write relevant functions (it was a class for me since I used Java). Some functions included puts(Key key, Value value) and get(Key key). When I was stuck they helped me out.
I applied online. The process took 2 weeks. I interviewed at Amazon (Seattle, WA) in Feb 2013
Interview
Submitting application online and about a week later was asked to schedule a phone interview. The interview consisted of two different calls each about 45 minutes long with a 15 minute break between them. The two callers were both very friendly and easy to understand. They were almost entirely technical in nature. Some questions were just explaining how you would solve a problem and some were writing code. Questions included how to implement C++ set insert and access functions, how to find if two numbers in an array sum to the same number and some object oriented design questions.
Interview questions [1]
Question 1
Design a data structure that has constant time pop, push, and constant minimum value of data currently in structure.