DP-420 Exam Question 1

You have an Azure Cosmos DB Core (SQL) API account used by an application named App1.
You open the Insights pane for the account and see the following chart.

Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.

DP-420 Exam Question 2

The following is a sample of a document in orders.

The orders container uses customer as the partition key.
You need to provide a report of the total items ordered per month by item type. The solution must meet the following requirements:
Ensure that the report can run as quickly as possible.
Minimize the consumption of request units (RUs).
What should you do?
  • DP-420 Exam Question 3

    You have an Azure Cosmos DB Core (SQL) API account named storage1 that uses provisioned throughput capacity mode.
    The storage1 account contains the databases shown in the following table.

    The databases contain the containers shown in the following table.

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    DP-420 Exam Question 4

    You have a global ecommerce application that stores data in an Azure Cosmos OB for NoSQL account. The account is contoured for multi-region writes.
    You need to create a stored procedure for a custom conflict resolution policy for a new container. In the event of a conflict caused by a deletion the deletion must always take priority.
    Which parameter should you check m the stored procedure function?
  • DP-420 Exam Question 5

    You plan to store order data in Azure Cosmos DB for NoSQL account. The data contains information about orders and their associated items.
    You need to develop a model that supports order read operations. The solution must minimize the number or requests.