You are building an application that will store data in an Azure Cosmos DB for NoSQL account. The account uses the session default consistency level. The account is used by five other applications. The account has a single read-write region and 10 additional read regions.Approximately 20 percent of the items stored in the account are updated hourly.Several users will access the new application from multiple devices.You need to ensure that the users see the same item values consistently when they browse from the different devices. The solution must not affect the other applications.Which two actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
You have a global ecommerce application that stores data in an Azure Cosmos OB for NoSQL account. The account is contoured for multi-region writes.You need to create a stored procedure for a custom conflict resolution policy for a new container. In the event of a conflict caused by a deletion the deletion must always take priority.Which parameter should you check m the stored procedure function?
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 sett 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 container named conlainer1 in an Azure Cosmos DB for NoSQL account.You need to make the contents of container1 available as reference data for an Azure Stream Analytics job.Solution: You create an Azure function to copy data to another Azure Cosmos DB for NoSQL container.Does this meet the goal?
You plan to create an Azure Cosmos DB account that will use the NoSQL API.You need to create a grouping strategy for items that will be stored in the account. The solution must ensure that write and read operations on the items can be performed within the same transact!What should you use to group the items?
You configure multi-region writes for account1.You need to ensure that App1 supports the new configuration for account1. The solution must meet the business requirements and the product catalog requirements.What should you do?