Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are working on a project that requires processing time series data using Spark structured streaming. The data is being ingested in real-time and needs to be processed and analyzed for trends and patterns. How would you approach this task?
A
Use Spark structured streaming to read the data from a storage account and perform batch processing.
B
Use Spark structured streaming to read the data from a storage account and perform real-time processing.
C
Use Spark structured streaming to read the data from a storage account, perform real-time processing, and create windowed aggregates.
D
Use Spark structured streaming to read the data from a storage account, perform real-time processing, create windowed aggregates, and handle schema drift.