Software Development Engineer applicants have rated the interview process at Amazon with 3.9 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 62% positive. To compare, the company-average is 63.4% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Development Engineer roles take an average of 37 days to get hired, when considering 13 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 Development Engineer according to 13 Glassdoor interviews include:
One on one interview: 26%
Phone interview: 21%
Skills test: 18%
Presentation: 15%
Personality test: 6%
Group panel interview: 6%
Background check: 3%
Drug test: 3%
Other: 3%
Here are the most commonly searched roles for interview reports -
I applied through a recruiter. I interviewed at Amazon
Interview
(Palo Alto, CA)
3 problem coding assessment
2 phone screens
------ failed here
onsite
Actually the worst interview process and interviewers I've had ever.
Recruiter Process:
Recruiter calls randomly with no heads up instead of replying to emails. The emails have copy pasted lines of different font and colors so there was clearly no effort put there.
There is a huge lack of communication on what to expect and next steps from the recruiter.
Interview Process:
1. Interviewers love to ask 30 min worth of LP questions.
2. 20 min LC medium.
One of my interviewers did not even know the solution to the problem I was working on. I don't feel she truly understood the problem below after she put her own twist on it (More on this below).
Both my interviewers also had thick accents and it was difficult for me to understand what they were saying without asking for a few repeats.
LC Medium: Boundary of Binary Tree (20 min)
Do not print the boundary node if it is an inner node even if it is on the boundary...
Apparently I didn't understand that when she told me boundary and I walked through my example.
____1_____
/ \
2 3
\ /
5 6
/ \ / \
7 8 9 10
Ouput:
[1,2,7,8,9,10,3]
I solved the problem with 3 passes, she asked me to then revise with 1.
I created a map and stack for left/right with BFS (interviewer suggestion over DFS).
I started testing code and when I was done, interviewer said "Not sure..I need to run it and check if it works" lol.
How did she manage to pass the interviews if she needs a compiler to confirm the solution? Talk about double standards..
It started with an OA, and then after a few weeks, I got invited to four rounds of interviews: technical and behavioral at 3 of the 4, and behavioral only at one.
I applied online. I interviewed at Amazon (São Paulo, SP) in Jun 2026
Interview
Empresa extremamente clara sobre o que é pedido na entrevista e isso me mostra a seriedade. Minha experiencia foi positiva e tente se atentar a resolver o problema e não somente decorar padrões do leetcode.
Interview questions [1]
Question 1
Perguntas em ingles que envolve o STAR e testes técnicos
I applied online. I interviewed at Amazon (Calgary, AB) in Jun 2026
Interview
Online Assessment is the first step in the process. I didn’t have an HR phone screening and went straight to the OA after applying. It was sent to me about a week after I submitted my application.
Interview questions [1]
Question 1
The first question is LeetCode style algorithms question, and the second question gives a full stack repo (choice of Java, NodeJS, or Django) and asks to solve a backend issue which is causing a bug in the frontend. Unit tests must pass to pass the second question. You can run both backend/frontend indivdually or together