DP-420 Exam Question 21

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 22

    You have a database in an Azure Cosmos DB Core (SQL) API account.
    You plan to create a container that will store employee data for 5,000 small businesses. Each business will have up to 25 employees. Each employee item will have an emailAddress value.
    You need to ensure that the emailAddress value for each employee within the same company is unique.
    To what should you set the partition key and the unique key? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-420 Exam Question 23

    You have an Azure Cosmos DB account named account1.
    You have several apps that connect to account1 by using the account's secondary key.
    You then configure the apps to authenticate by using service principals.
    You need to ensure that account1 will only allow apps to connect by using an Azure AD identity.
    Which account property should you modify?
  • DP-420 Exam Question 24

    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 25

    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 Azure Monitor alert to trigger the function.
    Does this meet the goal?