MicrosoftMicrosoft
DP-420 · Question #76
DP-420 Question #76: Real Exam Question with Answer & Explanation
Sign in or unlock DP-420 to reveal the answer and full explanation for question #76. The question stem and answer options stay visible for context.
Design and implement data models
Question
You plan to store order data in an Azure Cosmos DB for NoSQL account. The data contains information about orders and their associated items. You need to develop a model that supports read operations for orders. The solution must minimize the number of requests. What should you do?
Options
- ACreate a database for orders and a database for order items.
- BCreate a single database that contains a container for orders and a container for order items.
- CCreate a single database that contains one container. Store orders and order items in separate
- DCreate a single database that contains one container. Create a separate document for each order
Unlock DP-420 to see the answer
You've previewed enough free DP-420 questions. Unlock DP-420 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Data modeling#NoSQL#Denormalization#Read optimization