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 -
The process was pretty swift and the programming and behavioral questions were common for most interviews. It was a great time doing the internship and I would love to continue working at the company.
I applied online. The process took 2 months. I interviewed at Amazon (Bengaluru)
Interview
Our Team participated in Amazon Hackon24 and based on it's performance I got the links of Online Assessments after qualifying those I reached the interview stage.In the first OA there were 2 coding questions (easy) and 60 mcq questions of dbms,Computer Organization ,aptitude,Computer Networks.In second OA two questions were there one was easy and one was medium
Interview questions [1]
Question 1
One complee Binary tree is there
The root node is having value 1
The value of the first node in the level =1+value of the last node in the previous level
The value of the first node in the level =1+value of the previous node in the same level
You are given target x you have to find whether the value x is present or not in the tree if it is present find the path to it starting from the root node
If not present return empty array
X=10; {1,2,5,10}
X=10 ;{}
I applied online. I interviewed at Amazon (Tel Aviv-Yafo) in Mar 2024
Interview
starting the process by home test with two programing questions, they are being chosen randomly, sometimes hard sometimes easer. Need to solve the two question by 70 minutes, can move between tabs in the computer because the test website can "see" it
Interview questions [1]
Question 1
Regular programing questions but with a lot of information that takes time for understanding.