Microsoft Azure Data Fundamentals — Question 35
What is a benefit of the Azure Cosmos DB Table API as compared to Azure Table storage?
Answer options
- A. provides resiliency if an Azure region fails
- B. supports partitioning
- C. provides a higher storage capacity
- D. supports a multi-master model
Correct answer: D
Explanation
The correct answer is D because Azure Cosmos DB's Table API supports a multi-master model, allowing for simultaneous writes across multiple regions. Options A, B, and C are benefits of Azure Table storage but do not specifically highlight the unique capability of the Azure Cosmos DB Table API.