
Ultimate access to all questions.
You are working on a project that requires processing data from multiple sources in real-time using Spark structured streaming. The data includes social media feeds, IoT device data, and clickstream data. How would you approach this task to ensure efficient and accurate processing?
A
Use Spark structured streaming to read the data from a single source and perform batch processing.
B
Use Spark structured streaming to read the data from multiple sources and perform real-time processing.
C
Use Spark structured streaming to read the data from multiple sources, perform real-time processing, and create windowed aggregates.
D
Use Spark structured streaming to read the data from multiple sources, perform real-time processing, create windowed aggregates, and handle schema drift.