Opening system design
Progress is saved as you study.
Opening system design
Progress is saved as you study.
Design a collaborative document editor where multiple users can edit the same document simultaneously with real-time synchronization, conflict resolution, and version history.
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 Google Docs, timed at about 60 minutes — the length of the design portion of a real round. Reported asked at Google, Microsoft, Notion.
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 Coordination & Transactions family and belongs to Coordination & Transactions.