What should you do?

You are designing an Azure Cosmos DB Core (SQL) API solution to store data from IoT devices. Writes from the devices will be occur every second. The following is a sample of the data. You need to select a partition key that meets the following requirements for writes: Minimizes the...

December 5, 2023 No Comments READ MORE +

To what should you set the partition key and the unique key?

HOTSPOT You have a database in an Azure Cosmos DB Core (SQL) API account. You plan to create a container that will store employee data for 5,000 small businesses. Each business will have up to 25 employees. Each employee item will have an email Address value. You need to ensure...

December 5, 2023 No Comments READ MORE +

You are creating a database in an Azure Cosmos DB Core (SQL) API account. The database will be used by an application that will provide users with the ability to share online posts. Users will also be able to submit comments on other users' posts

HOTSPOT You are creating a database in an Azure Cosmos DB Core (SQL) API account. The database will be used by an application that will provide users with the ability to share online posts. Users will also be able to submit comments on other users' posts. You need to store...

December 4, 2023 No Comments READ MORE +

What should you recommend?

You have the following query. SELECT * FROM с WHERE c.sensor = "TEMP1" AND c.value < 22 AND c.timestamp >= 1619146031231 You need to recommend a composite index strategy that will minimize the request units (RUs) consumed by the query. What should you recommend?A . a composite index for (sensor...

December 4, 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...

December 4, 2023 No Comments READ MORE +

You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. The container1 container has 120 GB of data

HOTSPOT You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. The container1 container has 120 GB of data. The following is a sample of a document in container1. The orderId property is used as the partition key. For each of the following statements, select...

December 4, 2023 No Comments READ MORE +

You have a database named telemetry in an Azure Cosmos DB Core (SQL) API account that stores IoT data. The database contains two containers named readings and devices

HOTSPOT You have a database named telemetry in an Azure Cosmos DB Core (SQL) API account that stores IoT data. The database contains two containers named readings and devices. Documents in readings have the following structure. id deviceid timestamp ownerid measures (array) - type - value - metricid Documents in...

December 3, 2023 No Comments READ MORE +

What should you configure?

Topic 2, Misc. Questions 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...

December 3, 2023 No Comments READ MORE +

You have an Azure Cosmos DB Core (SQL) API account named storage1 that uses provisioned throughput capacity mode

HOTSPOT You have an Azure Cosmos DB Core (SQL) API account named storage1 that uses provisioned throughput capacity mode. The storage1 account contains the databases shown in the following table. The databases contain the containers shown in the following table. For each of the following statements, select Yes if the...

December 3, 2023 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,...

December 2, 2023 No Comments READ MORE +