A sessionization job uses processing-time windows, so when ingestion lags, events land in the wrong
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
A sessionization job uses processing-time windows, so when ingestion lags, events land in the wrong session and metrics jump around. Design windowing that is correct regardless of when events are processed.
Practice This Problem
Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and grades it automatically.