System Design Practice

Any model can hand you a written answer to “design a URL shortener.” None of them can make you say it out loud, under time pressure, and defend the trade-off when someone pushes back. That's what these drills are for.

The drills

Every question carries the meta you actually want before you start: how often it comes up, which companies ask it, what kind of question it is, and how long you get.

1 of 10 with worked answers

Rate Limiter for a Public API

Worked answer

“We expose a public API and some clients are hammering it. Design a rate limiter for us.”

mediumOpen designVery commonly asked~45 minAmazonGoogleUber+3

URL Shortener

Answer soon

“Design a URL shortener — something like TinyURL or bit.ly.”

easyOpen designVery commonly asked~45 minAmazonGoogleMicrosoft+2

Social News Feed

Answer soon

“Design the home timeline for a social app — the feed a user sees when they open it.”

hardOpen designVery commonly asked~45 minMetaGoogleAmazon+2

Chat / Messaging System

Answer soon

“Design a messaging app like WhatsApp. Start with one-to-one chat and we'll go from there.”

hardOpen designVery commonly asked~45 minMetaGoogleAmazon+2

Ticket Booking Without Double-Booking

Answer soon

“Design seat booking for something like BookMyShow or IRCTC. Two people tap the same seat at the same moment — what happens?”

mediumOpen designVery commonly asked~45 minFlipkartRazorpayPhonePe+2

Notification Service

Answer soon

“We need to send notifications — push, SMS, and email — across the company. Design that service.”

mediumOpen designCommonly asked~45 minAmazonUberSwiggy+2

Ride Hailing — Matching Riders to Drivers

Answer soon

“Design the part of Uber or Ola that matches a rider to a nearby driver.”

hardOpen designCommonly asked~45 minUberGoogleAmazon+2

SQL or NoSQL — Defend the Choice

Answer soon

“You picked that database. Why not the other one? Talk me through when you'd switch.”

mediumTrade-off callVery commonly asked~10 minAmazonMicrosoftAtlassian+2

Consistency vs Availability, In Practice

Answer soon

“You said the system is eventually consistent. What does that actually mean for a user, and when would you not accept it?”

mediumConcept probeVery commonly asked~10 minAmazonGoogleMicrosoft+2

p99 Latency Spiked at 2am

Answer soon

“You're on call. p99 latency on the checkout API just went from 200ms to 4 seconds. Error rate is flat. Walk me through what you do.”

hardIncident scenarioCommonly asked~20 minAmazonUberRazorpay+2

The rest are listed because they come up constantly — their worked answers are being written. You can still attempt any of them; the guides linked on each cover the ground.

How the drills work

Same mechanic as the DSA track: the answer stays locked until you've made your own attempt.

01

The question, as asked

Phrased the way an interviewer says it out loud — vague on purpose, so you have to scope it yourself.

02

You answer first

Commit your approach before anything unlocks. The forced attempt is the point — reading a model answer teaches you far less than failing to produce one.

03

Three depths of model answer

The 30-second version you actually say, the 10-minute whiteboard version that passes the round, and the deep dive for when they push.

04

The follow-ups

What the interviewer asks next, and the trade-offs you need a defensible opinion on.

The material underneath

Every drill links into this. Work it in whatever order the question sends you — roadmap for the sequence, guides for the depth, simulators for the intuition you can't get from prose.

Play with the trade-offs

Sharpening your coding rounds in the meantime? Head to DSA practice.