Me postulé a través de un reclutador. El proceso tomó 2 semanas. Acudí a una entrevista en Amazon en dic 2011
Entrevista
Standard interview divided in two phone interviews with a 15 minutes break.
The first interviewer was a french man; he has very friendly and polite. Made the interview a VERY positive experience. Asked me why I did certain things while I was solving a problem, and slightly guided me towards the most correct answer. He made sure I understood the concepts, and even answered questions about how it is working for amazon. He was a an awesome interviewer
The second interviewer was a hindu woman, which I didn't get along with. She was hurrying me all the time, and made the whole conversation very uncomfortable; even asked if I was guessing (although I answered precisely and correctly to all of the questions,) and at one point I asked her to clarify a question to which she responded with a rude "NEVERMIND"
The Interview itself is very technical, the two parts are identical, but independent; meaning they consist mainly in simple questions about data structures, algorithms, and object oriented design.
Preguntas de entrevista [1]
Pregunta 1
Write a function in java to calculate all the possible palindromes in a string.
The assessment consisted of three parts and took approximately four hours in total. The first was a LeetCode-style coding challenge focused on applying the prefix sum technique. The second involved being given a full codebase — both frontend and backend — and tasked with identifying and fixing bugs such as broken search/filter functionality and incorrect URL redirects; an AI tool was available throughout, though it only provided guidance rather than direct solutions. The third was a behavioral assessment where I was presented with realistic workplace scenarios, including sample work emails, and asked to evaluate hypothetical responses by rating their appropriateness and explaining my reasoning.
Preguntas de entrevista [2]
Pregunta 1
Given an array of integers, use the prefix sum technique to solve [specific problem type, e.g. range sum queries / subarray sum]
You are given a full web application codebase (frontend and backend). Identify and fix bugs including broken search/filter functionality and incorrect URL routing, using an AI assistant for guidance only.
Me postulé en línea. Acudí a una entrevista en Amazon (Bellevue, WA) en feb 2026
Entrevista
Applied in Sep 2025.
Online Assessment in Nov 2025. 2 coding questions. one medium one hard. followed by a bunch of behavioral questions.
Virtual Interview in Feb 2026. 2 rounds 1 hour each. continuous one after the other for 2 hours.
It was a great interview experience. very structured. before each round started, interviewer informed me about what would follow. first half leadership principle and then coding or vice versa.
round 1: engineer -> 3 amazon leadership principle based questions, followed by coding
round 2: hiring manager -> coding followed by 3 leadership principle (LP) questions.
Preguntas de entrevista [1]
Pregunta 1
Round 1: 3 LP questions -> expected very in depth answers based on my past work/projects. simple Low level design. implement few methods for the scenario given. I believe handling edge cases, choosing the right data structure, and the right class or object structure was important. These decisions simplified operations, and reduced time complexity of operations. Interviewer nudged me towards a couple of edge cases/ miss in code. expected optimal operations wrt time complexity. asked about my choice of data structure and class structure. interview overshot scheduled time by 10 mins.
round 2: course schedule II (topological sort) - leetcode - worded as amazon based system. expected optimal solution. followed by 3 LP questions - simpler than round 1 and depth of answers required was also lower. interview overshot scheduled time by 5 mins.
Me postulé en línea. Acudí a una entrevista en Amazon
Entrevista
Single hour interview fully technical. LeetCode medium question very similar to LRU Cache. Follow-up questions on run time and space time complexity are asked. Behavioral questions are also possible, though not guaranteed to be asked.
Preguntas de entrevista [1]
Pregunta 1
Design a class to track the last 10 files processed in a file system.