DP-420 Exam Question 41

You have an Azure Cosmos DB Core (SQL) API account that uses a custom conflict resolution policy. The account has a registered merge procedure that throws a runtime exception.
The runtime exception prevents conflicts from being resolved.
You need to use an Azure function to resolve the conflicts.
What should you use?
  • DP-420 Exam Question 42

    You have an Azure Cosmos DB for NoSQL account that has multiple write regions.
    You need to receive an alert when requests that target the database exceed the available request units per second (RU/s).
    Which Azure Monitor signal should you use?
  • DP-420 Exam Question 43

    You have an Azure Cosmos DB Core (SQL) API account named account1.
    You have the Azure virtual networks and subnets shown in the following table.

    The vnet1 and vnet2 networks are connected by using a virtual network peer.
    The Firewall and virtual network settings for account1 are configured as shown in the exhibit.

    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 44

    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.
  • DP-420 Exam Question 45

    You have the following query.
    SELECT * FROM
    WHERE c.sensor = "TEMP1"
    AND c.value < 22
    AND c.timestamp >= 1619146031231
    You need to recommend a composite index strategy that will minimize the request units (RUs) consumed by the query.
    What should you recommend?