Exam: DP-900: Microsoft Azure Data Fundamentals 0 Likes
What is a characteristic of batch processing? (DP-900)
What is a characteristic of batch processing?
A. The data ingested during batch processing must be processed as soon as the data is received.
B. Large datasets must be split into batches of less than 1 GB before the data can be processed.
C. There is a noticeable time delay between ingesting data and obtaining the data processing results.
D. Batch processing can only process data that is structured.
Solution
Correct answer: C. There is a noticeable time delay between ingesting data and obtaining the data processing results.
A. This is not a characteristic of batch processing. Batch processing does not require the data to be processed as soon as it is received. Instead, data is collected over a period of time and then processed in batches.
B. This is not a requirement for batch processing. Batch processing can handle large datasets without the need to split them into smaller batches.
C. This is a characteristic of batch processing. In batch processing, data is collected over a period of time and then processed in a single batch, which results in a noticeable time delay between data ingestion and obtaining the processing results.
D. This is not correct. Batch processing can handle both structured and unstructured data.
The key characteristic of batch processing is the time delay between data ingestion and obtaining the processing results, as the data is collected and processed in batches rather than in real-time.
Category: Describe an analytics workload on Azure