Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a data processing scenario where you are using Azure Databricks to handle late-arriving data, what strategies would you consider to manage this issue?
A
Set a fixed time window for data processing and discard any data that arrives after the window.
B
Configure the system to wait indefinitely for late-arriving data.
C
Use Azure Databricks' built-in support for handling late data by specifying a watermark and using window operations.
D
Manually track the timestamps of incoming data and filter out any data that is outside the expected time range.