Software Engineer Intern 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 63.3% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Engineer Intern roles take an average of 60 days to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at Amazon overall takes an average of 38 days.
Common stages of the interview process at Amazon as a Software Engineer Intern according to 2 Glassdoor interviews include:
One on one interview: 50%
Skills test: 50%
Here are the most commonly searched roles for interview reports -
I applied online. The process took 3 weeks. I interviewed at Amazon
Interview
I had two 45 minute interview. Both of them were very technical and asked me multiple technical questions. I received the job offer around 10 days later.
Interview questions [1]
Question 1
How would you find the second largest integer in an unsorted array? Write the code.
I applied online. The process took 1+ week. I interviewed at Amazon (Boston, MA) in Mar 2013
Interview
Applied online and got an email from the recruiter in 4 5 days.
Scheduled two 45 min phone interviews.
was asked 2 programs for the first 45 min phone interview
1) deletion in circular linked list
2)Do division without using * ,/ ,% operators.
For the second phone interview I was asked few questions on OOPS then was asked to write a code for the following question:
1) an array consists of few integers.Only 1 integer can be present for odd number of times.If any integer is present it has to be even number of times.Return error of this condition is violated.