DP-420 Practice Online

Quickly grab our DP-420 product now and kickstart your exam preparation today!

Name: Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB
Exam Code: DP-420
Certification: Microsoft Certified Azure Cosmos DB Developer Specialty
Vendor: Microsoft
Total Questions: 291
Last Updated: Sep 04, 2026
Page:    1 / 59      
Total 291 Questions | Updated On: Sep 04, 2026
Demo Download
Question 1

You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. You need to provide a user named User1 with the ability to insert items into container1 by using role-based access control (RBAC). The solution must use the principle of least privilege. Which roles should you assign to User1? 


Answer: D

Question 2

You need to implement a solution to meet the product catalog requirements. What should you do to implement the conflict resolution policy.


Answer: D

Question 3

You are having an Azure Cosmos DB Core (SQL) API account named account2 that has a container containing 100 GB of data.

In the container, you run the below-given query:

While running the query, you see the below metrics::

Here are some statements regarding the scenario:

Statement 1: The query uses an index.

Statement 2: The query performs a cross-partition query.

Statement 3: Recreating the container with the partition key set to /categoryId will improve the performance of the query.

Which of the above statements are true?


Answer: C

Question 4

An Azure Cosmos DB Core (SQL) API account has a container that stores telemetry data from IoT devices. The container utilizes telemetryId as the partition key and has a throughput of 1000 RU/s (request units per second). Data is submitted by approx 5000 IoT devices by using the same telemetryId value every 5 minutes.

You have an app that does analytics on the data and reads telemetry data frequently for a single IoT device to have the trend analysis.

The below figure demonstrates the sample of a document in the container:

What would you do for reducing the number of RUs consumed by the analytics app?


Answer: D

Question 5

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. You Set ResolutionProcedures to a custom stored
procedure. You configure the custom stored procedure to use the conflictingItems parameter to resolve
conflict.
Does this meet the goal? 


Answer: A

Page:    1 / 59      
Total 291 Questions | Updated On: Sep 04, 2026
Demo Download