Microsoft Azure Data Fundamentals — Question 82
What is a characteristic of batch processing?
Answer options
- 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.
Correct answer: C
Explanation
Option C is correct because batch processing inherently involves a delay between data ingestion and processing results, as it typically processes data in groups rather than in real-time. Option A is incorrect since batch processing does not require immediate processing. Option B is misleading, as batch sizes can vary and do not necessarily have to be under 1 GB. Option D is wrong because batch processing can handle both structured and unstructured data.