nerdexam
Microsoft

DP-900 · Question #66

Drag and Drop Question Match the Azure Cosmos DB APIs to the appropriate data structures. To answer, drag the appropriate API from the column on the left to its data structure on the right. Each API…

The correct answer is Gremlin API; MongoDB API; Table API. The correct matches align each API with its native data structure: Gremlin API is designed for graph data (nodes and edges representing relationships), MongoDB API is designed for document data (JSON-like BSON documents), and Table API is designed for key-value pair data…

Submitted by mateo_ar· Mar 30, 2026Describe core Azure database and analytics services - specifically identifying Azure Cosmos DB API types and their corresponding data models (AZ-900 / DP-900 domain)

Question

Drag and Drop Question Match the Azure Cosmos DB APIs to the appropriate data structures. To answer, drag the appropriate API from the column on the left to its data structure on the right. Each API may be used once, more than once, or not at all. NOTE: Each correct match is worth one point. Answer:

Exhibit

DP-900 question #66 exhibit

Answer Area

Drag items

Cassandra APIGremlin APIMongoDB APITable API

Correct arrangement

  • Gremlin API
  • MongoDB API
  • Table API

Explanation

The correct matches align each API with its native data structure: Gremlin API is designed for graph data (nodes and edges representing relationships), MongoDB API is designed for document data (JSON-like BSON documents), and Table API is designed for key-value pair data (similar to Azure Table Storage). These APIs provide wire-protocol compatibility with their respective database ecosystems, allowing migration with minimal code changes.

Topics

#Azure Cosmos DB#NoSQL APIs#Data Structures#Database Migration

Community Discussion

No community discussion yet for this question.

Full DP-900 Practice