0
0
GCPcloud~20 mins

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

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

Which statement correctly describes the relationship between GCP regions and zones?

AZones are global locations, and regions are subdivisions within zones.
BA region is a specific data center, and zones are multiple regions grouped together.
CA zone is a deployment area within a region, and each region contains multiple zones.
DRegions and zones are the same and can be used interchangeably.
Attempts:
2 left
💡 Hint

Think about how Google organizes its data centers geographically.

Architecture
intermediate
2:00remaining
Designing for High Availability Across Zones

You want to deploy a web application on GCP to ensure it remains available even if one zone fails. Which deployment strategy best achieves this?

ADeploy all instances in a single zone within one region.
BDeploy instances across multiple zones within the same region.
CDeploy instances in multiple regions but only one zone per region.
DDeploy all instances in a single region without specifying zones.
Attempts:
2 left
💡 Hint

Consider how zones provide isolation within a region.

service_behavior
advanced
2:00remaining
Impact of Zone Failure on GCP Services

What happens to Compute Engine virtual machines (VMs) when the zone they are running in experiences an outage?

AVMs automatically restart in another zone without user intervention.
BVMs are automatically backed up and restored in a different region.
CVMs continue running unaffected because zones share resources transparently.
DVMs stop running and remain unavailable until the zone recovers or user manually migrates them.
Attempts:
2 left
💡 Hint

Think about the isolation between zones and what automatic features GCP provides.

security
advanced
2:00remaining
Data Residency and Compliance in GCP Regions

Your company must ensure that data stays within a specific country due to compliance rules. Which GCP infrastructure choice best supports this requirement?

ASelect a region located within the required country or jurisdiction.
BUse zones in different regions to replicate data globally.
CDeploy resources across multiple regions to improve availability without restrictions.
DUse any region closest to the users regardless of country boundaries.
Attempts:
2 left
💡 Hint

Consider how GCP regions relate to geographic and legal boundaries.

Best Practice
expert
2:00remaining
Optimizing Latency with GCP Global Infrastructure

You want to minimize latency for users worldwide accessing your application hosted on GCP. Which architecture best achieves this?

ADeploy your application in multiple regions close to user clusters and use global load balancing.
BDeploy in multiple zones within one region and use internal load balancing.
CDeploy your application in a single region and rely on global load balancing.
DDeploy in a single zone and use Cloud CDN to cache content globally.
Attempts:
2 left
💡 Hint

Think about how geographic proximity affects latency and how GCP supports global traffic management.