Microsoft Certified:Azure Cosmos DB Developer Specialty
Domain 1Objective 2
Design a Data Partitioning Strategy for Azure Cosmos DB for NoSQL DP-420 Practice Questions (Page 5)
Part of the Design and implement data models domain, which makes up ~45% of our current practice bank. Microsoft does not publish an official question count, but from its 100-minute exam (~40–65 total, ~18–29 in this domain), expect 3–4 from this objective — we provide 28 practice questions to prepare you well beyond it. (estimate)
28questions here
6free pages
9concepts
Questions 21–25
- 21
A weather service stores sensor readings with fields: stationId, date, hour, and temperature. The write rate is very high, and queries always filter by stationId and a date range. The current partition key is stationId, but some stations generate far more data than others, causing hot partitions. Which approach best solves the hot-partition problem while keeping queries efficient?
Select an answer first - 22
A container uses a partition key that has only three distinct values. What is the likely impact on data distribution across physical partitions?
Select an answer first - 23
A banking app stores account documents and transaction documents. A stored procedure must atomically transfer funds between two accounts: it reads both account documents and writes updated balances. The partition key for both containers is accountId. Which design ensures the transfer is a single transaction?
Select an answer first - 24
An order management system stores orders and order items in the same container. Each order has a unique orderId and a customerId. A stored procedure must atomically update an order and all its items. Which partition key enables this transaction?
Select an answer first - 25
In Azure Cosmos DB for NoSQL, how does the choice of partition key affect throughput distribution?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Microsoft. “DP-420” is a trademark of its owner, used for identification only.