Which service allows for global distribution of data in Azure Cosmos DB?
AData Replication
BMulti-Region Writes
CGlobal Consistency
DGeo-Replication
Explanation
Geo-Replication enables global distribution of data while others do not focus solely on the distribution aspect.
Q122
A company needs to manage throughput effectively in Azure Cosmos DB. What should they implement for cost efficiency?
APartitioning
BThrottle Requests
CAutoscale Provisioning
DManual Scaling
Explanation
Autoscale Provisioning adjusts throughput dynamically based on usage, optimizing costs.
Q123
What happens when you enable the 'Multi-Region Writes' feature in Azure Cosmos DB?
AOnly one region can be used.
BIncreased latency for all writes.
CAll regions support write operations.
DData is not replicated immediately.
Explanation
Multi-Region Writes allows for write operations in all regions, enhancing availability.
Q124
Which consistency model offers the lowest latency in Cosmos DB?
AEventual Consistency
BStrong Consistency
CBounded Staleness
DSession Consistency
Explanation
Eventual consistency provides the lowest latency by allowing reads that might not reflect the latest writes, while others impose stricter limits on accesses.
Q125
A company needs to store customer transactional data with strict compliance and also requires low latency for reads. Which Cosmos DB feature should they use?
ACaching Layer
BMulti-Region Writes
CDedicated Capacity
DChange Feed
Explanation
Multi-Region Writes effectively optimize latency and global compliance, unlike the other options which do not meet both criteria.
Q126
What happens when you exceed the provisioned throughput for a Cosmos DB container?
AIt automatically scales up.
BRequests are throttled.
CData is lost.
DOperations are queued.
Explanation
Exceeding provisioned throughput leads to request throttling, while others represent incorrect outcomes of throughput behavior.
Q127
Which feature of Cosmos DB provides guaranteed throughput?
AProvisioned Throughput
BAuto-scaling
CServerless option
DGlobal distribution
Explanation
Provisioned Throughput ensures a set capacity, while the others provide flexibility at different levels.
Q128
A company needs to ensure minimal latency for their global users. What should they do?
AUse a single-region database
BImplement global distribution
CChoose the serverless model
DOpt for automated scaling
Explanation
Global distribution replicates data closer to users, reducing latency; the other options do not address user location effectively.
Q129
What happens when you exceed provisioned throughput in Cosmos DB?
ARequests are throttled
BData is automatically deleted
CNo impact on requests
DData is replicated to another region
Explanation
Exceeding throughput leads to throttled requests, while other options are not possible under such circumstances.
Q130
Which service allows for real-time analytics on Cosmos DB data?
AAzure Stream Analytics
BAzure Functions
CAzure Data Lake Storage
DAzure Logic Apps
Explanation
Azure Stream Analytics provides real-time analytics capabilities; other options do not specifically target analytics on Cosmos DB data.