Envié una solicitud electrónica. Acudí a una entrevista en Amazon (Seattle, WA) en jun 2015
Entrevista
5 interviewer, each 45 minutes. ALG and data structure. they asked some ios design questions.
A compilation of all the behavioral questions on this website. 1. Tell me about yourself 2. Strengths 3. Weaknesses 4. Why Amazon? 5. How can you translate your skills towards Amazon? 6. What experiences do you have that separate you from the rest? Groups/ Leadership 1. Tell me about a time when you were leading a group, were assigned a goal, and did not reach it
Preguntas de entrevista [1]
Pregunta 1
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.
get(key) - Get the value (will always be positive) of the key if the key exists in the cache, otherwise return -1.
set(key, value) - Set or insert the value if the key is not already present. When the cache reached its capacity, it should invalidate the least recently used item before inserting a new item.
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.
Envié una solicitud electrónica. Acudí a una entrevista en Amazon (São Paulo, ) en jun 2026
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Perguntas em ingles que envolve o STAR e testes técnicos
Envié una solicitud electrónica. Acudí a una entrevista en Amazon (Calgary, AB) en jun 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.
Preguntas de entrevista [1]
Pregunta 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