You have an Azure Cosmos DB for NoSQL account that uses the default consistency level.How can the consistency level be modified as part of a query request?
You plan to create an Azure Cosmos DB for NoSQL database named db1 that will contain two containers. One of the containers will contain blog posts, and the other will contain users. Each item in the blog post container will include:• A single blog post• The top 10 comments associated to the blog post• The names of the users who created the blog post and the associated commentsYou need to automatically update the usernames in the blog post container whenever a username in the user container changes.What should you implement for the user container?
You are creating an Azure Cosmos DB for NoSQL account.You need to choose whether to configure capacity by using either provisioned throughput or serverless mode.Which two workload characteristics cause you to choose serverless mode? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
HOTSPOT-You have an Azure Cosmos DB for NoSQL account that contains a container named container1.You plan to use container1 as a key-value store that will perform point reads on the item ID and partition key.You need to define an indexing policy for container1. The solution must meet the following requirements:• Provide the ability to set DefaultTimeToLive for container1.• Minimize implementation time.• Minimize costs.How should you complete the JSON definition of the indexing policy? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.
You have an Azure subscription that contains the resources shown in the following table.You need to store the account key of account1 in KV1.What should you use?
You have an Azure Cosmos DB for NoSQL account that has multiple write regions.You need to receive an alert when requests that target the database exceed the available request units per second (RU/s).Which Azure Monitor signal should you use?