ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 209 - DP-900 discussion

Report
Export

What is a characteristic of batch processing?

A.
The data ingested during batch processing must be processed as soon as the data is received.
Answers
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.
Answers
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.
Answers
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.
Answers
D.
Batch processing can only process data that is structured.
Suggested answer: C

Explanation:

Box 1: Yes Tables are database objects that contain all the data in a database. In tables, data is logically organized in a row-and-column format similar to a spreadsheet. Each row represents a unique record, and each column represents a field in the record.

Box 2: No

An index is an on-disk structure associated with a table or view that speeds retrieval of rows from the table or view.

Box 3: Yes

A view is a virtual table whose contents are defined by a query. Like a table, a view consists of a set of named columns and rows of data.

Reference:

https://docs.microsoft.com/en-us/sql/relational-databases/tables/tables

https://docs.microsoft.com/en-us/sql/relational-databases/indexes/clustered-and-nonclustered-indexes-described

https://docs.microsoft.com/en-us/sql/relational-databases/views/views?view=sql-server-ver15

asked 02/10/2024
SCOTTIE EASTER
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first