Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB

Price
165 USD
Not Applicable
LQEX-MOC-DP-420
Exam Vouchers
Microsoft

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.
 

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

View Global Schedule

Course Description

Overview

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.

Passing score: 700
 

Objectives


 

Audience


 

Prerequisites

    As an exam candidate, you must have solid knowledge and experience developing apps for Azure and working with Azure Cosmos DB database technologies. You 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. You should also be able to interpret JSON, read C# or Java code, and use PowerShell.
     

Topics

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 partitioning 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 Bulk Support in the SDK
  • 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 and call 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
Get Personalized Training Solutions

Get Personalized Training Solutions

Need a personalized solution for your Training? Contact us, and our training advisors will guide you.

Contact Us Now

Need Help?

Need Help? We're Here!

Have questions about courses, instruction, materials covered, or finding the right fit? We're here to help!

Reach Out To Us

2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

20% Off All Project Management Training Courses

Maximize project efficiency and profitability across the board.

PROMO CODE: PROJECT20
VALID THROUGH JUNE 30, 2024

20% Off All AI Training Courses

IBM TechXchange Conference 2024

October 21-24 | Mandalay Bay, Las Vegas

Save $127 with Code: TECHXCHANGE10

Offer Expires June 30, 2024

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Exam Terms & Conditions

Vouchers expire 12 months from the date they are issued, unless otherwise specified in the terms and conditions. Voucher expiration dates cannot be extended. All sales are final.
Please refer to the full terms and conditions here.
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.