DP-420 Exam Question 26

You have a database named db1in an Azure Cosmos DB for NoSQL account named account 1.
You need to write JSON data to db1 by using Azure Stream Analytics. The solution must minimize costs.
Which should you do before you can use db1 as an output of Stream Analytics?
  • DP-420 Exam Question 27

    You have a database named db1 in an Azure Cosmos DB f You have a third-party application that is exposed thro You need to migrate data from the application to a What should you use?
  • DP-420 Exam Question 28

    You have an Azure Cosmos DB container named container1.
    You need to insert an item into contained. The solution must ensure that the item is deleted automatically after two hours.
    How should you complete the item definition? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-420 Exam Question 29

    You have an Azure Cosmos DB for NoSQL database named db1 that writes to multiple Azure regions. You need to test the performance of db1 in the secondary region. Which command should you run first?
  • DP-420 Exam Question 30

    The following is a sample of a document in orders.

    The orders container uses customer 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?