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…
Question
Exhibit
Answer Area
Drag items
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
Community Discussion
No community discussion yet for this question.
