I applied through college or university. I interviewed at Amazon (Seattle, WA) in Dec 2020
Interview
I first received a online coding assessment followed by a telephonic round.
A developer from a different team happened to take the interview.
It was a 1 hr interview, where the interviewer told me that the first 30 minutes are for coding and next 30 mins for behavioral.
I was given a coding question after explaining for 5 mins about interview process with 25 mins left for coding, asked me to explain the all possible approaches to solve the problem with time complexity and gave me the choice to pick one solution and write the code.
I happened to complete the code in 15 minutes, then the interviewer said let's move on to the next question in the coding round.
The interviewer took 3-4 minutes to speak about the question, it was a grid question and looking at it I felt 8 minutes to code is something difficult. I started to explain my approach and when I was writing code, with 2 minutes to left the interviewer interrupted me and told that's fine, and let's move on to a behavioral round.
Please ask your interviewer about the number of behavioral questions she is about to ask you if possible. I thought she would ask me two questions and split my time into 10 minutes each and 5 minutes for follow-up questions.
Surprisingly, she went on to ask me 4 questions. I had the STAR method in my mind, when I was explaining a task she was asking me to jump into the result, she didn't seem to be aware of listening to the approach. Interviewers like her can kill our chances so be careful.
I don't want to comment on her profile, however, her previous experience was never related to software engineer and she is an inexperienced developer and interviewer. Never expected this kind of interview from amazon.
Interview questions [1]
Question 1
1. Return duplicated from an unsorted array
2. A grid problem with an input 'n' where n is an integer find the x, y coordinates, return x, y if n is a perfect square else return the close x,y coordinates of n, where -1<n<1.
if n = 17, possibilities are (2,8), (3,6), (2,9) but you have to find the optimal value closest to the origin and return it.
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 (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