withsoon
withsoon/System Design/Netflix Data EngineeringPRACTICE

Quiz

Use question banks, flashcard-style prompts, and the guided mock interview to rehearse the full senior DE answer.

View Backend Track

Chapter

16 / 17

On this page

Follow-up bank

PRACTICEChapter 169 min

Practice follow-ups, mock prompts, and recall inside one interview workout tab.

When I practice, I want to handle both direct questions and interviewer pushback, so I use follow-up Q&A, mock prompts, and short recall drills together.

PRACTICE9 minPractice follow-ups, mock prompts, and recall inside one interview workout tab.

Quick jumps

Click to jump

Monthly users

200M-250M

Docs use both 200M+ and 250M assumptions

Daily active users

80M

Used for heartbeat and Kafka math

Peak concurrency

15M

Useful for QoE and live ops workloads

Follow-up bank

Practice the tough follow-up questions

Keep direct Q&A linked back to the deeper diagrams so the whole product feels connected.

Question bank

How do you handle late-arriving events end to end?

Strong answer

Use event-time processing with watermarks. Slightly late events update existing windows or sessions. Very late events go to a late_events topic or table, and a Spark correction job recomputes affected sessions and Gold partitions idempotently using Iceberg MERGE or partition overwrite.

Common follow-up

What if the event is 2 days late?

Bad answer to avoid

We ignore it because the window already closed.
Mock interview

Practice the full spoken answer flow

This gives the DE track the same preparation depth the backend track already has.

Interview flow

Interviewer question

Clarify scope

1 / 9

Design Netflix data architecture for me.

Hints and scoring

Score me

0/5

Approximate checklist coverage based on must-mention keywords.

Boundary clarity

Data-platform framing

Senior opening statement

Scoring rubric

Scope clarity

0–5

Requirements

0–5

Scale derivation

0–5

Architecture

0–5

Data correctness

0–5

Failure handling

0–5

Trade-offs

0–5

Interview communication

0–5

Flashcards

Keep a light-weight recall mode too

Not every revision session needs the full mock interview.

Flashcard mode

Quick high-signal prompts for recall before a round.

Why heartbeat beats play/pause for watch time

Last reviewed June 2026 Β· By Prasoon Parashar

Numbers are interview assumptions, not real Netflix internal figures.

Was this tab useful?