Microsoft Azure Data Fundamentals — Question 138

Which Azure Cosmos DB API should you use for a graph database?

Answer options

Correct answer: D

Explanation

The correct answer is D, Gremlin, as it is specifically designed for working with graph databases and supports the traversal of graph structures. Options A (Table), B (Cassandra), and C (NoSQL) do not provide the necessary functionality for graph data models and are better suited for other types of data storage.