0
0
AWScloud~20 mins

AWS global infrastructure (regions, AZs) - Practice Problems & Coding Challenges

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

Which statement correctly describes the relationship between AWS Regions and Availability Zones (AZs)?

AAn Availability Zone is a global network hub connecting all AWS Regions.
BAn Availability Zone is a collection of Regions grouped by geographic proximity.
CRegions and Availability Zones are the same; the terms can be used interchangeably.
DAn AWS Region is a physical location with multiple isolated Availability Zones, each AZ is a separate data center.
Attempts:
2 left
💡 Hint

Think about how AWS separates its data centers to improve fault tolerance.

Architecture
intermediate
2:00remaining
Designing for High Availability Across AWS AZs

You want to design a web application that remains available even if one Availability Zone fails. Which AWS infrastructure setup best supports this requirement?

ADeploy the application across multiple Availability Zones within the same Region.
BDeploy the application in a single Region without specifying AZs.
CDeploy the application in multiple Regions but only one AZ per Region.
DDeploy the application in a single Availability Zone within one Region.
Attempts:
2 left
💡 Hint

Consider how AWS AZs provide fault isolation within a Region.

service_behavior
advanced
2:00remaining
Impact of Region Selection on Latency and Data Residency

You have users primarily in Europe and want to minimize latency while complying with data residency laws. Which AWS Region choice best meets these needs?

AUse the AWS US East (N. Virginia) Region for all users.
BUse the AWS Europe (Frankfurt) Region to serve European users.
CUse the AWS Asia Pacific (Mumbai) Region for European users.
DUse the AWS South America (São Paulo) Region for European users.
Attempts:
2 left
💡 Hint

Think about geographic proximity and legal requirements.

security
advanced
2:00remaining
Security Implications of Multi-Region Deployments

What is a key security consideration when deploying applications across multiple AWS Regions?

ASecurity groups automatically synchronize across Regions.
BData replication between Regions is always encrypted by default without configuration.
CYou must manage compliance and data protection policies separately for each Region.
DIAM roles created in one Region are valid in all Regions without changes.
Attempts:
2 left
💡 Hint

Think about how AWS Regions are isolated from each other.

Best Practice
expert
3:00remaining
Optimizing Cost and Resilience with AWS Global Infrastructure

You want to optimize your AWS deployment for cost while maintaining resilience. Which strategy best balances these goals?

ADeploy critical resources in multiple AZs within one Region and use backups to another Region.
BDeploy all resources in a single AZ to reduce cross-AZ data transfer costs.
CDeploy all resources in multiple Regions with full active-active replication.
DDeploy resources only in the Region with the lowest pricing regardless of user location.
Attempts:
2 left
💡 Hint

Consider cost of cross-Region replication and fault tolerance.