I applied through a recruiter. The process took 2 weeks. I interviewed at Amazon (Seattle, WA) in Dec 2014
Interview
The HR person contacted me on linkedin and then called me to talk about experience, salary, relocation and basically tell me how great Amazon is as a place to work.
The phone screen consisted of an introduction and two questions. The first, a simple question about binary trees. The second a live coding session where the interviewer watched me as I typed code for a more complex string algorithm. I was then asked about the time complexity and also to improve the time complexity by further optimizing and re-coding my algorithm. It last 45 minutes total. I was given positive feedback the next day via email.
I was given flights at my convenience, a super nice hotel, and $80/day to use on taxis to navigate Seattle.
The on-site interview consisted of 5 rounds. The first an OOP design on the whiteboard and then further extrapolating the design as complexities were added. The second a fairly simple binary tree algorithm question on the whiteboard with time complexity analyzed. The third lunch with the manager talking about my past experience and leadership principles. The fourth (bar-raiser) a more complex binary tree algorithm question on the whiteboard that required the use of other data structures (hashtable) to further optimize it. The fifth a discussion about software testing and bug-fixing.
I was given positive feedback that same day 2 hours after interview.
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