DP-420 無料問題集「Microsoft Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB」
You have an Azure Cosmos DB container named owners. Each item in owners represents an owner and their pets. The following is a sample of the JSON
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_68.jpg)
You are writing a query that will retrieve the average age of each pet owned by each owner, il the pet is older than two years.
How should you complete the query? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes 01 scroll to view content.
NOTE: Each correct selection is worth one point.
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_69.jpg)
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_68.jpg)
You are writing a query that will retrieve the average age of each pet owned by each owner, il the pet is older than two years.
How should you complete the query? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes 01 scroll to view content.
NOTE: Each correct selection is worth one point.
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_69.jpg)
正解:
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_70.jpg)
You have a database in an Azure Cosmos DB for NoSQL account that is configured for multi-region writes.
You need to use the Azure Cosmos DB SDK to implement the conflict resolution policy for a container. The solution must ensure that any conflict sent to the conflict feed.
Solution: You set ConfilictResolutionMode to Custom and you use the default settings for the policy.
Does this meet the goal?
You need to use the Azure Cosmos DB SDK to implement the conflict resolution policy for a container. The solution must ensure that any conflict sent to the conflict feed.
Solution: You set ConfilictResolutionMode to Custom and you use the default settings for the policy.
Does this meet the goal?
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You have the following Azure Resource Manager (ARM) template.
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_38.jpg)
You plan to deploy the template in incremental mode.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_39.jpg)
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_38.jpg)
You plan to deploy the template in incremental mode.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_39.jpg)
正解:
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_40.jpg)
The following is a sample of a document in orders.
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_105.jpg)
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?
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_105.jpg)
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?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
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 application to use the change feed processor to read the change feed and you configure the application to trigger the function.
Does this meet the goal?
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 application to use the change feed processor to read the change feed and you configure the application to trigger the function.
Does this meet the goal?
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
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.
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_129.jpg)
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.
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_130.jpg)
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_129.jpg)
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.
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_130.jpg)
正解:
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_131.jpg)
Reference:
https://docs.microsoft.com/en-us/azure/cosmos-db/serverless
https://docs.microsoft.com/en-us/azure/cosmos-db/provision-throughput-autoscale#use-cases-of-autoscale
You have a container in an Azure Cosmos DB for NoSQL account that stores data about orders.
The following is a sample of an order document.
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_78.jpg)
Documents are up to 2 KB.
You plan to receive one million orders daily.
Customers will frequently view their past order history.
You are the evaluating whether to use order-Date as the partition key.
What are two effects of using order-Date as the partition key? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
The following is a sample of an order document.
![](https://www.jpntest.com/uploads/imgs/DP-420 V15.65/img_78.jpg)
Documents are up to 2 KB.
You plan to receive one million orders daily.
Customers will frequently view their past order history.
You are the evaluating whether to use order-Date as the partition key.
What are two effects of using order-Date as the partition key? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
正解:A、C
解答を投票する