HardDesign: Video Streaming Platform (YouTube/Netflix)
Why does YouTube use view count approximations (e.g., 1.2M views, not 1,234,567)?
— Tests your understanding of this concept.
Answer Options
AYouTube doesn't track exact views
BTo protect creator privacy
CExact counts require synchronous DB writes — approximation allows high-throughput async counting with periodic DB sync
DGoogle regulations require approximation
Want to see the correct answer?
Get the answer with a detailed explanation, plus practice 22+ more Design: Video Streaming Platform (YouTube/Netflix) questions with adaptive quizzes and timed interviews.
See the Answer on Guru Sishya →This question is from the Design: Video Streaming Platform (YouTube/Netflix) topic (System Design Cases).
More Design: Video Streaming Platform (YouTube/Netflix) Questions
Why is video transcoding necessary before streaming?
HardWhat is HLS (HTTP Live Streaming)?
HardWhy are CDN cache TTLs set to very long (1 year) for video segments?
HardA creator uploads a 2-hour 4K video. How do you transcode it in under 5 minutes?
HardHow does adaptive bitrate streaming decide which quality to serve?
Hard