System Design Problem

Design Like Count for High Profile Users

Commonly Asked By:TwitterMetaByteDanceLinkedIn

  • Like/Unlike: Users can like/unlike posts, photos, videos
  • Display count: Show total like count on each piece of content
  • Check if liked: Show whether the current user has already liked a post
  • Celebrity scale: Handle posts with 100M+ likes (Ronaldo, Taylor Swift, MrBeast)
  • Recent likers: "Liked by Alice, Bob, and 2.3M others"
  • Like notifications: Notify content owner of new likes (batched/grouped for celebrities)
Loading...