You need to implement a solution to meet the product catalog requirements.

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 ....

February 14, 2025 No Comments READ MORE +

What is the output of the query?

You have an Azure Cosmos DB Core (SQL) API account. You run the following query against a container in the account. SELECT IS_NUMBER("1234") AS A, IS_NUMBER(1234) AS B, IS_NUMBER({prop: 1234}) AS C What is the output of the query?A . [{"A": false, "B": true, "C": false}]B . [{"A": true, "B":...

February 9, 2025 No Comments READ MORE +

Which two actions should you perform to ensure that the trigger runs?

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...

February 6, 2025 No Comments READ MORE +

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...

February 5, 2025 No Comments READ MORE +

Which property should you change in the Function.json file of function1?

You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. Upserts of items in container1 occur every three seconds. You have an Azure Functions app named function1 that is supposed to run whenever items are inserted or replaced in container1. You discover that function1 runs,...

February 5, 2025 No Comments READ MORE +

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...

February 3, 2025 No Comments READ MORE +

What should you include in the solution?

You maintain a relational database for a book publisher. The database contains the following tables. The most common query lists the books for a given authorId. You need to develop a non-relational data model for Azure Cosmos DB Core (SQL) API that will replace the relational database. The solution must...

February 3, 2025 No Comments READ MORE +

How should you configure the backup settings?

HOTSPOT You have a database in an Azure Cosmos DB SQL API Core (SQL) account that is used for development. The database is modified once per day in a batch process. You need to ensure that you can restore the database if the last batch process fails. The solution must...

January 31, 2025 No Comments READ MORE +

Which action can address the application updates issue without affecting the functionality of the application?

Topic 1: Litware, inc Case Study This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to...

January 24, 2025 No Comments READ MORE +

Does this meet the goal?

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...

January 22, 2025 No Comments READ MORE +