Search ⌘K
Netflix
Netflix

Analytics Reporting Track · Medium · 25 min

Quarterly Headcount Change

People analytics wants the most recent quarter-over-quarter headcount change for each team. Return team_name, current_headcount, prior_headcount, and headcou...

Analytics Reporting Track
Medium
25 min
query basics
date functions
analytics reporting

Company labels are directional practice context, not official interview guidance.

Timer 00:00
Back to practice

Objective

Practice query basics through a Netflix-tagged business scenario.

Approach

Use this track to train on SQL that mirrors day-to-day analytics workflows and recurring reporting asks.

Company context

Company labels are directional practice context, not official interview guidance.

Prereq: query basics
Prereq: filtering
Prereq: aggregation
Prereq: date functions

People analytics wants the most recent quarter-over-quarter headcount change for each team. Return team_name, current_headcount, prior_headcount, and headcount_change using the latest quarter available for each team. Sort by team_name.

team_headcount
team_name VARCHAR(30
team_name
Content Ops2024-01-0142
Content Ops2024-04-0145
Content Ops2024-07-0147
Platform2024-01-0158
Platform2024-04-0160
Platform2024-07-0157
Studio Data2024-01-0124
Studio Data2024-04-0126
Studio Data2024-07-0129
Editor
SQL workspace

Run queries against the protected question data, then submit once the result shape looks right.

Sign in to run SQL

Create a free account or sign in before running queries against protected question data.