If you've been Googling "Amazon interview process" and getting vague flowcharts, this is the guide I wish I had before my loop. Amazon rejects candidates on format, not raw skill — and most people don't realize that until after they've failed a round they "thought went well."
Here's the complete breakdown: every stage, what each interviewer is actually scoring, and scripts you can copy-paste for your level.
Why Amazon Interviews Are Different
Amazon interviews simultaneously evaluate two things in every round:
- Role Ability — coding, system design, product sense, data judgment
- Behavioral Signals — alignment with Amazon's 16 Leadership Principles (LPs)
The trap? Most candidates prepare one or the other. If you only grind LeetCode, you'll pass the coding screen and crater the behavioral rounds. If you only prep STAR stories, you'll sound warm and fuzzy but not technically credible.
Every round is a dual assessment. You need a combined plan.
The Full Amazon Interview Process (Step by Step)
Stage 1: Application & Resume Screen
Amazon's ATS filters for action verbs: "Scaled," "Optimized," "Delivered," "Reduced." Your resume must pass a keyword filter before a human sees it. Don't use passive language. Every bullet should start with a strong past-tense verb and include measurable results.
Stage 2: Recruiter Screen (30 Minutes)
This is a fit check — timeline, level, visa, "Why Amazon?" — not a technical assessment. Keep your opener to 2 minutes. Do not monologue.
Script:
"I'm a [role] with [X] years in [domain]. I'm targeting [level] roles. I'm interested in Amazon specifically because [specific, non-generic reason — think a service or product you actually use at scale]."
Stage 3: Online Assessment (OA)
SDE candidates get 2 LeetCode-style problems (Medium to Hard difficulty) plus a Work Style Assessment. Non-tech roles get situational judgment tests. Read the edge cases. Don't rush the Work Style portion — it's not trivial.
Stage 4: Technical Phone Screen (45–60 Minutes)
One technical problem (coding or case study) plus 15 minutes of behavioral questions. This round answers one question for the recruiter: "Is this candidate worth the cost of flying them in / bringing them through five more rounds?" Your goal is to make that decision obvious.
Stage 5: The Loop (4–5 Rounds)
The loop is where most candidates stumble. You'll face:
- 2–3 Role-Specific rounds: Coding, System Design, PM case studies, or data analysis depending on the role
- 1 Bar Raiser round: A certified interviewer from outside the hiring team. Their entire job is to maintain the hiring bar.
- LP threads in every round: Each interviewer is assigned specific Leadership Principles to probe
The most common loop mistake: using the same story for multiple rounds. Interviewers share notes in the debrief. If your "Ownership" story is the same as your "Deliver Results" story, that's a red flag that reads as limited experience.
Prep 5–8 unique STAR stories across different projects. Map each story to 2–3 LPs.
Stage 6: Bar Raiser Round
The Bar Raiser is the wildcard. They'll push back hard on your answers — "Why that approach?", "What were the trade-offs?", "What would you do differently?" This isn't hostility. It's a deliberate stress test of your judgment and conviction.
The right response to pushback:
"That's a fair challenge. The main trade-off I accepted was [X] in exchange for [Y]. In hindsight, if I had more time, I would've explored [alternative approach]. The reason I didn't in the moment was [constraint or information gap]."
Don't defend. Analyze.
Stage 7: Debrief & Offer
The hiring committee votes "Inclined" (Hire) or "Not Inclined" (No Hire). The Bar Raiser's vote can veto the committee even if everyone else is Inclined. Timeline: 2–5 business days post-loop.
Scripts by Level
Junior / New Grad
STAR Answer (75 seconds):
"Situation: Our API latency spiked 200ms during peak load. Task: I needed to bring it under 100ms. Action: I traced the requests via logging and found an N+1 query pattern inside a loop. I refactored to a batch query and added Redis caching. Result: Latency dropped to 50ms, and user retention improved 5%."
Senior IC (SDE II / Senior DS)
System Design Opener:
"I'll clarify functional and non-functional requirements first. Given the constraint of low latency, I'd use [structure] because it optimizes reads. At 1M users, I'd introduce [sharding strategy]. The main risk is data consistency, which I'd mitigate with an eventual consistency model and async writes."
Manager / Lead
Disagree and Commit:
"I disagreed with the roadmap based on customer data showing demand for Feature A, not B. I wrote a 6-page doc outlining the risk and presented it to leadership. They chose B. Once the decision was made, I fully committed — I rallied my team and we delivered a high-quality launch. We later pivoted back to A after post-launch metrics confirmed the original concern."
A 2-Week Amazon Prep Plan
Week 1 — Build the Bank:
- Day 1: Write 8 STAR stories. Map each to 2–3 Leadership Principles.
- Days 2–3: Technical drills. LeetCode Medium + basic System Design (caching, load balancing, queues).
- Days 4–5: Record yourself answering 3 behavioral questions. Watch back. Are you under 2 minutes?
Week 2 — Pressure Test:
- Days 6–8: Mock interviews. The goal is interruption — practice responding to follow-up pushback mid-answer.
- Days 9–10: System Design deep dives. Draw diagrams and narrate trade-offs out loud.
- Days 11–12: Run a "Behavioral Marathon" — 5 random LP questions in a row without repeating a story.
Common Questions
How long does the process take? 2–6 weeks from application to offer. Loop decision usually comes within 5 business days.
Can I reuse the same story for multiple principles? Technically yes, but don't. Interviewers share notes. Use each story once.
What if I blank on a coding question? Clarify first, then think out loud: "I'm not certain on the exact syntax, but logically I'd use a hashmap for O(1) lookup." Communication and reasoning are scored, not just the correct answer.
Been using ManyOffer to practice my own loops — if you want AI-powered mock interviews with real LP feedback, they have a deal running right now: Claim 1 free month here
Top comments (0)