nerdexam
Microsoft

DP-900 · Question #65

Drag and Drop Question Match the types of data stores to the appropriate scenarios. To answer, drag the appropriate data store type from the column on the left to its scenario on the right. Each…

The correct answer is Key/value; Object; Graph. Key/value stores are ideal for simple, fast lookups using a unique identifier (like session data or caching), making them perfect for scenarios requiring rapid retrieval by a single key. Object stores are designed for unstructured or semi-structured data like blobs, documents…

Submitted by naveen.iyer· Mar 30, 2026Describe core Azure architectural components and Azure services - specifically non-relational and NoSQL data storage options (Azure Cosmos DB, Azure Blob Storage, Table Storage)

Question

Drag and Drop Question Match the types of data stores to the appropriate scenarios. To answer, drag the appropriate data store type from the column on the left to its scenario on the right. Each data store type may be used once, more than once, or not at all. NOTE: Each correct match is worth one point. Answer:

Exhibit

DP-900 question #65 exhibit

Answer Area

Drag items

GraphObjectKey/value

Correct arrangement

  • Key/value
  • Object
  • Graph

Explanation

Key/value stores are ideal for simple, fast lookups using a unique identifier (like session data or caching), making them perfect for scenarios requiring rapid retrieval by a single key. Object stores are designed for unstructured or semi-structured data like blobs, documents, images, or files stored as complete objects - ideal for large binary or document data. Graph databases excel at modeling and querying complex relationships between entities (like social networks or recommendation engines), where the connections between data points are as important as the data itself.

Topics

#Data Store Types#NoSQL Databases#Cloud Storage#Database Design

Community Discussion

No community discussion yet for this question.

Full DP-900 Practice