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
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.
This section is not available anymore. Please use the main Exam Page.DP-900 Exam Questions
Log in to ExamTopics
Sign in:
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.
razit
1Â month, 1Â week agovat4444
1Â month, 2Â weeks agoROCTW
1Â month, 2Â weeks agoramkaych
2Â months, 3Â weeks agoramkaych
2Â months, 3Â weeks agoSIH007
3Â months ago