I applied through a recruiter. The process took 3 weeks. I interviewed at Amazon (Amsterdam) in Nov 2021
Interview
2nd phase was video call. It took around 1 hour. Firstly they wanted to express myself in technical background way. After that asked one technical question which is about amazon has airport and airplanes.
input include arrival and leave time. they wanted to return maximum count of airplane at any specific time.
in example
plane 1 [3,4]
plane 2[1,3]
plane 3[2,6]
answer is 3. there are 3 planes in the airport.
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