0
0
Azurecloud~20 mins

Multi-region deployment patterns in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure Multi-Region Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
Architecture
intermediate
2:00remaining
Understanding Azure Traffic Manager routing methods

Which Azure Traffic Manager routing method directs user traffic to the endpoint with the lowest network latency?

AGeographic routing
BPriority routing
CWeighted routing
DPerformance routing
Attempts:
2 left
💡 Hint

Think about which method optimizes for speed by measuring network delays.

security
intermediate
2:00remaining
Securing data replication in multi-region Azure deployments

Which Azure service feature ensures encrypted data replication between regions for Azure Storage accounts?

AAzure Firewall
BAzure Private Link
CAzure Storage Account Geo-Replication with encryption at rest
DAzure Storage Service Encryption (SSE)
Attempts:
2 left
💡 Hint

Consider which feature combines replication and encryption for data durability and security.

service_behavior
advanced
2:00remaining
Failover behavior in Azure SQL Database geo-replication

What happens to the client connection string when a failover occurs in active geo-replication of Azure SQL Database?

AThe connection string remains the same, but connections fail until DNS propagates changes
BClients must manually update the connection string to point to the new primary region
CThe connection string automatically updates to the new primary endpoint without client changes
DFailover disables all connections until manual intervention
Attempts:
2 left
💡 Hint

Think about how clients know where the primary database is after failover.

Best Practice
advanced
2:00remaining
Designing multi-region Azure App Service deployments for zero downtime

Which deployment pattern best supports zero downtime during regional failover for Azure App Services?

ADeploy a single App Service in one region and use Azure Front Door for failover
BDeploy identical App Service instances in multiple regions with Traffic Manager using Priority routing
CDeploy App Services in multiple regions with Weighted routing and manual failover
DDeploy App Services in multiple regions with Traffic Manager using Performance routing
Attempts:
2 left
💡 Hint

Consider which routing method prioritizes one region but allows automatic failover.

🧠 Conceptual
expert
2:00remaining
Impact of eventual consistency in multi-region Cosmos DB deployments

In a multi-region Azure Cosmos DB setup with eventual consistency, what is a possible outcome immediately after a write operation in one region?

ASome regions may temporarily return stale data until replication completes
BAll regions instantly reflect the updated data
CWrites are blocked until all regions confirm the update
DData is lost if a region fails during replication
Attempts:
2 left
💡 Hint

Think about how eventual consistency affects data visibility across regions.