How should you complete the CLI statements?
HOTSPOT You have a database named db1 in an Azure Cosmos DB for NoSQL account named account1. The db1 database has a manual throughput of 4,000 request units per second (RU/s). You need to move db1 from manual throughput to auto scale throughput by using the Azure CLI. The solution...
You have an Azure Cosmos DB Core (SQL) API account named account1
HOTSPOT You have an Azure Cosmos DB Core (SQL) API account named account1. In account1, you run the following query in a container that contains 100GB of data. SELECT * FROM c WHERE LOWER(c.categoryid) = "hockey" You view the following metrics while performing the query. For each of the following...
Does this meet the goal?
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 conflict sent to the conflict feed. Solution: You...
What should you do first?
You have a database in an Azure Cosmos DB Core (SQL) API account. The database is backed up every two hours. You need to implement a solution that supports point-in-time restore. What should you do first?A . Enable Continuous Backup for the account. B. Configure the Backup & Restore settings...
Which three actions should you perform?
You have a container m an Azure Cosmos DB for NoSQL account. Data update volumes are unpredictable. You need to process the change teed 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...
You have a container named container1 in an Azure Cosmos DB for NoSQL account named account1
HOTSPOT You have a container named container1 in an Azure Cosmos DB for NoSQL account named account1. You configure container1 to use Always Encrypted by using an encryption policy as shown in the C# and the Java exhibits. (Click the C# tab to view the encryption policy in C#. Click...
What should you do?
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?A . Set the default consistency level of accountl to bounded staleness. B. Create a private endpoint...
What should you do to implement the conflict resolution policy?
You need to implement a solution to meet the product catalog requirements. What should you do to implement the conflict resolution policy?A . Remove frequently changed field from the index policy of the con-product container. B. Disable indexing on all fields in the index policy of the con-product container. C....
How should you complete the CLI statements?
HOTSPOT You have a database named db1 in an Azure Cosmos DB for NoSQL account named account1. The db1 database has a manual throughput of 4,000 request units per second (RU/s). You need to move db1 from manual throughput to autoscale throughput by using the Azure CLI. The solution must...
What should you use?
You have an Azure Cosmos DB Core (SQL) API account that uses a custom conflict resolution policy. The account has a registered merge procedure that throws a runtime exception. The runtime exception prevents conflicts from being resolved. You need to use an Azure function to resolve the conflicts. What should...