dp-900 Practice Question 1839
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 planning to migrate their existing MongoDB database to Azure Cosmos DB. They want to ensure that the migration process is as smooth as possible and that the new database can support the same query patterns. Which Azure Cosmos DB API should they choose, and why?
Answer Options
A
Core API
B
MongoDB API
C
Cassandra API
D
Table Storage API
Correct Answer
B: MongoDB API
Explanation
The correct answer is the MongoDB API because it is designed to be compatible with MongoDB’s query language and data modeling patterns, making it easy to migrate existing MongoDB applications to Azure Cosmos DB.