went through the full Paramount SWE loop last fall for a senior role, L5 equivalent. the system design round was honestly the most interesting part, so writing this up for anyone prepping.
first: Paramount is not Google. the bar for design is real but they care more about media-domain pragmatism than abstract distributed systems theory. if you've been grinding cloudflare CDN papers, pump the brakes a little.
what they actually asked me: design a video transcoding pipeline. which, makes sense given they're streaming Paramount+ content at scale. they wanted me to walk through: ingestion (upload from studios), transcoding workers, format variants (HLS, DASH, multiple bitrates), storage, and delivery via CDN. classic stuff if you've studied it, but they pushed hard on failure modes. what happens when a transcode worker dies mid-job? how do you avoid reprocessing from scratch? i talked through job checkpointing and idempotent worker design and that landed well.
secondary question (they had about 30 min left): how would you design the recommendation feed for a streaming homepage? this felt more product-flavored. i sketched a two-stage retrieval/ranking system, mentioned offline candidate gen + real-time feature serving, they seemed satisfied without wanting production-ML depth.
format: 60 min, one interviewer, collaborative vibe. they use a virtual whiteboard. i drew actual diagrams. my interviewer asked clarifying questions throughout rather than waiting at the end. felt more like a conversation than an interrogation.
leveling signal: for senior (not staff), they want you to drive the design confidently, handle basic failure scenarios, and be able to discuss tradeoffs. you don't need to have the perfect answer, you need to show you've actually shipped something complex.
one thing that surprised me: they asked about how i'd handle the operational side post-deploy. who owns the alerts, how do you surface transcoding failures to content ops teams. that felt like a hiring-manager question about ownership, not just a tech question.
location was NYC hybrid. interview was fully remote via video. overall pretty solid experience.