Solicité el puesto a través de la recomendación de un empleado. Acudí a una entrevista en Amazon (Seattle, WA) en jun 2013
Entrevista
I was referred by an employee
Preguntas de entrevista [1]
Pregunta 1
Given a set A of 20 distinct positive integers, find two subsets that have the same sum.
For example, if A = {10, 20, 30, 40, ..., 200}, then {10, 20, 30, 40, 100}
and {90, 110} are two subsets that have the same sum (which is 200).
If there exists such a pair of subset, print out the numbers, otherwise print out "none".
If there are multiple such sets, you only need find and print out one pair.
Initial screening call with recruiter followed by a 1 hr hacker rank question on DSA. The final round was a panel consisting of 4 interviews ranging from technical design, more DSA and behaviour questions.
Preguntas de entrevista [1]
Pregunta 1
Describe a time when you disagreed with your team and how you resolved it
Online Application & Assessment: Candidates apply via amazon.jobs and may be asked to complete online assessments (work simulations or technical tests).
Recruiter Phone Screen: A 30-60 minute interview to discuss your background, interest in the role, and initial behavioral questions.
Technical Phone Screen (For Tech Roles): A 60-minute interview focused on data structures, algorithms, and coding in a shared editor.
Interview Loop (Virtual/Onsite): The final stage, usually 3-5, 45-60 minute interviews held on the same day or over a few days.
Behavioral Questions: These focus on past behavior (STAR method: Situation, Task, Action, Result) mapped to Leadership Principles.
Technical/Functional Questions: Problem-solving, system design, or domain-specific questions.
Bar Raiser Interview: One interviewer is a "Bar Raiser," a neutral employee from another team tasked with ensuring hiring standards remain high.
Hiring Committee/Debrief: Interviewers meet to discuss candidate feedback and make a hiring decision.
Solicitud
Acudí a una entrevista en Amazon (Bellevue, WA)
Entrevista
Recruiter screen. Then 2 coding interviews then onsite rounds (another coding question, then a system design question, then HM behavioral interview). System design was simpler than other companies. Coding was leetcode ish