Challenge - 5 Problems
Advanced Networking Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
Why use Virtual Private Cloud (VPC) in GCP?
Which of the following best explains why Virtual Private Cloud (VPC) is important in Google Cloud Platform networking?
Attempts:
2 left
💡 Hint
Think about how you keep your home safe and private from strangers.
✗ Incorrect
A Virtual Private Cloud (VPC) creates a private network in the cloud where you can place your resources securely. It controls how data moves in and out, just like a fence around your house.
❓ service_behavior
intermediate2:00remaining
What happens when you enable Private Google Access?
In GCP, what is the effect of enabling Private Google Access on a subnet?
Attempts:
2 left
💡 Hint
Think about how you might access a service inside your home network without going outside.
✗ Incorrect
Private Google Access allows instances without public IPs to reach Google APIs and services through Google's private network, avoiding the public internet.
❓ Architecture
advanced3:00remaining
Designing a multi-region VPC network
You want to design a VPC network that spans multiple GCP regions to support a global application with low latency and high availability. Which architecture best achieves this?
Attempts:
2 left
💡 Hint
Think about how a single network can cover many locations while staying connected.
✗ Incorrect
A global VPC with subnets in multiple regions allows resources to communicate securely and efficiently. Cloud VPN or Interconnect connects on-premises networks to this global VPC.
❓ security
advanced2:30remaining
Securing GCP workloads with firewall rules
Which firewall rule configuration best restricts access to a GCP VM instance to only trusted IP addresses?
Attempts:
2 left
💡 Hint
Think about locking your front door and only letting in people you know.
✗ Incorrect
Ingress firewall rules control incoming traffic. Allowing only trusted IP ranges and denying others protects the VM from unwanted access.
✅ Best Practice
expert3:00remaining
Optimizing network performance with Cloud CDN and Load Balancing
You have a global web application hosted on GCP. To reduce latency and improve user experience worldwide, which combination of services should you use?
Attempts:
2 left
💡 Hint
Think about how a popular website serves content quickly to users everywhere.
✗ Incorrect
Cloud CDN caches content close to users at edge locations, while a global HTTP(S) Load Balancer routes traffic efficiently to backend instances, reducing latency.