DP-420 Exam QuestionsBrowse all questions from this exam

DP-420 Exam - Question 136


HOTSPOT

-

You have an Azure subscription that contains an Azure Cosmos DB for NoSQL database named DB1. The shared throughput provisioned for DB1 is 10,000 DTU/s. DB1 contains the containers shown in the following table.

Exam DP-420 Question 136

You need to modify the throughput for the containers. The solution must meet the following requirements:

• The maximum throughput for Container1 must be 4,000 DTU/s.

• The throughput for Container2 must be shared across the containers.

• Administrative effort must be minimized.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Exam DP-420 Question 136
Show Answer
Correct Answer:
Exam DP-420 Question 136

Discussion

4 comments
Sign in to comment
8fe085a
Nov 29, 2024

For Both you need to migrate the data to new containers https://learn.microsoft.com/en-us/azure/cosmos-db/set-throughput "A container with provisioned throughput cannot be converted to shared database container. Conversely a shared database container cannot be converted to have a dedicated throughput. You will need to move the data to a container with the desired throughput setting. (Container copy jobs for NoSQL, MongoDB and Cassandra APIs help with this process.)"

[Removed]
Nov 7, 2024

For Container1: You should Modify the settings of Container1 to set its maximum throughput to 4000 DTU/s. For Container2: You should Modify the settings of DB1 to share the throughput across containers.

matejka
Mar 9, 2025

Suggested Actions: Container1: Modify the settings of Container1 to provision a throughput of 4,000 DTU/s. Container2: Modify the settings of Container2 to use shared throughput from DB1. DB1: Ensure DB1's shared throughput can accommodate the changes. By making these changes, you can achieve the specified throughput requirements while minimizing administrative effort.

WimTS
Apr 17, 2025

https://learn.microsoft.com/en-us/azure/cosmos-db/set-throughput A container with provisioned throughput cannot be converted to shared database container. Conversely a shared database container cannot be converted to have a dedicated throughput. You will need to move the data to a container with the desired throughput setting. (Container copy jobs for NoSQL, MongoDB and Cassandra APIs help with this process.) => Migrate to new container for both