How should you provision the containers within each account to minimize costs?

HOTSPOT You plan to deploy two Azure Cosmos DB Core (SQL) API accounts that will each contain a single database. The accounts will be configured as shown in the following table. How should you provision the containers within each account to minimize costs? To answer, select the appropriate options in...

February 16, 2022 No Comments READ MORE +

You have an Azure Cosmos DB Core (SQL) API account named account1

HOTSPOT You have an Azure Cosmos DB Core (SQL) API account named account1. You have the Azure virtual networks and subnets shown in the following table. The vnet1 and vnet2 networks are connected by using a virtual network peer. The Firewall and virtual network settings for account1 are configured as...

February 13, 2022 No Comments READ MORE +

Which three configuration items should you include in the solution?

Topic 2, Misc. Questions You need to configure an Apache Kafka instance to ingest data from an Azure Cosmos DB Core (SQL) API account. The data from a container named telemetry must be added to a Kafka topic named iot. The solution must store the data in a compact binary...

February 12, 2022 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...

February 12, 2022 No Comments READ MORE +

Which roles should you assign to User1?

You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. You need to provide a user named User1 with the ability to insert items into container1 by using role-based access control (RBAC). The solution must use the principle of least privilege. Which roles should you...

February 11, 2022 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 ASC,...

February 10, 2022 No Comments READ MORE +