ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 197 - DP-900 discussion

Report
Export

Your company needs to design a database that illustrates the relationships between utilization levels of individual network devices across a local area network.

Which type of data store should you use?

A.
graph
Answers
A.
graph
B.
key/value
Answers
B.
key/value
C.
document
Answers
C.
document
D.
columnar
Answers
D.
columnar
Suggested answer: A

Explanation:

Data as it appears in the real world is naturally connected. Traditional data modeling focuses on defining entities separately and computing their relationships at runtime. While this model has its advantages, highly connected data can be challenging to manage under its constraints.

A graph database approach relies on persisting relationships in the storage layer instead, which leads to highly efficient graph retrieval operations. Azure Cosmos DB's Gremlin API supports the property graph model.

Reference:

https://docs.microsoft.com/en-us/azure/cosmos-db/graph-introduction#introduction-to-graph-databases

asked 02/10/2024
Preetham Pakhala
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first