Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are working on a stream processing solution that requires processing data with a high degree of variability and requires real-time decision making. How would you approach this task to ensure efficient and accurate processing?
A
Use a simple processing approach to handle the variability of the data.
B
Use a distributed processing framework like Spark to process the data and perform real-time decision making.
C
Use a distributed processing framework like Spark to process the data, perform real-time decision making, and create windowed aggregates.
D
Use a distributed processing framework like Spark to process the data, perform real-time decision making, create windowed aggregates, and handle schema drift.