Which three permissions should you enable in the access policy?
You plan to create an Azure Cosmos DB Core (SQL) API account that will use customer-managed keys stored in Azure Key Vault. You need to configure an access policy in Key Vault to allow Azure Cosmos DB access to the keys. Which three permissions should you enable in the access...
What is received by the Azure function?
You have an Azure Cosmos DB for NoSQL account. The change feed is enabled on a container named invoice. You create an Azure function that has a trigger on the change feed. What is received by the Azure function? A. all the properties of the updated items B. only the...
What should you include in the code?
HOTSPOT You have a container in an Azure Cosmos DB Core (SQL) API account. You need to use the Azure Cosmos DB SDK to replace a document by using optimistic concurrency. What should you include in the code? To answer, select the appropriate options in the answer area. NOTE: Each...
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...
You configure Azure Cognitive Search to index a container in an Azure Cosmos DB Core (SQL) API account as shown in the following exhibit
HOTSPOT You configure Azure Cognitive Search to index a container in an Azure Cosmos DB Core (SQL) API account as shown in the following exhibit. Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection...
Which two actions should you perform for APP1?
You have an Azure Cosmos DB for NoSQL account named account1 that supports an application named App1. App1 uses the consistent prefix consistency level. You configure account1 to use a dedicated gateway and integrated cache. You need to ensure that App1 can use the integrated cache. Which two actions should...
Which connectivity mode should you identify?
You need to identify which connectivity mode to use when implementing App2. The solution must support the planned changes and meet the business requirements. Which connectivity mode should you identify?A . Direct mode over HTTPS B. Gateway mode (using HTTPS) C. Direct mode over TCPView AnswerAnswer: C Explanation: Scenario: Develop...
Which two actions should you perform?
You need to provide a solution for the Azure Functions notifications following updates to con-product. The solution must meet the business requirements and the product catalog requirements. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.A ....
What should you configure?
You have an application named App1 that reads the data in an Azure Cosmos DB Core (SQL) API account. App1 runs the same read queries every minute. The default consistency level for the account is set to eventual. You discover that every query consumes request units (RUs) instead of using...
You plan to store order data in Azure Cosmos DB for NoSQL account. The data contains information about orders and their associated items.
You plan to store order data in Azure Cosmos DB for NoSQL account. The data contains information about orders and their associated items. You need to develop a model that supports order read operations. The solution must minimize the number or requests.A . Create a single database that contains one...