SDE-intern applicants have rated the interview process at Amazon with 3.7 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 67% positive. To compare, the company-average is 63.4% positive. This is according to Glassdoor user ratings.
Candidates applying for SDE-intern roles take an average of 60 days to get hired, when considering 3 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 SDE-intern according to 3 Glassdoor interviews include:
One on one interview: 50%
Skills test: 50%
Here are the most commonly searched roles for interview reports -
good. The interview is very nice and I feel good during the process. The interviewer is Chinese and treats me pretty well. The question is very simple. It's just need a for loop to solve it.
I applied through college or university. I interviewed at Amazon (Noida) in Aug 2022
Interview
Online Test- 2 medium-level questions based on arrays, strings, etc. 55 behavioral questions based on Amazon Principles. Interview- Intro based on projects Discussion on projects 3 coding questions 1. Find the next greater element but it has to be closest in the number line. Brute force as well as an optimized approach maybe use a data structure. 2. Reverse the linked List Optimised solution only 3. Given a string of small characters and capital characters sort the string in such a way that small characters come before capital characters and both the small and capital characters should be in sorted order.
Interview questions [1]
Question 1
Find the next greater element but it has to be closest in the number line.
Nice online assessment, focused mostly on data structures and algorithms, object oriented desing, and operating system. Problems were ranged from easy to hard level of leetcode. I was able to solve all the three problems, with all the testcases passed.