DP-420 Web TestEngine demo

Exit VCEDump DP-420 Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB
Question 11 of 27
0% complete
Q11 Drag & drop

DRAG DROP

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:

1. For container1 you must resolve conflicts by using the highest value for policyYear.
2. For container2 you must resolve conflicts by accepting the distance closest to latitude:
40.730610 and longitude: -73.935242.
3. 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.

Drag each option into the matching blank slot.

Question diagram

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in