Candidatei-me por meio de uma faculdade ou universidade. O processo levou 3 semanas. Fui entrevistado pela Amazon (Seattle, WA) em jul. de 2019
Entrevista
The interview process had five phases. The first two were online tests; the first online test was logic puzzles and basic debugging of a program that has trivial bugs (syntax error, off-by-one errors, etc). The second online test had a more involved coding challenge - think two leetcode medium problems and a workflow simulation. After they process the results of those two coding challenges you are either given an additional phone screen, or move to the final round.
The final round is three interviews each with a behavioral question or two and a coding test ranging from hard to medium problems. In my interviews the interviewer and myself struggled to define the problem as they were poorly explained, and in the final interview the interviewer himself was calling prior work experience as "not real experience" due to it being government work. Additionally if you have technical issues as I had in the first interview they will not give you additional time and in many cases the interviewer will be visibly/verbally annoyed that you had issues with Amazon Chime.
Perguntas de entrevista [1]
Pergunta 1
Given a 2d array to represent a map/matrix, find and return all of the islands (1s) on the map that don't touch an edge and are surrounded by water (0s).
(ex
[0001],
[0100],
[0000])
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.
Candidatei-me online. Fui entrevistado pela Amazon (Calgary, AB) em jun. de 2026
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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