Exam: DP-900: Microsoft Azure Data Fundamentals 0 Likes
In batch processing... (DP-900)
To complete the sentence, select the appropriate option in the answer area.
In batch processing,
A) data is always inserted one row at a time.
B) data is processed in real-time.
C) latency in delivering data processing results is acceptable.
D) processing can only execute serially.
Solution
Correct answer: C) latency in delivering data processing results is acceptable.
Batch processing is designed to handle large volumes of data at scheduled intervals. In this approach, data is collected, processed, and then the results are delivered after the entire batch is processed. Unlike real-time processing, where results are expected immediately, batch processing allows for a certain delay or latency in delivering results since it deals with bulk data.
So, in batch processing, it is acceptable for there to be some delay in obtaining the final processed results because the emphasis is on efficiency in handling large amounts of data rather than providing real-time outputs.
Category: Describe an analytics workload on Azure