Mobile clients buffer events offline and upload them hours later
A medium Pipeline Design interview practice problem on DataDriven. Write and execute real pipeline design code with instant grading.
- Domain
- Pipeline Design
- Difficulty
- medium
Problem
Mobile clients buffer events offline and upload them hours later. Your 1-minute tumbling window already closed and emitted, so those late events are silently dropped from the counts. Design the stream to account for late arrivals.
Practice This Problem
Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and grades it automatically.