The Clicks We Throw Away
A hard Pipeline Design interview practice problem on DataDriven. Write and execute real pipeline design code with instant feedback.
- Domain
- Pipeline Design
- Difficulty
- hard
- Seniority
- L4
Problem
Our apps emit a constant stream of user interaction events that today land in a server log file and get thrown away. We want a clickstream pipeline that collects every event once and then serves two very different readers: the product team running funnel and feature-adoption analysis across months of history, and on-call engineers who need to pull a single device's last few hours of activity within minutes of a bug report. Design the clickstream data processing pipeline.
Summary
Every tap, swipe, and scroll. At scale.
Practice This Problem
Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and checks it automatically.