DP-420 Exam Question 6

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure Cosmos DB Core (SQL) API account named account 1 that uses autoscale throughput.
You need to run an Azure function when the normalized request units per second for a container in account1 exceeds a specific value.
Solution: You configure the function to have an Azure CosmosDB trigger.
Does this meet the goal?
  • DP-420 Exam Question 7

    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 8

    You plan to deploy two Azure Cosmos DB Core (SQL) API accounts that will each contain a single database. The accounts will be configured as shown in the following table.

    How should you provision the containers within each account to minimize costs? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-420 Exam Question 9

    The following is a sample of a document in orders.

    The orders container uses customerId 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 10

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You have a container named container1 in an Azure Cosmos DB Core (SQL) API account.
    You need to make the contents of container1 available as reference data for an Azure Stream Analytics job.
    Solution: You create an Azure Data Factory pipeline that uses Azure Cosmos DB Core (SQL) API as the input and Azure Blob Storage as the output.
    Does this meet the goal?