Netflix Data Engineer Interview Questions
The questions to prepare for a Netflix Data Engineer interview. Questions from real interview reports rank first. Updated weekly.
Recursively validate nested Netflix Keystone payloads against a restricted JSON schema.
NetflixImplement a bounded producer-consumer pipeline that processes Netflix media segments concurrently while preserving input order.
NetflixSimulate capped exponential backoff for failed Netflix event delivery attempts and report the retry schedule.
NetflixPractical approach for maintaining data quality across ML ETL pipelines, orchestration, and repeatable data processing.
NetflixDesign an AWS data lake architecture handling 12 TB/day batch data and 80K events/sec with governed bronze, silver, and gold layers.
NetflixApproach for building privacy controls, lineage, and auditability into data pipelines that handle personal data.
NetflixSign up to see every question
Create a free account to unlock this list and practice real interview questions.
Tests your ability to model streaming viewing data for analytics and downstream reporting.
NetflixTests your ability to model lifecycle events and write SQL for cohort-style churn analysis.
NetflixUse aggregation and window functions to calculate subscriber bandwidth moving averages and cumulative distributions.
NetflixCount Netflix members who joined during the last 7 calendar days using WHERE and COUNT.
NetflixAggregate Netflix subscriber bandwidth usage with SUM, AVG, COUNT, filtering, and GROUP BY.
Netflix