Microsoft Certified:Azure Cosmos DB Developer Specialty
Domain 1Objective 6
Implement Data Access by Using Azure Cosmos DB for NoSQL SDKs 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 49 practice questions to prepare you well beyond it. (estimate)
49questions here
10free pages
13concepts
Questions 21–25
- 21
A developer is building a REST API that returns a paginated list of orders from Azure Cosmos DB for NoSQL. The API must allow clients to request the next page by passing a token. The developer wants to avoid exposing internal continuation tokens to clients. What should the developer do?
Select an answer first - 22
A developer is using the Azure Cosmos DB .NET SDK to perform a bulk upsert of 100,000 items. The operation is failing with 429 status codes, and the SDK's default retry policy is not sufficient. The developer wants to implement a custom retry strategy that respects the service's RetryAfter value. What should the developer do?
Select an answer first - 23
A data migration tool must load 2 million historical sensor readings into an Azure Cosmos DB for NoSQL container. The container is partitioned by deviceId. The tool currently uses a loop that calls CreateItemAsync for each reading, and the migration is too slow. The developer wants to maximize throughput while keeping the code simple. What should the developer do?
Select an answer first - 24
What is the purpose of query metrics in Azure Cosmos DB?
Select an answer first - 25
A multi-tenant SaaS app uses Azure Cosmos DB for NoSQL with Session consistency. Each tenant's data is isolated by partition key. The app runs in multiple regions for disaster recovery. A user writes an item in the primary region, then reads it from a replica region. The read does not see the write. The developer wants to ensure that the user's subsequent reads see the write without forcing all reads to Strong consistency. What should the developer do?
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.