6 questions on this site are reported in Anthropic software engineer interviews. Each is a guided run through requirements, back-of-envelope numbers, an interactive design, user flows and deep dives with interviewer follow-ups. Patterns covered: real-time, websockets, fan-out, chat, ranking, caching, social, gpu-batching, streaming, scheduling, kv-cache, consistent-hashing, eviction, replication, hot-keys, frontier, politeness, dedupe, distributed-queues, algorithms, counters, redis, edge.
Run an AI mock Anthropic interview →One of these questions, run as a live round in that style, with a debrief at the end.
Attribution comes from public interview guides and candidate reports, not from Anthropic. It indicates where a question has been asked, nothing more.
Real-time team messaging: channels, DMs, presence, history and search for millions of concurrent users.
The home timeline of Twitter, Instagram or Facebook: posts from people you follow, ranked, fresh, and fast for hundreds of millions of users.
Serve a large language model behind an API: queue the requests, batch them onto scarce GPUs, stream tokens back, and keep every accelerator busy without blowing the latency budget.
A Redis-like cache as a service: hundreds of nodes, terabytes of memory, sub-millisecond gets, and a cluster that survives losing a machine mid-request.
Fetch billions of pages a month politely, discover new links, skip duplicates, and keep the copy fresh without getting the crawler banned.
A distributed service that decides, in under a millisecond, whether a request from a client is allowed under its quota.
A 50–55 minute round, often on infrastructure behind an AI product rather than a consumer app. Two shapes are reported: design from scratch, and reviewing a design document and improving it.
Most of the questions reduce to ordinary distributed systems — queueing, batching, backpressure. Candidates who reach for model internals instead of the infrastructure answer tend to drift.
From public interview guides and candidate reports, not from Anthropic. Formats change; treat it as a prior, not a promise.
Large-company loops run 45 to 60 minutes, expect numbers, and spend most of the time on deep dives. Work each question above in practice mode until you can produce the requirements, the estimates and the flows without looking, then read the interview framework guide for how to structure the hour. The other questions on the site teach patterns that show up in Anthropic interviews under different names.