Netflix Software Engineer Interview Questions
135+ questions from real Netflix Software Engineer interviews, reported by candidates.
Round Types
Top Topics
Questions
Hubspot | Senior Software Engineer | Berlin | Reject
Round 1 - Algorithm round Provided an API key to fetch the data(json) from a url. This data contains the list of partners and their countries and on which dates they...
You are given an integer array time of size n, where time[i] represents the time taken by the i-th process to send a notification to a single device. All processes start working simultaneously and ope
Need a reality check for frontend assignment expetations
I am a EU-based frontend developer with 7+ YOE. Currently going through interviews for the first time in 3 years. I just finished a technical interview where we discussed a simple TV shows dashboard (
Netflix Software Engineer Fulltime Tech Phone Screen Experience
Online application -> HR contacted -> Asked about Faye Wong's culture and his proudest project. First round in-store interview -> Implement a key-value pair that can expire -> Follow-up question: How
Movie History Friends II ### The Challenge We have a record of movies watched by different customers. The list for each customer shows the movies in the exact order they watched them. In this proble
Meeting Rooms
Meeting Rooms ## Problem Requirements You are given a list of meeting time intervals. Each interval has a specific **start** time and **end** time. Your task is to check if a person can attend all t
Design an Ads Audience Targeting System Design a system that lets advertisers upload lists of users. The system must group these users into segments and use them to target ads precisely. The system
Contains Duplicate
Problem Requirements You are given a list of whole numbers called `nums`. Your goal is to check if any number appears more than once in this list. * If any number shows up at least twice, return `tr
Sorting Shows Based on User Preferences ### The Challenge Imagine you have an app that displays a list of TV shows. You need to write a program that sorts these shows based on what a user likes. The
Netflix Homepage: Removing Duplicate Titles ### The Scenario Imagine the Netflix homepage. It is structured as a vertical list of rows, which we call **shelves**. Each shelf holds a horizontal list
Longest Substring Without Repeating Characters ### Problem Requirements You are given a string called `s`. Your task is to find the length of the longest substring that contains no duplicate charact
Music Playlist
Problem Requirements We need to build a data structure that keeps a history of songs listened to. Each entry must store the song name and the timestamp when it was played. You need to create a class
Countdown Latch
Countdown Latch ## The Challenge You need to build a **thread-safe counter**. This counter allows several threads to pause and wait until the count drops to zero. You must create a `CountdownLatch`
Design a Billing System for 300M Subscribers This guide explains how to design a billing system for Netflix. The system needs to handle monthly payments for 300 million users. It must charge users o
Parallel Courses
The Challenge: Parallel Courses You are given an integer `n`. This number tells you there are `n` courses you need to take, labeled from `1` to `n`. You are also given a list called `relations`. Ins
Timer Function
Building a Recursive Timer ## Problem Statement You need to write a function called `timer`. This function takes one input called `seconds` (a non-negative integer). The goal is to return a string t
Reconstruct Itinerary ## Problem Requirements You are given a list of airline `tickets`. Each ticket shows where a flight starts and where it ends, written as `[from, to]`. Your task is to arrange t
Versioned File System ## What We Are Building We need to create a **file system in memory** that handles **versions**. This system must allow standard operations like Create, Read, Update, and Delet
System Overview An Ads Frequency Cap system restricts how many times a user sees a specific ad within a certain time frame. This is different from a standard **Rate Limiter** because the **read and
Auto-Expire Cache
Auto-Expire Cache ## Problem Requirements You need to build a **key-value cache**. This system must store data (key-value pairs) that disappears automatically after a specific amount of time. This p
What Netflix Looks for in Software Engineer Interviews
Netflix Software Engineer interviews are calibrated against the level and scope expected of the role. Across 135+ verified candidate reports on LeakCode, the consistent signals interviewers look for: clear problem decomposition before coding, explicit complexity reasoning, structured handling of edge cases, and the ability to articulate trade-offs between two reasonable approaches.
The discriminator between candidates who advance and candidates who do not is rarely the final correctness of the solution. It is the path to the solution: did you ask clarifying questions, did you state your approach before coding, did you handle edge cases without prompting, and did you communicate your reasoning throughout. Reports tagged "no hire" frequently cite a working solution with poor communication; reports tagged "strong hire" cite clear thinking even when the final solution was incomplete.
How To Use This Question Set
Real interview reports are a calibration tool, not a memorization target. Companies update their question pools every 2-4 months; memorizing exact problems risks misleading you when the interviewer uses a variant. The high-leverage use: identify the patterns that appear repeatedly in Netflix Software Engineer reports, practice those patterns on similar (not identical) problems, and use the reports to understand the interviewer's typical follow-up depth.
Filter the questions below by round type, difficulty, and recency. Focus first on reports from the past 6-12 months; older reports may reference questions that have since rotated out of Netflix's pool. Reports tagged with quantified difficulty (e.g., "medium-hard") are higher-signal than reports without difficulty tags.
Round-by-Round Expectations
Netflix Software Engineer loops typically span 4-6 rounds across phone screens and on-site or virtual on-site interviews. The structure varies by company: some run 1 recruiter screen + 1 technical phone + 3-4 on-site rounds; others run 1 recruiter screen + 1 OA + 4-5 on-site rounds. The recruiter screen is logistics and culture-light; the technical phone screen is medium-difficulty coding; the on-site loop covers coding, system design (at L4+ levels), and behavioral rounds.
Each round is designed to surface a specific signal. Coding rounds: correctness, code quality, complexity reasoning, communication. System design rounds: requirements clarification, design judgment, operational thinking. Behavioral rounds: ownership scope, leadership, ambiguity tolerance, conflict navigation. Strong candidates explicitly hit each signal dimension out loud during the round; weak candidates focus only on solving the prompt.
Common Interview Mistakes At This Combination
Reports tagged "no hire" at Netflix Software Engineer commonly cite: jumping into code without clarifying requirements, coding silently for 10+ minutes without verbalizing approach, missing edge cases (empty input, single element, very large input, overflow), and producing a working solution that the candidate cannot explain or refactor when probed. Strong candidates avoid these patterns by following a consistent template: clarify, verbalize approach, code with narration, test with examples.
Behavioral and design rounds have their own failure modes. Behavioral: stories that use "we" instead of "I" diluting individual signal, stories with no quantified outcome, defensiveness when probed about failure. Design: not asking clarifying questions, not stating requirements out loud, designing for a single server when the prompt clearly implies scale, ignoring operational concerns (deployment, monitoring, rollback). These show up in roughly half of Netflix Software Engineer interview retrospectives on LeakCode.
See All 135 Netflix Software Engineer Questions
Full question text, answer context, and frequency data for subscribers.
Get Access