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:
✑ 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.
Select and Place:
YJC
Highly Voted 1 year, 6 months agoazuredemo2022three
Highly Voted 11 months, 3 weeks agoShaunp
Most Recent 1 year, 7 months agoTimSss
1 year, 8 months agoDrC
1 year, 9 months agoognamala
1 year, 9 months agoTorent2005
1 year, 8 months agoTorent2005
1 year, 8 months ago