How would you implement hashtag-based trending topics?
— Tests your understanding of this concept.
Want to see the correct answer?
Get the answer with a detailed explanation, plus practice 22+ more Design: News Feed (Facebook/Twitter) questions with adaptive quizzes and timed interviews.
See the Answer on Guru Sishya →This question is from the Design: News Feed (Facebook/Twitter) topic (System Design Cases).
More Design: News Feed (Facebook/Twitter) Questions
What is 'fan-out on write' in the context of a news feed?
HardA celebrity has 50 million followers and posts 10 times per day. Fan-out on write generates how many feed updates per day?
HardWhy is cursor-based pagination preferred over offset-based for news feeds?
HardA user follows both Taylor Swift (50M followers) and a friend (100 followers). How do you merge their posts into one ranked feed?
HardWhat data structure in Redis is best for storing a user's feed (ordered list of post IDs)?
Hard