The questions Meta asks most often:
Design a News Feed. How do you generate, rank, and serve a personalized feed for + billion users? Fan-out on write vs fan-out on read. Ranking models. Caching layers.
Design a Messaging System. How does Messenger handle : chats, group chats, read receipts, and offline delivery? WebSocket connections, message queues, storage.
Design Instagram Stories. Ephemeral content that expires after hours. Upload pipeline, CDN distribution, viewer tracking.
Other common topics: design a photo storage service, design a live video streaming system.