Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB (DP-420) - Microsoft Actual Exam Questions
Last updated on May 06, 2026
HOTSPOT You have an Azure Cosmos DB for NoSQL container. The container contains items that have the following properties. You need to protect the data stored in the container by using Always Encrypted. For each property, you must use the strongest type of encryption and ensure that queries execute properly. What is the strongest type of encryption that you can apply to each property? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
You have an Azure Cosmos DB database that contains a container named container
The container1 container is configured with a maximum of 20,000 RU/s and currently contains 240 GB of data. You need to estimate the costs of container1 based on the current usage. How many RU/s will be charged?
240
4.000
20,000
24000
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
HOTSPOT You have an Azure subscription that contains an Azure Cosmos DB for NoSQL account named accounts You configure account! to send resource logs to Log Analytics. You need to identify any containers in account1 that were deleted during the past 24 hours. How should you complete the query? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
You have an Azure Cosmos DB Core (SQL) API account. You run the following query against a container in the account. SELECT IS_NUMBER("1234") AS A, IS_NUMBER(1234) AS B, IS_NUMBER({prop: 1234}) AS C What is the output of the query?
[{"A": false, "B": true, "C": false}]
[{"A": true, "B": false, "C": true}]
[{"A": true, "B": true, "C": false}]
[{"A": true, "B": true, "C": true}]
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
You have an Azure subscription. The subscription contains an Azure Cosmos DB for NoSQL account named account! that hosts a container named Container
Container! has a provisioned throughput of 100 request units per second (RU/s) and uses a single physical partition. Vou are evaluating the available throughput for Container1. What is the maximum burst capacity that Container1 can accumulate?
300 RU/s
1,000 RU/s
30,000 RU/s
100.000 RU/s
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Finish Practice?
Are you sure you want to finish? This will end your practice session.