ExamGecko
Home / Microsoft / DP-900 / List of questions
Ask Question

Microsoft DP-900 Practice Test - Questions Answers, Page 20

List of questions

Question 191

Report
Export
Collapse

Your company recently reported sales from the third quarter.

You have the chart shown in the following exhibit.

Microsoft DP-900 image Question 51 90566 10022024020006000000

Which type of analysis is shown in the fourth quarter?

predictive
predictive
prescriptive
prescriptive
descriptive
descriptive
diagnostic
diagnostic
Suggested answer: A

Explanation:

Predictive, to answer the question: What will happen?

Microsoft DP-900 image Question 51 explanation 90566 10022024020006000000

Reference:

https://demand-planning.com/2020/01/20/the-differences-between-descriptive-diagnostic-predictive-cognitive-analytics/

https://azure.microsoft.com/en-us/blog/answering-whats-happening-whys-happening-and-what-will-happen-with-iot-analytics/

asked 02/10/2024
Alberto Castillo
35 questions

Question 192

Report
Export
Collapse

Which statement is an example of Data Manipulation Language (DML)?

REVOKE
REVOKE
DISABLE
DISABLE
CREATE
CREATE
UPDATE
UPDATE
Suggested answer: D

Explanation:

Data Manipulation Language (DML) affect the information stored in the database. Use these statements to insert, update, and change the rows in the database.

BULK INSERT

DELETE

INSERT

SELECT

UPDATE

MERGE

Reference:

https://docs.microsoft.com/en-us/sql/t-sql/statements/statements

asked 02/10/2024
Braden Houser
33 questions

Question 193

Report
Export
Collapse

Which statement is an example of Data Definition Language (DDL)?

SELECT
SELECT
INSERT
INSERT
DELETE
DELETE
DROP
DROP
Suggested answer: D

Explanation:

Data Definition Language (DDL) statements defines data structures. Use these statements to create, alter, or drop data structures in a database. These statements include:

ALTER

Collations

CREATE

DROP

DISABLE TRIGGER

ENABLE TRIGGER

RENAME

UPDATE STATISTICS

TRUNCATE TABLE

Reference:

https://docs.microsoft.com/en-us/sql/t-sql/statements/statements

asked 02/10/2024
James Williams
34 questions

Question 194

Report
Export
Collapse

A team of developers has computers that run Windows 10 and Ubuntu Desktop.

The developers need to connect to and query an Azure SQL database from each of their computers. The developers require code assistance features such as IntelliSense.

What should the developers use?

sqlcmd
sqlcmd
Microsoft SQL Server Management Studio (SSMS)
Microsoft SQL Server Management Studio (SSMS)
Azure Data Studio
Azure Data Studio
Azure Data Explorer
Azure Data Explorer
Suggested answer: C

Explanation:

Azure Data Studio is a cross-platform database tool for data professionals who use on-premises and cloud data platforms on Windows, macOS, and Linux.

Azure Data Studio offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal.

Reference:

https://docs.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio

asked 02/10/2024
Hicham Jellab
44 questions

Question 195

Report
Export
Collapse

You need to store data by using Azure Table storage.

What should you create first?

an Azure Cosmos DB instance
an Azure Cosmos DB instance
a storage account
a storage account
a blob container
a blob container
a table
a table
Suggested answer: B

Explanation:

First create an Azure storage account, then use Table service in the Azure portal to create a table.

Note: An Azure storage account contains all of your Azure Storage data objects: blobs, files, queues, and tables.

Reference:

https://docs.microsoft.com/en-us/azure/storage/tables/table-storage-quickstart-portal

https://docs.microsoft.com/en-us/azure/storage/common/storage-account-create

asked 02/10/2024
István Balla
37 questions

Question 196

Report
Export
Collapse

You need to recommend a data store service that meets the following requirements:

Native SQL API access

Configurable indexes

What should you recommend?

Azure Files
Azure Files
Azure Blob storage
Azure Blob storage
Azure Table storage
Azure Table storage
Azure Cosmos DB
Azure Cosmos DB
Suggested answer: D

Explanation:

Azure Cosmos DB comes with native Core (SQL) API support.

In Azure Cosmos DB, data is indexed following indexing policies that are defined for each container. The default indexing policy for newly created containers enforces range indexes for any string or number. This policy can be overridden with your own custom indexing policy.

Reference:

https://docs.microsoft.com/en-us/azure/cosmos-db/sql/how-to-manage-indexing-policy

asked 02/10/2024
Chakravarthy Sankaranarayanan
34 questions

Question 197

Report
Export
Collapse

Your company needs to design a database that illustrates the relationships between utilization levels of individual network devices across a local area network.

Which type of data store should you use?

graph
graph
key/value
key/value
document
document
columnar
columnar
Suggested answer: A

Explanation:

Data as it appears in the real world is naturally connected. Traditional data modeling focuses on defining entities separately and computing their relationships at runtime. While this model has its advantages, highly connected data can be challenging to manage under its constraints.

A graph database approach relies on persisting relationships in the storage layer instead, which leads to highly efficient graph retrieval operations. Azure Cosmos DB's Gremlin API supports the property graph model.

Reference:

https://docs.microsoft.com/en-us/azure/cosmos-db/graph-introduction#introduction-to-graph-databases

asked 02/10/2024
Preetham Pakhala
29 questions

Question 198

Report
Export
Collapse

What are three characteristics of an Online Transaction Processing (OLTP) workload? Each correct answer presents a complete solution. (Choose three.)

NOTE: Each correct selection is worth one point.

denormalized data
denormalized data
heavy writes and moderate reads
heavy writes and moderate reads
light writes and heavy reads
light writes and heavy reads
schema defined in a database
schema defined in a database
schema defined when reading unstructured data from a database
schema defined when reading unstructured data from a database
normalized data
normalized data
Suggested answer: B, D, F

Explanation:

B: Transactional data tends to be heavy writes, moderate reads.

D: Typical traits of transactional data include: schema on write, strongly enforced. The schema is defined in a database.

F: Transactional data tends to be highly normalized.

Reference:

https://docs.microsoft.com/en-us/azure/architecture/data-guide/relational-data/online-transaction-processing

asked 02/10/2024
josh hill
37 questions

Question 199

Report
Export
Collapse

What is the primary purpose of a data warehouse?

to provide answers to complex queries that rely on data from multiple sources
to provide answers to complex queries that rely on data from multiple sources
to provide transformation services between source and target data stores
to provide transformation services between source and target data stores
to provide read-only storage of relational and non-relational historical data
to provide read-only storage of relational and non-relational historical data
to provide storage for transactional line-of-business (LOB) applications
to provide storage for transactional line-of-business (LOB) applications
Suggested answer: C

Explanation:

Consider using a data warehouse when you need to keep historical data separate from the source transaction systems for performance reasons. Data warehouses make it easy to access historical data from multiple locations, by providing a centralized location using common formats, keys, and data models.

Query both relational and nonrelational data.

Incorrect Answers:

D: Data warehouses don't need to follow the same terse data structure you may be using in your OLTP databases.

Reference:

https://docs.microsoft.com/en-us/azure/architecture/data-guide/relational-data/data-warehousing

asked 02/10/2024
Michael Geary
35 questions

Question 200

Report
Export
Collapse

You need to create an Azure resource to store data in Azure Table storage.

Which command should you run?

az storage share create
az storage share create
az storage account create
az storage account create
az cosmosdb create
az cosmosdb create
az storage container create
az storage container create
Suggested answer: D

Explanation:

Reference:

https://docs.microsoft.com/en-us/cli/azure/storage/container?view=azure-cli-latest

asked 02/10/2024
TienYai Ho
37 questions
Total 285 questions
Go to page: of 29

Related questions