dp-900 Practice Question 1838
Exam: dp-900
Domain: Describe how to work with non-relational data on Azure
Topic: Describe non-relational data offerings on Azure
Difficulty: medium
Contoso Ltd is experiencing performance issues with their Azure Cosmos DB application, particularly during peak hours when the number of read requests increases significantly. They suspect that the issue might be related to the throughput settings. Which Azure Cosmos DB API should they consider, and why?
Answer Options
A
MongoDB API
B
Core API
C
Cassandra API
D
Table Storage API
Correct Answer
B: Core API
Explanation
The correct answer is the Core API because it offers consistent performance guarantees and auto-scaling capabilities, which can help manage the increased read requests during peak hours.