Company guides
π§ Amazon β Frontend Interview Guide
Emphasis: Leadership Principles woven through every round + practical machine coding and DSA. Behavioral signal is scored as heavily as code.
Related: Company index Β· ROADMAP
The loop (typical)
| Round | Focus | Prep section |
|---|---|---|
| Online assessment | DSA + debugging | β |
| Coding 1β2 | DSA + a UI/JS component | 16-machine-coding Β· 03-javascript |
| Frontend/UI round | Build a component | 16-machine-coding |
| System design (SDE-2+) | "Design X" | 15-system-design |
| Bar Raiser | Leadership Principles | β |
What they emphasize
- Leadership Principles β prepare STAR stories for Ownership, Customer Obsession, Dive Deep, Deliver Results. Every interviewer probes these.
- Practical, working code β correctness and edge cases over cleverness.
- Fundamentals β solid JS/DOM; React is common but not always required.
- Scalability & customer impact in design discussions.
Frequently asked (community-sourced)
Machine coding / UI
- Build an accessible Modal β flagship
- Build a Data Grid / product table β flagship
- Build a Star Rating β flagship
- Build a Carousel β system design flagship
System design
- Design Amazon / e-commerce product listing β 15-system-design
- Design a Cart & Checkout β state pattern
- Design a Notification System β flagship
JavaScript
debounce/throttle, polyfills β flagship- Event delegation,
thisβ 03-javascript
Prep plan (2 weeks)
- Write 6β8 STAR stories mapped to Leadership Principles.
- Drill DSA + JS utilities.
- Build 4 components clean, with edge cases + a11y.
- 2 mock system designs framed around customer impact.
π’ Green flags Β· π΄ Red flags
π’ Do: tie technical decisions to customer impact Β· have crisp STAR stories for each Leadership Principle Β· handle edge cases Β· keep code readable and correct. π΄ Avoid: vague/rehearsed behavioral answers Β· ignoring Leadership Principles Β· over-clever code Β· no metrics/outcomes in your stories.
π Sample interviewer prompts
- "Tell me about a time you took ownership of a hard problem end-to-end."
- "Build a product listing with sorting and filtering."
- "How do you guarantee correctness in a checkout form?"
Interviewed at Amazon? Add the questions you got (role + year) via a PR.