You need to implement a trigger in Azure Cosmos DB Core (SQL) API that will run before an item is inserted into a container.Which two actions should you perform to ensure that the trigger runs? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
You have a container in an Azure Cosmos DB Core (SQL) API account.Data update volumes are unpredictable.You need to process the change feed of the container by using a web app that has multiple instances. The change feed will be processed by using the change feed processor from the Azure Cosmos DB SDK. The multiple instances must share the workload.Which three actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
You have an Azure Cosmos DB Core (SQL) API account named account1 that has a single read-write region and one additional read region. Account1 uses the strong default consistency level.You have an application that uses the eventual consistency level when submitting requests to account1.How will writes from the application be handled?
You are implementing an Azure Data Factory data flow that will use an Azure Cosmos DB (SQL API) sink to write a dataset. The data flow will use 2,000 ApacheSpark partitions.You need to ensure that the ingestion from each Spark partition is balanced to optimize throughput.Which sink setting should you configure?
DRAG DROP -You have an Azure Synapse Analytics workspace named workspace1 that contains a serverless SQL pool.You have an Azure Table Storage account that stores operational data.You need to replace the Table storage account with Azure Cosmos DB Core (SQL) API. The solution must meet the following requirements:✑ Support queries from the serverless SQL pool.✑ Only pay for analytical compute when running queries.✑ Ensure that analytical processes do NOT affect operational processes.Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.Select and Place:
You are troubleshooting the current issues caused by the application updates.Which action can address the application updates issue without affecting the functionality of the application?