0
0
GCPcloud~20 mins

Why advanced networking matters in GCP - Challenge Your Understanding

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Advanced Networking Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2: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?
AVPC provides a graphical interface to manage billing and user accounts.
BVPC is a storage service that backs up your data across regions.
CVPC allows you to isolate your cloud resources in a private network, controlling traffic and improving security.
DVPC automatically scales your compute instances without any configuration.
Attempts:
2 left
💡 Hint
Think about how you keep your home safe and private from strangers.
service_behavior
intermediate
2:00remaining
What happens when you enable Private Google Access?
In GCP, what is the effect of enabling Private Google Access on a subnet?
AInstances without external IPs can access Google APIs and services privately without using the public internet.
BInstances can only communicate within the subnet and cannot reach any external services.
CAll traffic from the subnet is blocked from accessing Google services.
DInstances gain automatic public IP addresses for internet access.
Attempts:
2 left
💡 Hint
Think about how you might access a service inside your home network without going outside.
Architecture
advanced
3: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?
ACreate a single global VPC with subnets in each region and use Cloud VPN or Cloud Interconnect to connect on-premises networks.
BCreate separate VPCs in each region and connect them using VPC peering to allow internal communication.
CUse only one region with a large subnet and rely on global load balancing to serve all users.
DCreate multiple VPCs in each region without any peering or interconnection.
Attempts:
2 left
💡 Hint
Think about how a single network can cover many locations while staying connected.
security
advanced
2:30remaining
Securing GCP workloads with firewall rules
Which firewall rule configuration best restricts access to a GCP VM instance to only trusted IP addresses?
ACreate an ingress firewall rule allowing traffic from any IP address on all ports.
BCreate an egress firewall rule allowing traffic to all IP addresses.
CDisable all firewall rules to avoid conflicts.
DCreate an ingress firewall rule allowing traffic only from the trusted IP ranges and deny all other ingress traffic.
Attempts:
2 left
💡 Hint
Think about locking your front door and only letting in people you know.
Best Practice
expert
3: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?
AUse only regional Load Balancers without caching to keep traffic local.
BUse Cloud CDN with a global HTTP(S) Load Balancer to cache content at edge locations and distribute traffic efficiently.
CUse Cloud VPN to connect all users directly to the backend instances.
DUse Cloud Storage buckets in a single region to serve all content.
Attempts:
2 left
💡 Hint
Think about how a popular website serves content quickly to users everywhere.