Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB
Last Update Jun 26, 2026
Total Questions : 194
To help you prepare for the DP-420 Microsoft exam, we are offering free DP-420 Microsoft exam questions. All you need to do is sign up, provide your details, and prepare with the free DP-420 practice questions. Once you have done that, you will have access to the entire pool of Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP-420 test questions which will help you better prepare for the exam. Additionally, you can also find a range of Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB resources online to help you better understand the topics covered on the exam, such as Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB DP-420 video tutorials, blogs, study guides, and more. Additionally, you can also practice with realistic Microsoft DP-420 exam simulations and get feedback on your progress. Finally, you can also share your progress with friends and family and get encouragement and support from them.
You have an Azure Cosmos DB Core (SQL) API account named account1.
In account1, you run the following query in a container that contains 100GB of data.
SELECT *
FROM c
WHERE LOWER(c.categoryid) = " hockey "
You view the following metrics while performing the query.

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

You have an Azure Cosmos DB account named account1 that has a default consistency level of session.
You have an app named App1.
You need to ensure that the read operations of App1 can request either bounded staleness or consistent prefix consistency.
What should you modify for each consistency level? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You have an Azure subscription that contains an Azure Cosmos DB for NoSQL account named account1.
For account 1, you plan to implement an integrated gateway that will use the D4s SKU.
You need to optimize integrated gateway performance for point reads from account1. The solution must meet the following requirements:
• For new point reads, maximize how long returned items remain in the integrated cache.
• For new and repeating point reads, maximize the cost benefits of the integrated cache.
What should you do for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You have the following Azure Resource Manager (ARM) template.

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.
