Last Update Jan 27, 2023
Total Questions : 51
Last Update Jan 27, 2023
Total Questions : 51
Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB
Last Update Jan 27, 2023
Total Questions : 51
Why Choose CertsBoard
Customers Passed
Microsoft DP-420
Average Score In Real
Exam At Testing Centre
Questions came word by
word from this dump
Try a free demo of our Microsoft DP-420 PDF and practice exam software before the purchase to get a closer look at practice questions and answers.
We provide up to 3 months of free after-purchase updates so that you get Microsoft DP-420 practice questions of today and not yesterday.
We have a long list of satisfied customers from multiple countries. Our Microsoft DP-420 practice questions will certainly assist you to get passing marks on the first attempt.
CertsBoard offers Microsoft DP-420 PDF questions, web-based and desktop practice tests that are consistently updated.
CertsBoard has a support team to answer your queries 24/7. Contact us if you face login issues, payment and download issues. We will entertain you as soon as possible.
Thousands of customers passed the Microsoft Designing Microsoft Azure Infrastructure Solutions exam by using our product. We ensure that upon using our exam products, you are satisfied.
You have an app that stores data in an Azure Cosmos DB Core (SQL) API account The app performs queries that return large result sets.
You need to return a complete result set to the app by using pagination. Each page of results must return 80 items.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
You have an Azure Cosmos DB Core (SQL) API account that is configured for multi-region writes. The account contains a database that has two containers named container1 and container2.
The following is a sample of a document in container1:
{
"customerId": 1234,
"firstName": "John",
"lastName": "Smith",
"policyYear": 2021
}
The following is a sample of a document in container2:
{
"gpsId": 1234,
"latitude": 38.8951,
"longitude": -77.0364
}
You need to configure conflict resolution to meet the following requirements:
For container1 you must resolve conflicts by using the highest value for policyYear.
For container2 you must resolve conflicts by accepting the distance closest to latitude: 40.730610 and longitude: -73.935242.
Administrative effort must be minimized to implement the solution.
What should you configure for each container? To answer, drag the appropriate configurations to the correct containers. Each configuration may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
You are implementing an Azure Data Factory data flow that will use an Azure Cosmos DB (SQL API) sink to write a dataset. The data flow will use 2,000 Apache Spark partitions.
You need to ensure that the ingestion from each Spark partition is balanced to optimize throughput.
Which sink setting should you configure?