J'ai postulé en ligne. Le processus a pris 4 mois. J'ai passé un entretien chez Amazon (Sydney) en avr. 2019
Entretien
There was a Phone Screen interview, I was asked three behavioural questions and one coding exercise. The behavioural questions were not difficult which I could explain them, however, I was asked to explain technical problems and how I reacted to those problems.
Questions d'entretien [2]
Question 1
Describe something challenging in a recent project, What technical problems did you encounter in that project and What did you do for that project?
Coding exercise: Find occurrence of character in a string using Java collection hashMap. e.i:
Given a string " Amazon Web Services" the output should be:
Character a appears 2 times
Character b appears 1 times
Character c appears 1 times
Character d appears 0 times
Character e appears 3 times
Character f appears 0 times
Character g appears 0 times
Character h appears 0 times
Character i appears 1 times
Character j appears 0 times
Character k appears 0 times
Character l appears 0 times
Character m appears 1 times
Character n appears 1 times
Character o appears 1 times
Character p appears 0 times
Character q appears 0 times
Character r appears 1 times
Character s appears 2 times
Character t appears 0 times
Character u appears 0 times
Character v appears 1 times
Character w appears 1 times
Character x appears 0 times
Character y appears 0 times
Character z appears 1 times
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