SDE - I Intern applicants have rated the interview process at Amazon with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 75% positive. To compare, the company-average is 59.5% positive. This is according to Glassdoor user ratings.
Common stages of the interview process at Amazon as a SDE - I Intern according to 4 Glassdoor interviews include:
Skills test: 25%
Phone interview: 25%
One on one interview: 25%
Background check: 25%
Here are the most commonly searched roles for interview reports -
Amazon's SDE internship interview process includes online assessments, debugging, coding tests, and virtual/onsite interviews focused on data structures, algorithms, and behavioral leadership principles. First round was leetcode easy. Other rounds were leetcode medium-easys
Interview questions [1]
Question 1
You are an amazon delivery and you have some boxes that you have to deliver, but there are some conditions - You can take 2 boxes of same weight in one round you can take 3 boxes of same weight in one round You have to find the minimum number of rounds to deliver the boxes or -1 if it is not possible to deliver them. Example cases - Input: boxes - [2, 2, 3, 3, 2, 4, 4, 4, 4, 4] Output: 4 Explanation: 3 boxes of weight 2 in 1st round, 2 boxes of weight 3 in 2nd round, 3 boxes of wt 4 in 3rd and 2 boxes of wt 4 in 4th round. Input: boxes - [2, 3, 3] Output: -1 Explanation: There is only one box with weight 2 and we can only take either 2 or 3 boxes in one round not lesser.
the interview process for an Amazon Software Development Engineer (SDE) intern typically consists of several rounds. Please note that the specific details of the process may change over time, so it's essential to check the Amazon career website or contact Amazon directly for the most up-to-date information.
Took an OA on hackerrank, after about a month or two of waiting, heard back to schedule a final round interview. Took it, passed, heard back approximately a week after the final round.