
Ultimate access to all questions.
Which of the following are considerations to keep in mind when choosing between micro-batch and continuous execution mode? Select two responses.
Explanation:
When choosing between micro-batch and continuous execution modes in streaming data processing, the key considerations are:
A. Desired latency - This is a primary factor. Continuous execution mode provides lower latency (sub-second) compared to micro-batch execution (seconds to minutes). If you need near real-time processing, continuous mode is preferred.
C. Maximum throughput - Micro-batch execution typically offers higher throughput as it can process larger batches of data more efficiently, while continuous mode may have lower throughput due to the overhead of continuous processing.
Why not the other options:
Key differences: