Opening system design
Progress is saved as you study.
Opening system design
Progress is saved as you study.
Design a social media news feed system like Twitter. Users can post tweets, follow other users, and see a chronological or ranked feed of tweets from people they follow.
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 Twitter Feed, timed at about 45 minutes — the length of the design portion of a real round. Reported asked at Meta, Twitter.
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 Databases, Caching, Queues & Async families and belongs to Scalability.