Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.You have a database in an Azure Cosmos DB for NoSQL account that is configured for multi-region writes.You need to use the Azure Cosmos DB SDK to implement the conflict resolution policy for a container. The solution must ensure that any conflicts are sent to the conflicts feed.Solution: You set ConflictResolutionMode to Custom. You set ResolutionProcedure to a custom stored procedure. You configure the custom stored procedure to use the isTombstone parameter to resolve conflicts.Does this meet the goal?
You have an Azure Cosmos DB account named account1.You have several apps that connect to account1 by using the account's secondary key.You then configure the apps to authenticate by using service principals.You need to ensure that account1 will only allow apps to connect by using an Azure AD identity.Which account property should you modify?
HOTSPOT-You have an Azure Cosmos DB for NoSQL container. The container contains items that have the following properties.You need to protect the data stored in the container by using Always Encrypted. For each property, you must use the strongest type of encryption and ensure that queries execute properly.What is the strongest type of encryption that you can apply to each property? To answer, select the appropriate options in the answer area.
DRAG DROP-You are designing three apps named App1, App2, and App3. Each app will use a separate Azure Cosmos DB for NoSQL account. The apps have the following consistency requirements:• App1: Reads must always return the most recent committed version of an item, where the commit occurred during the same session.• App2: Reads must always return the most recent committed version of an item, even if the commit occurred during another session.• App3: Write latency must be minimized and data staleness can be tolerated.You need to recommend a default consistency level for each Azure Cosmos DB for NoSQL account. The solution must minimize concurrency.What should you recommend for the account of each app? To answer, drag the appropriate consistency levels to the correct apps. Each consistency level 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 have an Azure Cosmos DB for NoSQL account configured for global distribution across four regions.At connection time, the SQL SDK needs to identify the optimal endpoint for reading and writing.Which two factors can influence the SDK? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.
You have an Azure Cosmos DB for NoSQL account named account1.You need to create a container named Container1 in account1 by using the Azure Cosmos DB .NET SDK. The solution must ensure that the items in Container1 never expire.What should you set?