DumpsFiles
 Request Exam  Contact
  • Home
  • PRACTICE EXAMS
    Oracle
    Fortinet
    Juniper
    Microsoft
    Cisco
    Citrix
    CompTIA
    VMware
    SAP
    EMC
    PMI
    HP
    Salesforce
    Other
  • View All Exams
  • New Dumps Files
  • Upload
  • Oracle
    Oracle
  • Fortinet
    Fortinet
  • Juniper
    Juniper
  • Microsoft
    Microsoft
  • Cisco
    Cisco
  • Citrix
    Citrix
  • CompTIA
    CompTIA
  • VMware
    VMware
  • SAP
    SAP
  • EMC
    EMC
  • PMI
    PMI
  • HP
    HP
  • Salesforce
    Salesforce
  1. Home
  2. Microsoft
  3. Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB
  4. Microsoft.DP-420.v2024-06-19.q119
  5. Question 1

Join the discussion

Question 1/119

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.
Correct Answer:

Explanation

Box 1: Last Write Wins (LWW) (default) mode
Last Write Wins (LWW): This resolution policy, by default, uses a system-defined timestamp property. It's based on the time-synchronization clock protocol.
Box 2: Merge Procedures (custom) mode
Custom: This resolution policy is designed for application-defined semantics for reconciliation of conflicts.
When you set this policy on your Azure Cosmos container, you also need to register a merge stored procedure.
This procedure is automatically invoked when conflicts are detected under a database transaction on the server. The system provides exactly once guarantee for the execution of a merge procedure as part of the commitment protocol.
Reference:
https://docs.microsoft.com/en-us/azure/cosmos-db/conflict-resolution-policies
https://docs.microsoft.com/en-us/azure/cosmos-db/sql/how-to-manage-conflicts

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.
Rating:
Other Question (119q)
Q1. You have an Azure Cosmos DB Core (SQL) API account that is configured for multi-region wri...
Q2. You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. The fo...
Q3. You have a multi-region Azure Cosmos DB account named account1 that has a default consiste...
Q4. Note: This question is part of a series of questions that present the same scenario. Each ...
Q5. You have an Azure Cosmos DB Core (SQL) API account used by an application named App1. You ...
Q6. The following is a sample of a document in orders. (Exhibit) The orders container uses cus...
Q7. You plan to store order data in Azure Cosmos DB for NoSQL account. The data contains infor...
Q8. You have an Azure Cosmos DB for NoSQL account that frequently receives the same three quer...
Q9. You have a database in an Azure Cosmos DB for NoSQL account. The database contains a conta...
Q10. You have a container in an Azure Cosmos DB for NoSQL account. The database that has a manu...
Q11. You have a container in an Azure Cosmos DB for NoSQL account. The database that has a manu...
Q12. You have a container in an Azure Cosmos DB Core (SQL) API account. You need to use the Azu...
Q13. You have a container in an Azure Cosmos DB for NoSQL account. The database that has a manu...
Q14. You need to create a data store for a directory of small and medium-sized businesses (SMBs...
Q15. You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. Upsert...
Q16. You have an Azure Cosmos DB container named container1. You need to insert an item into co...
Q17. You plan to use a multi-region Azure Cosmos DB for NoSQL account to store data for a new a...
Q18. You provision Azure resources by using the following Azure Resource Manager (ARM) template...
Q19. You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. Upsert...
Q20. You have the following Azure Resource Manager (ARM) template. (Exhibit) You plan to deploy...
Q21. You have an Azure Cosmos DB Core (SQL) API account named account1 that has the disableKeyB...
Q22. You have a container in an Azure Cosmos DB Core (SQL) API account. You need to use the Azu...
Q23. You plan to store order data in Azure Cosmos DB for NoSQL account. The data contains infor...
Q24. You have a database in an Azure Cosmos DB for NoSQL account that is configured for multi-r...
Q25. You have an Azure Cosmos DB for NoSQL container named Contacts that is configured as shown...
Q26. You have a database in an Azure Cosmos DB for NoSQL account that is configured for multi-r...
Q27. You have a database in an Azure Cosmos DB Core (SQL) API account. You need to create an Az...
Q28. You are developing an application that will use an Azure Cosmos DB Core (SQL) API account ...
Q29. You are developing an application that will use an Azure Cosmos DB Core (SQL) API account ...
Q30. You have a multi-region Azure Cosmos DB account named account1 that has a default consiste...
Q31. You need to provide a solution for the Azure Functions notifications following updates to ...
Q32. You provision Azure resources by using the following Azure Resource Manager (ARM) template...
Q33. You need to configure an Apache Kafka instance to ingest data from an Azure Cosmos DB Core...
Q34. You have an Azure Cosmos DB for NoSQL account named account that has the disablekeyBasedle...
Q35. You are developing an application that will connect to an Azure Cosmos DB for NoSQL accoun...
Q36. You have a database named db1 in an Azure Cosmos DB for NoSQL account named account1. The ...
Q37. You have an Azure Cosmos DB Core (SQL) API account. You configure the diagnostic settings ...
Q38. You configure multi-region writes for account1. You need to ensure that App1 supports the ...
Q39. You have a container that stores data about families. The following is a sample document. ...
Q40. The settings for a container in an Azure Cosmos DB Core (SQL) API account are configured a...
Q41. You have the following query. SELECT * FROM WHERE c.sensor = "TEMP1" AND c.value < 22 A...
Q42. You have the following Azure Resource Manager (ARM) template. (Exhibit) You plan to deploy...
Q43. You need to recommend indexes for con-product and con-productVendor. The solution must mee...
Q44. You have an app that stores data in an Azure Cosmos DB Core (SQL) API account The app perf...
Q45. You plan to create an Azure Cosmos DB account that will use the NoSQL API. You need to cre...
Q46. You have an Azure Cosmos DB for NoSQL account. The change feed is enabled on a container n...
Q47. You plan to deploy two Azure Cosmos DB Core (SQL) API accounts that will each contain a si...
Q48. You configure multi-region writes for account1. You need to ensure that App1 supports the ...
Q49. You have an Azure Cosmos DB Core (SQL) API account named account1. You have the Azure virt...
Q50. You have a global ecommerce application that stores data in an Azure Cosmos OB for NoSQL a...
Q51. You have an Azure Cosmos DB Core (SQL) account that has a single write region in West Euro...
Q52. You have an Azure Cosmos DB Core (SQL) API account named account1. In account1, you run th...
Q53. You have a container that stores data about families. The following is a sample document. ...
Q54. You have the indexing policy shown in the following exhibit. (Exhibit) Use the drop-down m...
Q55. You have a container named contained in an Azure Cosmos DB for NoSQL account. The followin...
Q56. You have an Azure Cosmos DB Core (SQL) account that has a single write region in West Euro...
Q57. You have an Azure Cosmos DB for NoSQL account named account that has the disablekeyBasedle...
Q58. You have an Azure Cosmos DB Core (SQL) API account used by an application named App1. You ...
Q59. You need to select the partition key for con-iot1. The solution must meet the IoT telemetr...
Q60. You are developing an application that will connect to an Azure Cosmos DB for NoSQL accoun...
Q61. You have an Azure Cosmos DB Core (SQL) API account named account1. In account1, you run th...
Q62. You plan to store order data in Azure Cosmos DB for NoSQL account. The data contains infor...
Q63. You have an Azure Cosmos DB for NoSQL account1 that is configured for automatic failover. ...
Q64. You have an Azure Cosmos DB for NoSQL account that contains a container named container1. ...
Q65. You have an Azure Cosmos DB Core (SQL) API account that is configured for multi-region wri...
Q66. You have an Azure Cosmos DB Core (SQL) account that has a single write region in West Euro...
Q67. You have a database in an Azure Cosmos DB SQL API Core (SQL) account that is used for deve...
Q68. You have an Azure Cosmos DB Core (SQL) API account that is used by 10 web apps. You need t...
Q69. You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. The co...
Q70. You have three containers in an Azure Cosmos DB Core (SQL) API account as shown in the fol...
Q71. You have a container named container1 in an Azure Cosmos DB for NoSQL account named accoun...
Q72. You have a database named telemetry in an Azure Cosmos DB Core (SQL) API account that stor...
Q73. You have an Azure Cosmos DB for NoSQL container. The container contains items that have th...
Q74. You have an Azure Cosmos DB container named container1. You need to insert an item into co...
Q75. You have a container in an Azure Cosmos DB Core (SQL) API account. The container stores te...
Q76. You have an Azure Cosmos DB Core (SQL) API account named account1. You have the Azure virt...
Q77. You have a database named db1 in an Azure Cosmos DB for NoSQL account named account1. The ...
Q78. You have an Apache Spark pool in Azure Synapse Analytics that runs the following Python co...
Q79. You have an Azure Cosmos DB Core (SQL) API account named account1. You have the Azure virt...
Q80. You have a database in an Azure Cosmos DB Core (SQL) API account. You plan to create a con...
Q81. You plan to use a multi-region Azure Cosmos DB for NoSQL account to store data for a new a...
Q82. You need to implement a trigger in Azure Cosmos DB Core (SQL) API that will run before an ...
Q83. You have an Azure Cosmos DB Core (SQL) account that has a single write region in West Euro...
Q84. You have an Azure Cosmos DB for NoSQL account named account1 that supports an application ...
Q85. You have a multi-region Azure Cosmos DB account named account1 that has a default consiste...
Q86. You have an Apache Spark pool in Azure Synapse Analytics that runs the following Python co...
Q87. Note: This question is part of a series of questions that present the same scenario. Each ...
Q88. Note: This question is part of a series of questions that present the same scenario. Each ...
Q89. You have an Azure Cosmos DB for NoSQL account named account that has the disablekeyBasedle...
Q90. You have the Azure Cosmos DB for NoSQL containers shown in the following table. (Exhibit) ...
Q91. You need to identify which connectivity mode to use when implementing App2. The solution m...
Q92. You are creating a database in an Azure Cosmos DB Core (SQL) API account. The database wil...
Q93. You have a container in an Azure Cosmos DB for NoSQL account that stores data about orders...
Q94. Your company develops an application named App1 that uses the Azure Cosmos DB SDK and the ...
Q95. You have an Azure Cosmos DB Core (SQL) API account named account1 that has the disableKeyB...
Q96. You have an Azure Cosmos DB container named container! that has a provisioned throughput a...
Q97. You need to select the capacity mode and scale configuration for account2 to support the p...
Q98. You have a multi-region Azure Cosmos DB account named account1 that has a default consiste...
Q99. You have a container that stores data about families. The following is a sample document. ...
Q100. You are developing an application that will connect to an Azure Cosmos DB for NoSQL accoun...
Q101. You have a container named container1 in an Azure Cosmos DB for NoSQL account named accoun...
Q102. You have an Azure Cosmos DB for NoSQL account1 that is configured for automatic failover. ...
Q103. You have an Azure Cosmos DB for NoSQL account1 that is configured for automatic failover. ...
Q104. You have an Azure Cosmos DB Core (SQL) API account named storage1 that uses provisioned th...
Q105. You are designing a data model for an Azure Cosmos DB for NoSQL account. What are the part...
Q106. You are troubleshooting the current issues caused by the application updates. Which action...
Q107. You need to identify which connectivity mode to use when implementing App2. The solution m...
Q108. You have an Azure Cosmos DB Core (SQL) API account named account1. You have the Azure virt...
Q109. You have an Azure Cosmos DB Core (SQL) account that has a single write region in West Euro...
Q110. You have an Azure Cosmos DB Core (SQL) API account named account1. In account1, you run th...
Q111. You need to create a database in an Azure Cosmos DB for NoSQL account. The database will c...
Q112. You have a container named container1 in an Azure Cosmos DB for NoSQL account named accoun...
Q113. You have a database named db1in an Azure Cosmos DB for NoSQL account named account 1. You ...
Q114. You have an Azure Cosmos DB Core (SQL) API account that is configured for multi-region wri...
Q115. You have a container in an Azure Cosmos DB for NoSQL account that stores data about orders...
Q116. You have a container m an Azure Cosmos DB for NoSQL account. The container stores data abo...
Q117. You have a database in an Azure Cosmos DB Core (SQL) API account. You need to create an Az...
Q118. Note: This question is part of a series of questions that present the same scenario. Each ...
Q119. You need to create a data store for a directory of small and medium-sized businesses (SMBs...
[×]

Download PDF File

Enter your email address to download Microsoft.DP-420.v2024-06-19.q119.pdf

Email:

DumpsFiles

Our website provides the Largest and the most Latest vendors Certification Exam materials around the world.

Using dumps we provide to Pass the Exam, we has the Valid Dumps with passing guranteed just which you need.

  • DMCA
  • About
  • Contact Us
  • Privacy Policy
  • Terms & Conditions
©2025 DumpsFiles

www.dumpsfiles.com materials do not contain actual questions and answers from Cisco's certification exams.