Microsoft Certified Azure Data Fundamentals · Free Practice Question Easy
Question 36
To complete the statement, choosing the appropriate option in the answer.
Statement:
In batch processing.
- A Data is always inserted one row at a time.
- B Data is processed in real-time.
- C Latency is expected.
- D Processing car only execute serially.
Reveal correct answer
Correct answer: C
Explanation
Batch processing involves collecting and processing a large volume of data at scheduled intervals or in batches. Due to the nature of batch processing, there is typically a delay or latency between data collection and processing. Batch processing is designed to handle large datasets efficiently, but it does not operate in real-time like streaming processing. Batch processing can execute processing tasks in parallel, depending on the architecture and resources available, so option d is incorrect.Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
