Eight Teams, Eight Latencies
A medium Pipeline Design interview practice problem on DataDriven. Write and execute real pipeline design code with instant grading.
- Domain
- Pipeline Design
- Difficulty
- medium
- Seniority
- L5
Problem
Our gaming platform generates hundreds of millions of player events per day across millions of concurrent sessions - matchmaking events, trophy unlocks, in-game purchases, and session telemetry. Different internal teams need this data at very different latencies and granularities. Design the event pipeline and justify where you use real-time streaming versus batch processing for each consumer.
Summary
Millions of gamers. The architecture decision changes everything.
Practice This Problem
Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and grades it automatically.