exam questions

Exam DP-900 All Questions

View all questions & answers for the DP-900 exam

Exam DP-900 topic 1 question 301 discussion

Actual exam question from Microsoft's DP-900
Question #: 301
Topic #: 1
[All DP-900 Questions]

You have a database that stores data in the format shown in the following table.



Of which type of database is this an example?

  • A. column family
  • B. relational
  • C. key-value
  • D. document
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
razit
1 month, 1 week ago
Selected Answer: D
For me that looks like document (JSON visualization).
upvoted 1 times
...
vat4444
1 month, 2 weeks ago
Selected Answer: A
Per Chatgpt: This is a column family database structure — Key + column groups, where each column group (like Customer, Product) holds its own set of attributes. ❌ Why not the others? Option Why Not It? B. Relational Relational databases use flat tables, not nested fields C. Key-Value Key-value stores don’t support grouped fields — just key and a single value D. Document Document stores (e.g., MongoDB) store data as JSON-like documents, not column families
upvoted 2 times
...
ROCTW
1 month, 2 weeks ago
relational database
upvoted 1 times
...
ramkaych
2 months, 3 weeks ago
Selected Answer: A
A is the correcto ne
upvoted 1 times
...
ramkaych
2 months, 3 weeks ago
Selected Answer: D
chatGPT's answer: his structure best fits a document database (e.g., MongoDB, Azure Cosmos DB - Document API). Why? Hierarchical/Nested Data → Customer & Product have subcategories. JSON-like format → Ideal for NoSQL document stores. Flexible schema → Unlike rigid relational databases. Not a Good Fit For: ❌ Relational (SQL) DB → Would require separate tables & joins. ❌ Key-Value DB → Too complex for simple key-value pairs. ❌ Column-Family DB (e.g., Cassandra) → Stores data in columns, not nested structures.
upvoted 1 times
...
SIH007
3 months ago
Selected Answer: B
typical table in a relational database
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...