You have an Azure subscription that contains an Azure Cosmos DB for NoSQL account named account1.Backups for account1 have the following configurations:• Interval: 2 hours• Retention period: 4 daysYou need to estimate the charges associated with the retention of the backups.How many copies of the backups will incur additional charges?
You have an Azure Cosmos DB for NoSQL account that contains a database named DB1 and a container named Container1.You need to manage the account by using the Azure Cosmos DB SDK.What should you do?
HOTSPOT-You have an Azure Cosmos DB for NoSQL container that contains the following item.You need to update the OrderQty value to 5 by using a patch operation.How should you complete the JSON Patch document? To answer, select the appropriate options in the answer area.
You plan to create an Azure Cosmos DB for NoSQL account that will have a single write region and three read regions.You need to set the consistency level for the account. The solution must meet the following requirements:• In the write region, writes must replicate synchronously across at least three replicas.• In the read regions, reads must see writes in order for transactional batches.• Throughput for reads and writes must be maximized.Which consistency level should you select?
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 container named container1 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 Synapse pipeline that uses Azure Cosmos DB for NoSQL change feed as a trigger and an Azure event hub as the output.Does this meet the goal?
HOTSPOT-You have two Azure Cosmos for NoSQL containers named Container1 and Container2.You plan to process the change feed for each container by using the following:• Container1: Pull model• Container2: Change feed processorYou need to track the current processing point for each change feed.What should you use for each container? To answer, select the appropriate options in the answer area.