Exam DP-420 Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB (beta) Exam

Candidates for this exam must have solid knowledge and experience developing apps for Azure and working with Azure Cosmos DB database technologies. They should be proficient at developing applications by using the Core (SQL) API and SDKs, writing efficient queries and creating appropriate index policies, provisioning and managing resources in Azure, and creating server-side objects with JavaScript. They should be able to interpret JSON, read C# or Java code, and use PowerShell.

Note: Passing score: 700. Learn more about exam scores here. Beta exams are not scored immediately because we are gathering data on the quality of the questions and the exam. Learn more about the value and importance of beta exams.

Part of the requirements for: Microsoft Certified: Azure Cosmos DB Developer Specialty
Related exams: none
Important: See details
Go to Certification Dashboard
Exam DP-420: Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB (beta)
Languages: English
Retirement date: none

This exam measures your ability to accomplish the following technical tasks: design and implement data models; design and implement data distribution; integrate an Azure Cosmos DB solution; optimize an Azure Cosmos DB solution; and maintain an Azure Cosmos DB solution.

Skills measured
Design and implement data models (35–40%)
Design and implement data distribution (5–10%)
Integrate an Azure Cosmos DB solution (5–10%)
Optimize an Azure Cosmos DB solution (15–20%)
Maintain an Azure Cosmos DB solution (25–30%)


Scores needed to pass exams
Technical exams: All technical exam scores are reported on a scale of 1 to 1,000 and are scaled such that the passing score is 700. Any score of 700 or greater is a "pass." Any score below 700 is a "fail." The actual number of items you need to answer correctly to pass is determined by a group of subject matter experts in conjunction with the Microsoft psychometrician during the development and maintenance of the exam. The passing score is based on the knowledge and skills needed to demonstrate competence in the skill domain and the difficulty of the questions that a candidate answers when taking the exam.
Microsoft Office exams: All Microsoft Office exam scores are reported on a scale of 1 to 1,000. The passing score varies from exam to exam and is provided on the score report. The actual cut score percentage is determined by a group of subject matter experts using a process like that used to set the cut score for Microsoft’s technical exams.

Audience Profile
A candidate for the Azure Cosmos DB Developer Specialty certification should have subject matter expertise designing, implementing, and monitoring cloud-native applications that store and manage data.
Responsibilities for this role include designing and implementing data models and data distribution, loading data into an Azure Cosmos DB database, and optimizing and maintaining the solution. These professionals integrate the solution with other Azure services. They also design, implement, and monitor solutions that consider security, availability, resilience, and performance requirements.
A candidate for this exam must have solid knowledge and experience developing apps for Azure and working with Azure Cosmos DB database technologies. They should be proficient at developing applications by using the Core (SQL) API and SDKs, writing efficient queries and creating appropriate index policies, provisioning and managing resources in Azure, and creating server-side objects with JavaScript. They should be able to interpret JSON, read C# or Java code, and use PowerShell.

Skills Measured
NOTE: The bullets that follow each of the skills measured are intended to illustrate how we are assessing that skill. This list is NOT definitive or exhaustive.
NOTE: Most questions cover features that are general availability (GA). The exam may contain questions on Preview features if those features are commonly used.

Design and Implement Data Models (35–40%)
Design and implement a non-relational data model for Azure Cosmos DB Core API
 develop a design by storing multiple entity types in the same container
 develop a design by storing multiple related entities in the same document
 develop a model that denormalizes data across documents
 develop a design by referencing between documents
 identify primary and unique keys
 identify data and associated access patterns
 specify a default TTL on a container for a transactional store

Design a data partitioning strategy for Azure Cosmos DB Core API
 choose a partition strategy based on a specific workload
 choose a partition key
 plan for transactions when choosing a partition key
 evaluate the cost of using a cross-partition query
 calculate and evaluate data distribution based on partition key selection
 calculate and evaluate throughput distribution based on partition key selection
 construct and implement a synthetic partition key
 design partitioning for workloads that require multiple partition keys

Plan and implement sizing and scaling for a database created with Azure Cosmos DB
 evaluate the throughput and data storage requirements for a specific workload
 choose between serverless and provisioned models
 choose when to use database-level provisioned throughput
 design for granular scale units and resource governance
 evaluate the cost of the global distribution of data
 configure throughput for Azure Cosmos DB by using the Azure portal

Implement client connectivity options in the Azure Cosmos DB SDK

 choose a connectivity mode (gateway versus direct)
 implement a connectivity mode
 create a connection to a database
 enable offline development by using the Azure Cosmos DB emulator
 handle connection errors
 implement a singleton for the client
 specify a region for global distribution
 configure client-side threading and parallelism options
 enable SDK logging

Implement data access by using the Azure Cosmos DB SQL language
 implement queries that use arrays, nested objects, aggregation, and ordering
 implement a correlated subquery
 implement queries that use array and type-checking functions
 implement queries that use mathematical, string, and date functions
 implement queries based on variable data

Implement data access by using SQL API SDKs
 choose when to use a point operation versus a query operation
 implement a point operation that creates, updates, and deletes documents
 implement an update by using a patch operation
 manage multi-document transactions using SDK Transactional Batch
 perform a multi-document load using SDK Bulk
 implement optimistic concurrency control using ETags
 implement session consistency by using session tokens
 implement a query operation that includes pagination
 implement a query operation by using a continuation token
 handle transient errors and 429s
 specify TTL for a document
 retrieve and use query metrics

Implement server-side programming in Azure Cosmos DB Core API by using JavaScript

 write, deploy, and call a stored procedure
 design stored procedures to work with multiple items transactionally
 implement triggers
 implement a user-defined function

Design and Implement Data Distribution (5–10%)
Design and implement a replication strategy for Azure Cosmos DB
 choose when to distribute data
 define automatic failover policies for regional failure for Azure Cosmos DB Core API
 perform manual failovers to move single master write regions
 choose a consistency model
 identify use cases for different consistency models
 evaluate the impact of consistency model choices on availability and associated RU cost
 evaluate the impact of consistency model choices on performance and latency
 specify application connections to replicated data

Design and implement multi-region write
 choose when to use multi-region write
 implement multi-region write
 implement a custom conflict resolution policy for Azure Cosmos DB Core API
Integrate an Azure Cosmos DB Solution (5–10%)
Enable Azure Cosmos DB analytical workloads

 enable Azure Synapse Link
 choose between Azure Synapse Link and Spark Connector
 enable the analytical store on a container
 enable a connection to an analytical store and query from Azure Synapse Spark or Azure Synapse SQL
 perform a query against the transactional store from Spark
 write data back to the transactional store from Spark

Implement solutions across services

 integrate events with other applications by using Azure Functions and Azure Event Hubs
 denormalize data by using Change Feed and Azure Functions
 enforce referential integrity by using Change Feed and Azure Functions
 aggregate data by using Change Feed and Azure Functions, including reporting
 archive data by using Change Feed and Azure Functions
 implement Azure Cognitive Search for an Azure Cosmos DB solution

Optimize an Azure Cosmos DB Solution (15–20%)
Optimize query performance in Azure Cosmos DB Core API

 adjust indexes on the database
 calculate the cost of the query
 retrieve request unit cost of a point operation or query
 implement Azure Cosmos DB integrated cache

Design and implement change feeds for an Azure Cosmos DB Core API

 develop an Azure Functions trigger to process a change feed
 consume a change feed from within an application by using the SDK
 manage the number of change feed instances by using the change feed estimator
 implement denormalization by using a change feed
 implement referential enforcement by using a change feed
 implement aggregation persistence by using a change feed
 implement data archiving by using a change feed

Define and implement an indexing strategy for an Azure Cosmos DB Core API
 choose when to use a read-heavy versus write-heavy index strategy
 choose an appropriate index type
 configure a custom indexing policy by using the Azure portal
 implement a composite index
 optimize index performance

Maintain an Azure Cosmos DB Solution (25–30%)
Monitor and troubleshoot an Azure Cosmos DB solution
 evaluate response status code and failure metrics
 monitor metrics for normalized throughput usage by using Azure Monitor
 monitor server-side latency metrics by using Azure Monitor
 monitor data replication in relation to latency and availability
 configure Azure Monitor alerts for Azure Cosmos DB
 implement and query Azure Cosmos DB logs
 monitor throughput across partitions
 monitor distribution of data across partitions
 monitor security by using logging and auditing

Implement backup and restore for an Azure Cosmos DB solution

 choose between periodic and continuous backup
 configure periodic backup
 configure continuous backup and recovery
 locate a recovery point for a point-in-time recovery
 recover a database or container from a recovery point

Implement security for an Azure Cosmos DB solution
 choose between service-managed and customer-managed encryption keys
 configure network-level access control for Azure Cosmos DB
 configure data encryption for Azure Cosmos DB
 manage control plane access to Azure Cosmos DB by using Azure role-based access control (RBAC)
 manage data plane access to Azure Cosmos DB by using keys
 manage data plane access to Azure Cosmos DB by using Azure Active Directory
 configure Cross-Origin Resource Sharing (CORS) settings
 manage account keys by using Azure Key Vault
 implement customer-managed keys for encryption
 implement Always Encrypted

Implement data movement for an Azure Cosmos DB solution

 choose a data movement strategy
 move data by using client SDK bulk operations
 move data by using Azure Data Factory and Azure Synapse pipelines
 move data by using a Kafka connector
 move data by using Azure Stream Analytics
 move data by using the Azure Cosmos DB Spark Connector

Implement a DevOps process for an Azure Cosmos DB solution
 choose when to use declarative versus imperative operations
 provision and manage Azure Cosmos DB resources by using Azure Resource Manager templates (ARM templates)
 migrate between standard and autoscale throughput by using PowerShell or Azure CLI
 initiate a regional failover by using PowerShell or Azure CLI
 maintain index policies in production by using ARM templates

QUESTION 1
You are troubleshooting the current issues caused by the application updates.
Which action can address the application updates issue without affecting the functionality of the application?

A. Enable time to live for the con-product container.
B. Set the default consistency level of account1 to strong.
C. Set the default consistency level of account1 to bounded staleness.
D. Add a custom indexing policy to the con-product container.

Answer: C

QUESTION 2
You need to select the partition key for con-iot1. The solution must meet the IoT telemetry requirements.
What should you select?

A. the timestamp
B. the humidity
C. the temperature
D. the device ID

Answer: D

QUESTION 3
You have an application named App1 that reads the data in an Azure Cosmos DB Core (SQL) API account.
App1 runs the same read queries every minute. The default consistency level for the account is set to eventual.
You discover that every query consumes request units (RUs) instead of using the cache.
You verify the IntegratedCacheiteItemHitRate metric and the IntegratedCacheQueryHitRate metric. Both metrics have values of 0.
You verify that the dedicated gateway cluster is provisioned and used in the connection string.
You need to ensure that App1 uses the Azure Cosmos DB integrated cache.
What should you configure?

A. the indexing policy of the Azure Cosmos DB container
B. the consistency level of the requests from App1
C. the connectivity mode of the App1 CosmosClient
D. the default consistency level of the Azure Cosmos DB account

Answer: C

Examkingdom Microsoft DP-420 Exam pdf, Certkingdom Microsoft DP-420 PDF

MCTS Training, MCITP Trainnig

Best Microsoft DP-420 Certification, Microsoft DP-420 Training at certkingdom.com

Click to rate this post!
[Total: 0 Average: 0]

About the author /


Archives

Latest

+

Random

+
January 2022
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930
31