Question
What is micro-batch processing?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Processing incoming events in a sequence of small bounded batches
Explanation:
Spark commonly groups recent records into short intervals.
This provides streaming behavior using repeated distributed batch execution.
Leave a Reply