DP-420 Exam Question 41

You have a database in an Azure Cosmos DB SQL API Core (SQL) account that is used for development.
The database is modified once per day in a batch process.
You need to ensure that you can restore the database if the last batch process fails. The solution must minimize costs.
How should you configure the backup settings? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

DP-420 Exam Question 42

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 function that uses Azure Cosmos DB Core (SQL) API change feed as a trigger and Azure event hub as the output.
Does this meet the goal?
  • DP-420 Exam Question 43

    You have a container named container1 in an Azure Cosmos DB Core (SQL) API account.
    You need to provide a user named User1 with the ability to insert items into container1 by using role-based access control (RBAC). The solution must use the principle of least privilege.
    Which roles should you assign to User1?
  • DP-420 Exam Question 44

    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 an application to use the change feed processor to read the change feed and you configure the application to trigger the function.
    Does this meet the goal?
  • DP-420 Exam Question 45

    You have an Azure Cosmos DB Core (SQL) API account named account1.
    In account1, you run the following query in a container that contains 100GB of data.
    SELECT *
    FROM c
    WHERE LOWER(c.categoryid) = "hockey"
    You view the following metrics while performing the query.

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