HOTSPOT-You have an Azure Cosmos DB for NoSQL account that hosts a container named Customers.You need to add customers to Customers by using the Azure Cosmos DB Spark Connector.How should you complete the code? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.
HOTSPOT-You have an on-premises network.You have an Azure subscription that contains an Azure Cosmos DB account named account1 and an Azure virtual network named VNet1. VNet1 contains two virtual machines named VM1 and VM2. VNet1 is connected to the on-premises network by using a Site-to-Site (S2S) VPN.You need to meet the following requirements:• Block access to the public endpoint of account1.• Allow only VM1 to access account1.What should you include in the solution? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.
HOTSPOT-You have an Azure subscription that contains an Azure Cosmos DB for NoSQL database named DB1. The shared throughput provisioned for DB1 is 10,000 DTU/s. DB1 contains the containers shown in the following table.You need to modify the throughput for the containers. The solution must meet the following requirements:• The maximum throughput for Container1 must be 4,000 DTU/s.• The throughput for Container2 must be shared across the containers.• Administrative effort must be minimized.What should you do? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.
HOTSPOT-You plan to deploy multi-master support for an Azure Cosmos DB for NoSQL account by using an Azure Resource Manager (ARM) template. The deployment will perform the following actions:• Create a database in the account.• Create a container in the database.• Configure Azure Synapse Link support the account.You need to configure the conflictResolutionPolicy property and the analyticalStorageTtl property in the template.Which namespace should you use for each property? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.
You have an Azure Cosmos DB database that hosts a container named container1.You need to ensure that the items stored in container1 will NOT expire unless their TTL value is set explicitly.What should you do?