DP-420 試験問題を無料オンラインアクセス
| 試験コード: | DP-420 |
| 試験名称: | Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB |
| 認定資格: | Microsoft |
| 無料問題数: | 281 |
| 更新日: | 2026-07-18 |
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 a container named container1 in an Azure Cosmos DB for NoSQL account.
You need to make the contents of container1 available as reference data for an Azure Stream Analytics job.
Solution: You create an Azure Synapse pipeline that uses Azure Cosmos DB for NoSQL change feed as a trigger and an Azure event hub as the output.
Does this meet the goal?
Hotspot Question
You have a database named db1 in an Azure Cosmos DB for NoSQL account named account1.
The db1 database has a manual throughput of 4,000 request units per second (RU/s).
You need to move db1 from manual throughput to autoscale throughput by using the Azure CLI.
The solution must provide a minimum of 4,000 RU/s and a maximum of 40,000 RU/s.
How should you complete the CLI statements? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
You have a database in an Azure Cosmos DB for NoSQL account.
You need to create an Azure function that will access the database to retrieve records based on a variable named accountnumber. The solution must protect against SQL injection attacks.
How should you define the command statement in the function?
You have an Azure Cosmos DB for NoSQL account that uses the default consistency level.
How can the consistency level be modified as part of a query request?
Your company develops an application named App1 that uses the Azure Cosmos DB SDK and the Eventual consistency level.
App1 queries an Azure Cosmos DB for NoSQL account named account1.
You need to identify which consistency level to assign to App1 to meet the following requirements:
- Maximize the throughput of the queries generated by App1 without
increasing the number of request units currently used by the queries.
- Provide the highest consistency guarantees.
Which consistency level should you identify?
