J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Amazon
Entretien
Applied online via third party site, received an email later that day to setup a phone interview. The first attempt at an interview (Saturday) didn't happen because my interviewer had to leave early. One thing to note was that, I asked the HR person who was going to interview me and it changed on the day, so don't be surprised if that happens. I was able to reschedule the week after.
My interviewer was again with a different person then I expected and we had trouble with the phone lines so we couldn't hear each other that well. Because of that he skimmed past questions about my experience and went straight to coding. I understand given the circumstances it was probably the best option but because of that I wasn't able to build a rapport with my interviewer and that put me off my game a little. I am however not making excuses, you've got to work with what you've got.
I was asked 2 tech questions, not particularly difficult but also not particularly obvious, well for me that is. I believe after a bit of figuring out and some help from him I was just about to finish the first question but the Collabeit site kept erroring so we had to stop the interview. Having not completed either question, he then throw me a bone and said, email the answers within 2 hours. I was able to answer #1 but #2 had me stumped, the actually question he asked was relatively simple, the parameters in which I could answer it however, was not in a way I was accustomed to.
Needless to say I couldn't answer the second question and didn't have enough time to document my thought process in my different attempts to find solution. I pretty much knew I wasn't going to be considered for a face to face interview, so after a week went by with no communications I emailed the HR lady asking if I was still in consideration, which I knew i wasn't, she told me that were still reviewing my interview feedback. The day after I was officially declined.
Questions d'entretien [1]
Question 1
Like I said the questions weren't difficult but the way I could answer them were something I wasn't use to
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
J'ai postulé en ligne. J'ai passé un entretien chez Amazon (Santa Clara, CA) en juin 2026
Entretien
Recruiter reached out and set up an onsite loop after the initial steps. Four back to back rounds in one day. Two coding heavy rounds run by senior engineers, one round with the hiring manager, and one behavioral round with a bar raiser. Mix of leadership principles and data structures throughout. Heard back within a week.
Questions d'entretien [1]
Question 1
Standard BFS grid problem. Given a grid, find the time for all cells to reach a target state where the spread happens one layer at a time.
How did you answer: Clarified the constraints, walked through the approach, then coded a clean BFS from all starting points at once. Tracked the number of layers until everything was covered.