Opening system design
Progress is saved as you study.
Opening system design
Progress is saved as you study.
Design a web crawler that can systematically browse the internet to build a search index, handling billions of pages with politeness constraints and distributed coordination.
The full worked answer — architecture, key decisions, trade-offs and failure modes — is part of Thita's paid system design course. See plans or read it inside the System Design course.
A worked system design answer for a Web Crawler, timed at about 60 minutes — the length of the design portion of a real round. Reported asked at Google, Amazon, Microsoft.
It walks the same sequence an interviewer expects: clarify the requirements, size the load, settle the API, choose the storage and the caching, then defend the trade-offs. It builds on the Queues & Async family and belongs to Queues & Async.