Amazon System Design Interview Questions
Amazon System Design interview questions focus on building practical, scalable, and reliable architectures under real-world constraints. What’s distinctive about Amazon’s loop is the scale and operational mindset: expect emphasis on distributed data models, consistency trade-offs, cost-aware choices (frugality), observability, and failure-recovery. Interviews evaluate your ability to gather requirements, sketch APIs and data flows, reason about scaling and bottlenecks, and justify trade-offs while communicating clearly. You should be prepared to discuss monitoring, SLOs, and operational playbooks as part of a complete design. For interview preparation, practice a handful of canonical systems (caching, queues, leader election, sharding, CDNs, recommendation backends) and rehearse capacity estimation, latency vs. throughput trade-offs, and failure scenarios. Use mock whiteboard sessions to sharpen clear diagrams and concise narration, and practice asking clarifying questions early. During the loop, expect open-ended prompts with iterative deep dives; aim to propose a simple core design first, then expand into edge cases, scaling, and observability. Focus on assumptions, measurable metrics, and why one design is preferable given Amazon’s performance, cost, and reliability constraints.
Measure platform success and drive adoption
Org-Level Impact / Platform Leadership Prompt You own an internal infrastructure/data platform. Questions 1. How do you measure whether the platform i...
Design globally consistent metadata service
System Design Prompt Design a global-scale metadata service used by many internal products. Goals / Requirements - Writes must be strictly consistent ...
Design an S3-like object storage service
Design a cloud object storage service similar to Amazon S3. The service should allow clients to upload, store, and download large files reliably and e...
Design a large-scale temperature sensor system
System design: large-scale temperature sensor collection and visualization Design a system to collect and display temperature data from a very large n...
Review an existing architecture for risks
Architecture Review Prompt You are given an existing production system (described verbally by the interviewer). Perform a design/architecture review. ...
Design streaming error-log counting with moving average
Design a core component in a streaming system: Input: - Multiple upstream services continuously emit log events. - Each event includes at least: servi...
Design device telemetry pipeline for real-time and batch
Design a distributed system that ingests telemetry from millions of devices and supports both: - Real-time analytics (near-real-time dashboards/alerts...
Design a replicated key-value store with quorums
Design a distributed system that replicates key–value pairs across multiple replicas. The interviewer wants to focus on replication, quorums, and fail...
Design a file search module like UNIX find
Design Task: Object-Oriented module that mimics UNIX find Context Design an object-oriented library that replicates the core functionality of the UNIX...
Design log filtering and histogram service
Design a Log-Processing System (Technical Screen) Context You are designing a real-time log-processing system from scratch. Logs are emitted by many s...
Design VPC, IP plan, management, storage, SSO
System Design: Multi‑Layer VPC, IP Planning for 2,000 Servers, Fleet Management, Shared Storage, and SSO Context Design a production‑grade, multi‑AZ n...
Design delayed job scheduler (LLD)
Design a Delayed Job Scheduler (LLD) Design a service that schedules a job to execute X seconds in the future with second-level accuracy. Produce a lo...
Design a log filtering and analytics service
Design a Log Processing Service Context Build a service that ingests application logs from many services and provides low-latency search and analytics...
Design a configuration subscription service
System Design: Configuration Service with Subscriptions Context Design a multi-tenant configuration service that stores key–value configuration and le...
Design an intersection traffic-light system
System Design: Traffic-Light Control for a Multi-Road Intersection Context Design the software and systems for controlling a signalized, multi-approac...
Design a scalable job scheduler
Design a Job Scheduling Service You are designing a multi-tenant job scheduling service that runs one-off and recurring background jobs at scale. The ...
Design ad clickstream analytics pipeline
Design an End-to-End Advertising Clickstream Analytics System Context You are designing a large-scale clickstream platform for an ad system. The platf...
Design a scalable parking lot system
System Design: Multi-Level Parking Lot Service Context Design a production-grade parking lot system for a large, multi-level facility. The system shou...
Design an extensible ticketing system
System Design: Extensible EventTicketSystem Context Design a ticketing platform that sells tickets for concerts, movies, and sports. The system must s...
Design in-memory threshold switcher
Design an In-Memory Memory-Pressure Switcher Context You are designing an in-memory component ("Switcher") that gates expensive work (e.g., request ad...