I applied through college or university. The process took 7 months. I interviewed at Amazon (Vancouver, BC) in Sep 2012
Interview
I interviewed with Amazon over the phone for the SDE position. I had dropped of my resume with one of their representatives at a career fair at my school in January 2012, and received an email in September asking to schedule an interview.
My first interview over the phone did not go very well, as it was my first interview for a software company--over the phone, no less--and was rather nervous. The second interview went much better as I was more prepared and a lot more confident. Both interviews started off with a brief introduction where I was asked to tell the interviewer about who I was and some of the projects that I had worked on in the past. We then moved on to the technical questions; some of the questions asked were: what is the difference between a binary tree and a binary search tree, how do you detect a cycle in a singly-linked list, and a more complicated programming question.
I received an email the week after my second interview saying that I would not be advancing further in the interview process.
Interview questions [1]
Question 1
Given a set of number ranges, i.e. [1,5], [3,6], [7,9], write a program to merge overlapping number ranges. In the above example, the result should be [1,6], [7,9].
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 (São Paulo, ) in Jun 2026
Interview
Empresa extremamente clara sobre o que é pedido na entrevista e isso me mostra a seriedade. Minha experiencia foi positiva e tente se atentar a resolver o problema e não somente decorar padrões do leetcode.
Interview questions [1]
Question 1
Perguntas em ingles que envolve o STAR e testes técnicos
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