0
0
GCPcloud~20 mins

Cloud VPN for hybrid connectivity in GCP - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Cloud VPN Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
Architecture
intermediate
2:00remaining
Understanding Cloud VPN Tunnel Behavior

You have set up a Cloud VPN tunnel between your on-premises network and Google Cloud. The tunnel is configured but the traffic is not passing through. Which of the following is the most likely reason?

AThe on-premises firewall is blocking all outbound traffic.
BThe Cloud VPN service is not enabled in the Google Cloud project.
CThe Cloud VPN tunnel uses a deprecated protocol that is no longer supported.
DThe VPN tunnel is up but the routing is not configured to send traffic through the tunnel.
Attempts:
2 left
💡 Hint

Check if the routes are properly set to send traffic through the VPN tunnel.

security
intermediate
1:30remaining
Cloud VPN Encryption Protocols

Which encryption protocol does Google Cloud VPN use to secure data in transit between your on-premises network and Google Cloud?

AIPsec (Internet Protocol Security)
BSSL/TLS (Secure Sockets Layer / Transport Layer Security)
CSSH (Secure Shell)
DFTP over TLS
Attempts:
2 left
💡 Hint

Think about protocols designed specifically for network layer encryption.

service_behavior
advanced
2:00remaining
Behavior of HA VPN with Multiple Interfaces

You configure an HA VPN gateway with two interfaces in Google Cloud. What happens if one interface fails?

ATraffic is load balanced equally between the two interfaces regardless of failure.
BThe entire VPN gateway stops working until the failed interface is fixed.
CTraffic automatically fails over to the other interface without interruption.
DYou must manually switch traffic to the working interface.
Attempts:
2 left
💡 Hint

Consider how high availability is designed to handle failures.

Configuration
advanced
2:30remaining
Configuring Routes for Cloud VPN

You want to configure a Cloud VPN tunnel using dynamic routing with BGP. Which of the following must you configure on the Google Cloud side?

AManually add static routes to the VPN tunnel without using Cloud Router.
BCreate a Cloud Router and attach it to the VPN gateway to manage BGP sessions.
CEnable VPC Flow Logs on the subnet connected to the VPN gateway.
DConfigure firewall rules to allow ICMP traffic only.
Attempts:
2 left
💡 Hint

Dynamic routing with BGP requires a routing component to exchange routes.

Best Practice
expert
3:00remaining
Optimizing Cloud VPN for High Throughput

You need to maximize throughput for your Cloud VPN connection between your data center and Google Cloud. Which approach is best?

AUse an HA VPN gateway with multiple tunnels and interfaces to aggregate bandwidth.
BUse a single Classic VPN tunnel with the highest MTU setting possible.
CDisable encryption to reduce overhead and increase speed.
DUse static routing instead of dynamic routing to reduce processing.
Attempts:
2 left
💡 Hint

Think about redundancy and parallelism to increase throughput.