nerdexam
Microsoft

DP-900 · Question #219

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

The correct answer is D. Gremlin. Azure Cosmos DB for Apache Gremlin is a graph database service that can be used to store massive graphs with billions of vertices and edges. You can query the graphs with millisecond latency and evolve the graph structure easily. The API for Gremlin is built based on Apache…

Submitted by carlos_mx· Mar 30, 2026Describe considerations for non-relational data on Azure

Question

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

Options

  • ATable
  • BCassandra
  • CCore (SQL)
  • DGremlin

How the community answered

(26 responses)
  • B
    4% (1)
  • C
    8% (2)
  • D
    88% (23)

Explanation

Azure Cosmos DB for Apache Gremlin is a graph database service that can be used to store massive graphs with billions of vertices and edges. You can query the graphs with millisecond latency and evolve the graph structure easily. The API for Gremlin is built based on Apache TinkerPop, a graph computing framework that uses the Gremlin query language. https://learn.microsoft.com/en-us/azure/cosmos-db/gremlin/introduction

Topics

#Azure Cosmos DB#Gremlin API#graph database#API selection

Community Discussion

No community discussion yet for this question.

Full DP-900 Practice