Practice free →
HomeAzure AZ-204cloudcomputingaz204storage › Which Cosmos DB concept determines the physical …

Which Cosmos DB concept determines the physical sharding strategy — how documents are distributed across partitions?

AThe choice of API (NoSQL vs MongoDB)
BThe container's TTL setting
CThe partition key chosen for the container
DThe default consistency level
Answer & Solution
Correct answer: C. The partition key chosen for the container
Partition key drives sharding — picking it well is the most important design choice for Cosmos. TTL controls expiry, consistency controls reads, API choice controls surface but not sharding.
Solve this in the app — Azure AZ-204 practice & 24k+ MCQs →
Related questions