A hard Pipeline Design interview practice problem on DataDriven. Write and execute real pipeline design code with instant grading.
- Domain
- Pipeline Design
- Difficulty
- hard
- Seniority
- L5
Problem
Our food delivery platform wants to show restaurant partners which dishes are trending in their city right now. A dish is trending when its order rate over the last 30 minutes is significantly higher than its baseline. We want this updated every few minutes. Design the data pipeline that powers this dashboard.
Summary
The dish rankings update faster than the kitchen.
Practice This Problem
Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and grades it automatically.