Microsoft Azure Data Fundamentals — Question 95
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.
Answer options
- A. the throughput
- B. the read region
- C. the partition key
- D. the API
Correct answer: A, C
Explanation
The correct answers are A and C because at the container level, you can configure the throughput to manage performance and the partition key to optimize data distribution. Options B and D are not applicable at the container level; the read region pertains to replication settings, and the API is set at the account level, not the container.