Exam: DP-900: Microsoft Azure Data Fundamentals 0 Likes
Which two settings can you configure at the container level? (DP-900)
You have an Azure Cosmos DB account that uses the Core (SQL) API.
Which two settings can you configure at the container level? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. the throughput
B. the read region
C. the partition key
D. the API
Solution
Correct answer: A. the throughput and C. the partition key.
Throughput can be set at the container level, allowing you to define the Request Units (RUs) allocated to that specific container. The partition key is also defined at the container level, which is essential for distributing data across partitions in a Cosmos DB account.
The read region (B) is configured at the account level, and the API (D) is set at the account level and cannot be changed at the container level.
Category: Considerations for working with non-relational data on Azure