Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a stream processing solution, you need to process data with a high volume and velocity. How would you approach this task to ensure efficient and accurate processing?
A
Use a single-threaded processing approach to handle the high volume and velocity of the data.
B
Use a distributed processing framework like Spark to process the data with a high volume and velocity.
C
Use a distributed processing framework like Spark to process the data with a high volume and velocity and create windowed aggregates.
D
Use a distributed processing framework like Spark to process the data with a high volume and velocity, create windowed aggregates, and handle schema drift.