DP-420 Exam Question 56

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 57

You have a container in an Azure Cosmos DB for NoSQL account.
You need to create an alert based on a custom Log Analytics query.
Which signal type should you use?
  • DP-420 Exam Question 58

    You have a container m an Azure Cosmos DB for NoSQL account. The container stores data about families.
    Data about parents, children, and pets are stored as separate documents.
    Each document contains the address of each family. Members of the same family share the same partition key named family Id You need to update the address for each member of the same family that share the same address. The solution must meet the following requirements:
    * Be atomic consistent isolated, and durable (ACID).
    * Provide the lowest latency.
    What should you do?
  • DP-420 Exam Question 59

    You are developing an application that will use an Azure Cosmos DB Core (SQL) API account as a data source.
    You need to create a report that displays the top five most ordered fruits as shown in the following table.

    A collection that contains aggregated data already exists. The following is a sample document:
    {
    "name": "apple",
    "type": ["fruit", "exotic"],
    "orders": 10000
    }
    Which two queries can you use to retrieve data for the report? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • DP-420 Exam Question 60

    You need to configure an Apache Kafka instance to ingest data from an Azure Cosmos DB Core (SQL) API account. The data from a container named telemetry must be added to a Kafka topic named iot. The solution must store the data in a compact binary format.
    Which three configuration items should you include in the solution? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.