J'ai postulé via la recommandation d'un employé. Le processus a pris 1 jour. J'ai passé un entretien chez Amazon (Seattle, WA) en juill. 2011
Entretien
The interview was with the development team and it consisted of 45 minutes of 4 back to back rounds of white board coding with 5 minutes break in between each rounds. Before the interview we had lunch with the team. Then I was taken to a presentation room where I had all the interviews. They said me that I could code in whatever language I was comfortable with.
Performed well in all but one. Waiting for the result.
Questions d'entretien [4]
Question 1
The first interviewer asked me to code a program to evaluate a post fix expression.
Second one asked me to design a Conway's Game of Life. (I had no idea what it was. The interviewer took 5 minutes to explain the game and then asked me to design and code).
In the next round, the interviewer gave me a binary tree and asked me to write all the data in a file and when the file is read back we should be able to construct the original binary tree.
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.
J'ai postulé en ligne. J'ai passé un entretien chez Amazon (Calgary, AB) en juin 2026
Entretien
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.
Questions d'entretien [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