
Ultimate access to all questions.
You are planning to deploy an Azure AI service in a multi-region setup. Describe the strategy you would use for load balancing, failover mechanisms, and ensuring data consistency across regions.
A
Use a single load balancer, ignore failover mechanisms, and assume data consistency without verification.
B
Implement a multi-region load balancing strategy, set up automated failover procedures, and use Azure Cosmos DB for maintaining data consistency across regions.
C
Deploy load balancers in each region independently, manually handle failover, and rely on periodic data synchronization.
D
Ignore load balancing, handle failover manually, and hope for data consistency across regions.