HOTSPOT -
You have an Azure Web app that uses Cosmos DB as a data store. You create a CosmosDB container by running the following PowerShell script:
$resourceGroupName = "testResourceGroup"
$accountName = "testCosmosAccount"
$databaseName = "testDatabase"
$containerName = "testContainer"
$partitionKeyPath = "/EmployeeId"
$autoscaleMaxThroughput = 5000
New-AzCosmosDBSqlContainer -
-ResourceGroupName $resourceGroupName
-AccountName $accountName
-DatabaseName $databaseName
-Name $containerName
-PartitionKeyKind Hash
-PartitionKeyPath $partitionKeyPath
-AutoscaleMaxThroughput $autoscaleMaxThroughput
You create the following queries that target the container:
SELECT * FROM c WHERE c.EmployeeId > '12345'
SELECT * FROM c WHERE c.UserID = '12345'
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
aradice
Highly Voted 3 years, 4 months agoxRiot007
2 years, 8 months agofinnishr
3 years, 2 months agoHimanshuNankani
Highly Voted 3 years agoneelkanths
Most Recent 6 months, 1 week agoFeriAZ
9 months, 3 weeks agobgbgvfvf
10 months, 2 weeks agolednari
11 months agoleviatas
1 year, 1 month agoapplepie
1 year, 3 months agoNightshadeRC
1 year, 3 months ago[Removed]
1 year, 7 months agoSaluk_DE
1 year, 7 months agoproffesormuffin
1 year, 8 months agoXardas
1 year, 3 months agoXardas
1 year, 3 months agostlim83
8 months agomabdo
1 year, 9 months agoEsward
1 year, 9 months agogmishra88
2 years, 1 month agoproffesormuffin
1 year, 8 months agofuji36850
6 months, 1 week ago[Removed]
2 years, 1 month agoAzprep
2 years, 7 months ago