0
0
Azurecloud~20 mins

Azure global infrastructure (regions, availability zones) - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure Global Infrastructure Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Azure Regions

Which statement best describes an Azure region?

AA virtual network connecting multiple datacenters globally.
BA single datacenter building within a city.
CA physical location around the world containing one or more datacenters.
DA software service that manages virtual machines.
Attempts:
2 left
💡 Hint

Think about where Azure places its physical infrastructure.

Architecture
intermediate
2:00remaining
Availability Zones Purpose

What is the main purpose of Azure Availability Zones within a region?

ATo manage user access and permissions across services.
BTo provide isolated locations within a region to protect applications from datacenter failures.
CTo offer cheaper storage options within a region.
DTo connect different Azure regions with high-speed links.
Attempts:
2 left
💡 Hint

Think about how Azure ensures your app stays running even if one part fails.

service_behavior
advanced
2:00remaining
Impact of Region Outage on Availability Zones

If an entire Azure region experiences an outage, what happens to the Availability Zones within that region?

AAvailability Zones remain operational because they are in different regions.
BOnly one Availability Zone fails while others continue working normally.
CAvailability Zones automatically switch to another region without downtime.
DAll Availability Zones in that region become unavailable because they are within the same region.
Attempts:
2 left
💡 Hint

Consider the scope of a region outage versus zones inside it.

security
advanced
2:00remaining
Data Residency and Compliance

Why is choosing the correct Azure region important for data residency and compliance?

ABecause data stored in a region stays within that geographic boundary, meeting local laws.
BBecause regions automatically encrypt data regardless of location.
CBecause regions control user access permissions globally.
DBecause regions determine the speed of internet connections worldwide.
Attempts:
2 left
💡 Hint

Think about laws that require data to stay in certain countries.

Best Practice
expert
2:00remaining
Designing for High Availability Across Regions

You want to design an application that remains available even if an entire Azure region fails. Which approach is best?

ADeploy the application across multiple Azure regions and use traffic manager to route users.
BDeploy the application in multiple Availability Zones within a single region only.
CUse a single region with multiple virtual networks for redundancy.
DDeploy the application in one Availability Zone and back up data daily.
Attempts:
2 left
💡 Hint

Think about surviving a full region failure, not just zone failures.