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 a recruiter. The process took 4 weeks. I interviewed at Amazon in Sep 2014
Interview
2 phone interviews each an hour. Then 6 onsite interviews.
Phone interviews were technical and onsite most of them were behavioral. Technical questions are very simple like ones in cracking the coding interview book.
The key of the process is the behavioral questions
I applied through a recruiter. The process took 1+ week. I interviewed at Amazon in Sep 2014
Interview
The recruiter connect me a week ago, mentioning that there's event going hosted by Amazon’s Women in Engineering group, and they wanna get in touch with me. I had a phone call with the recruiter 2 weeks ago, and schedule the first tech phone interview today. It was a nice talk with the interviewer, I was nervous, but he still nicely giving me lots of hints and advice.
Interview questions [4]
Question 1
What is HashTable? How does it work in the backend perspective? What to do if the collision happened? Whats the time complexity of inserting? deleting? seaching? What's the time complexity for the worse case?
Online coding interview:
Given an array of integers. Find the largest increasing sub sequence of integers in the array.
// 10, 3, 7, 9, 0, 15
// return index 1&3
I applied through college or university. The process took 1 day. I interviewed at Amazon (Noida) in Aug 2014
Interview
A test which contains 22 questions (12 technical from DS,OS,netwrks,C etc and 8 apti.)+2 coding questions.
Interview from DS... very strong logical and programming skills required .Ques can be any from trees or linked list.... and you have to optimize fr ech answer as they'll ask to do