Skip to content
Hard Design: Video Streaming Platform (YouTube/Netflix)

A transcoding job for a 3-hour movie takes 45 minutes. How do you parallelize it?

— Tests your understanding of this concept.

Answer Options

A Use a faster server
B Split movie into 1-minute segments, transcode each segment independently in parallel, merge results
C Use GPU instead of CPU
D Reduce output quality

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