Microsoft Azure Data Fundamentals — Question 278
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?
Answer options
- A. graph
- B. key/value
- C. document
- D. columnar
Correct answer: A
Explanation
A graph database is ideal for illustrating relationships and connections, making it the best choice for modeling the utilization levels of network devices. Key/value, document, and columnar stores are not optimized for handling complex relationships, which are essential in this scenario.