List of questions
Related questions
Question 78 - AZ-204 discussion
You are developing an Azure Cosmos DB solution by using the Azure Cosmos DB SQL API. The data includes millions of documents. Each document may contain hundreds of properties.
The properties of the documents do not contain distinct values for partitioning. Azure Cosmos DB must scale individual containers in the database to meet the performance needs of the application by spreading the workload evenly across all partitions over time.
You need to select a partition key.
Which two partition keys can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A.
a single property value that does not appear frequently in the documents
B.
a value containing the collection name
C.
a single property value that appears frequently in the documents
D.
a concatenation of multiple property values with a random suffix appended
E.
a hash suffix appended to a property value
Your answer:
0 comments
Sorted by
Leave a comment first