Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Microsoft logo

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 1)

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 1–5

  1. 1foundation · easy

    An application needs to update a customer's profile and their recent orders in a single transaction. Which partition key design would enable this transaction to be efficient?

    Select an answer first
  2. 2expert · hard

    A news website stores article views with fields: articleId, category, viewDate, and viewCount. The partition key is articleId. Some articles go viral and receive millions of views, while others receive few. The system is experiencing throttling on the viral articles' partitions. Which solution best addresses the hot-partition problem while preserving the ability to query views for a specific article?

    Select an answer first
  3. 3foundation · easy

    A query in Azure Cosmos DB for NoSQL includes a filter on the partition key property. How does this affect the query's cost?

    Select an answer first
  4. 4application · medium

    A logistics company stores shipment tracking events in a Cosmos DB container. The current partition key is shipmentId. The application frequently queries all events for a specific carrier (e.g., 'FedEx') over the last 30 days. These queries are slow and consume many RUs. You need to reduce the cost of the carrier-based queries without changing the application's write pattern. What should you do?

    Select an answer first
  5. 5application · medium

    A telemetry system writes one document per IoT device every minute. Each document includes deviceId, region, timestamp, and a nested readings array. The workload is write-heavy, and queries always filter by deviceId and a time range. Which partition key design minimizes cross-partition queries and provides the best write 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.