Question 6

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?
  • Question 7

    You are designing an Azure Cosmos DB Core (SQL) API solution to store data from IoT devices. Writes from the devices will be occur every second.
    The following is a sample of the data.

    You need to select a partition key that meets the following requirements for writes:
    Minimizes the partition skew
    Avoids capacity limits
    Avoids hot partitions
    What should you do?
  • Question 8

    You have an Azure Cosmos DB Core (SQL) API account named storage1 that uses provisioned throughput capacity mode.
    The storage1 account contains the databases shown in the following table.

    The databases contain the containers shown in the following table.

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

    Question 9

    You have a container in an Azure Cosmos DB Core (SQL) API account. The container stores telemetry data from IoT devices. The container uses telemetryId as the partition key and has a throughput of 1,000 request units per second (RU/s). Approximately 5,000 IoT devices submit data every five minutes by using the same telemetryId value.
    You have an application that performs analytics on the data and frequently reads telemetry data for a single IoT device to perform trend analysis.
    The following is a sample of a document in the container.

    You need to reduce the amount of request units (RUs) consumed by the analytics application.
    What should you do?
  • Question 10

    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?