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

April 28, 2023 No Comments READ MORE +

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

April 28, 2023 No Comments READ MORE +

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

April 27, 2023 No Comments READ MORE +

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

April 27, 2023 No Comments READ MORE +

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

April 27, 2023 No Comments READ MORE +

How should you define the command statement in the function?

You have a database in an Azure Cosmos DB Core (SQL) API account. You need to create an Azure function that will access the database to retrieve records based on a variable named accountnumber. The solution must protect against SQL injection attacks. How should you define the command statement in...

April 26, 2023 No Comments READ MORE +

What is the effect of running the command?

Topic 2, Misc. Questions You have an Azure Cosmos DB for NoSQL account1 that is configured for automatic failover. The account1 account has a single read-write region in West US and a and a read region in East US. You run the following PowerShell command. What is the effect of...

April 26, 2023 No Comments READ MORE +

You provision Azure resources by using the following Azure Resource Manager (ARM) template

HOTSPOT You provision Azure resources by using the following Azure Resource Manager (ARM) template. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Box 1: No An alert is triggered when the...

April 26, 2023 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...

April 25, 2023 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":...

April 25, 2023 No Comments READ MORE +