dp-900 Practice Question 1834
Exam: dp-900
Domain: Describe how to work with non-relational data on Azure
Topic: Describe non-relational data workloads
Difficulty: medium
Contoso Ltd is developing a social networking application that requires storing and querying complex relationships between users and their posts. They have chosen to use Azure Cosmos DB with a graph database model to efficiently manage these relationships. However, they are facing challenges with network packet flow and want to ensure that the graph database can scale out to handle growing traffic. Which Azure service should they use to manage network packet flow and ensure scalable performance?
Answer Options
A
Use Azure ExpressRoute to establish a dedicated network connection.
B
Configure Azure App Service slots for load balancing.
C
Ensure proper indexing and query optimization in the graph database.
D
Use Azure Virtual Network (VNet) to manage network packet flow and scalability.
Correct Answer
D: Use Azure Virtual Network (VNet) to manage network packet flow and scalability.
Explanation
The correct answer is to use Azure Virtual Network (VNet) to manage network packet flow and ensure scalable performance. Azure VNet allows for a private, isolated network configuration that can be connected to Azure Cosmos DB, optimizing network traffic and improving performance.