dp-900 Practice Question 1836
Exam: dp-900
Domain: Describe how to work with non-relational data on Azure
Topic: Describe non-relational data offerings on Azure
Difficulty: medium
A developer at Contoso Ltd is working on a graph database application using Azure Cosmos DB. They need to store and query complex relationships between entities efficiently. Which API should they use, and how does it benefit their application?
Answer Options
A
Core API
B
Gremlin API
C
MongoDB API
D
Table Storage API
Correct Answer
B: Gremlin API
Explanation
The correct answer is the Gremlin API because it is specifically designed for graph databases and allows efficient storage and querying of complex relationships between entities.