SDE-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 50% positive. To compare, the company-average is 58.7% positive. This is according to Glassdoor user ratings.
Common stages of the interview process at Amazon as a SDE-intern according to 2 Glassdoor interviews include:
Phone interview: 33%
Skills test: 33%
Personality test: 33%
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.