What happens when you exceed the provisioned throughput of a Cosmos DB container?
ARequests are throttled
BAll requests succeed
CThe database crashes
DData is deleted
Explanation
When throughput is exceeded, requests that exceed limits are throttled; other options do not accurately depict the outcome.
Q142
Which feature allows you to provide low-latency access to globally distributed data in Azure Cosmos DB?
AMulti-region replication
BQuery indexing
CThroughput provisioning
DChange feed
Explanation
Multi-region replication ensures data is accessible from multiple Azure regions, minimizing latency. The other options do not specifically target low-latency data access across regions.
Q143
A company needs to ensure that their multi-tenant application can effectively scale its database while also ensuring isolation among tenants. What should they use?
ASingle database with shared throughput
BMultiple databases per tenant
CPartitioning by tenant ID
DShared container with resource tags
Explanation
Using multiple databases for each tenant provides effective isolation and scaling benefits. The other options either share resources or complicate isolation.
Q144
What happens when you exceed the provisioned throughput in Azure Cosmos DB?
ARequests are throttled
BData is deleted
CBackup operations fail
DService is automatically upgraded
Explanation
Requests that exceed provisioned throughput are throttled to maintain performance and availability. The other options do not accurately reflect the behavior of Azure Cosmos DB under high load.
Q145
Which service provides global distribution for Azure Cosmos DB?
AAzure Traffic Manager
BAzure Resource Manager
CAzure Front Door
DAzure Cosmos DB Multi-Region Write
Explanation
Azure Cosmos DB Multi-Region Write enables global distribution, while others are for different purposes.
Q146
A company needs to ensure that its Cosmos DB changes are captured in real-time. Which feature should they enable?
AChange Feed
BTriggers
CStored Procedures
DContinuous Backup
Explanation
Change Feed allows real-time capture of changes, unlike the other options which serve different functions.
Q147
What happens when you exceed the provisioned throughput in Azure Cosmos DB?
ARequests are throttled instantly
BThroughput is automatically upgraded
CAll read requests are denied
DRequests are processed without limits
Explanation
Requests that exceed throughput are throttled, while the other options inaccurately describe the behavior.