Le processus a pris 3 semaines. J'ai passé un entretien chez Amazon (Seattle, WA) en août 2011
Entretien
My interview consisted of two phone interviews separated by a week and then a final contact a week later telling me that they were going with other candidates. The interviews focused primarily on programming and general development knowledge.
The questions are listed below.
The interviewers were very helpful in describing the problem if you didn't understand the specifics and would ask you to look at specific areas of your code and see if you could improve it. All-in-all it was a good if stressful experience. I am not certain exactly what qualities they are looking for, but I would suggest a month of brushing up on your algorithms and general CS knowledge before you apply unless you are some sort of coding god. Good luck!
Questions d'entretien [4]
Question 1
The difference between and interface and an abstract class
Using only putchar how would you print out the ascii values for each digit in an integer. For example if the integer was 123, then you would want to print the ascii values for 1, 2, and 3.
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