11
What is the right way to handle late-arriving data?
Tap to write answer
0 words | 0 charsPress Enter ↵ to reveal
Your Attempt
0 wordsRefined Model Answer
ReferenceI would explicitly design for lateness by using windows, backfill logic, or reprocessing rules rather than pretending every event arrives on time. The pipeline should know how long it can wait, how far back it can correct, and how to keep downstream metrics consistent. Without that, batch and streaming numbers will drift.