DP-420 Exam Question 11

The settings for a container in an Azure Cosmos DB Core (SQL) API account are configured as shown in the following exhibit.

Which statement describes the configuration of the container?
  • DP-420 Exam Question 12

    You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. Upserts of items in container1 occur every three seconds.
    You have an Azure Functions app named function1 that is supposed to run whenever items are inserted or replaced in container1.
    You discover that function1 runs, but not on every upsert.
    You need to ensure that function1 processes each upsert within one second of the upsert.
    Which property should you change in the Function.json file of function1?
  • DP-420 Exam Question 13

    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 14

    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.

    DP-420 Exam Question 15

    You are implementing an Azure Data Factory data flow that will use an Azure Cosmos DB (SQL API) sink to write a dataset. The data flow will use 2,000 Apache Spark partitions.
    You need to ensure that the ingestion from each Spark partition is balanced to optimize throughput.
    Which sink setting should you configure?