Search ⌘K
Robinhood
Robinhood

Analytics Reporting Track · Medium · 25 min

Backlog Older Than Three Days

Operations wants to compare teams based on how often tickets stay unresolved for more than three days. Return team_name, total_tickets, aged_tickets, and age...

Analytics Reporting Track
Medium
25 min
query basics
aggregation
date functions

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

Timer 00:00
Back to practice

Objective

Practice query basics through a Robinhood-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

Operations wants to compare teams based on how often tickets stay unresolved for more than three days. Return team_name, total_tickets, aged_tickets, and aged_ticket_pct rounded to two decimals. A ticket is aged if resolved_at is null or more than three days after created_at. Sort by team_name.

support_tickets
ticket_id INT
team_name VARCHAR(30
ticket_idteam_name
1Onboarding2024-09-012024-09-02
2Onboarding2024-09-032024-09-08
3Trading2024-09-02NULL
4Trading2024-09-042024-09-05
5Fraud2024-09-012024-09-06
6Fraud2024-09-032024-09-04
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.