0
0
GCPcloud~20 mins

Cloud Interconnect for dedicated connections in GCP - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Cloud Interconnect Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
Architecture
intermediate
2:00remaining
Choosing the right Cloud Interconnect type for high availability

You want to connect your on-premises data center to Google Cloud with the highest availability. Which Cloud Interconnect setup should you choose?

AUse a VPN connection over the internet for backup only.
BUse two Dedicated Interconnect connections in different locations with VLAN attachments.
CUse a single Partner Interconnect connection with multiple VLAN attachments.
DUse a single Dedicated Interconnect connection with one VLAN attachment.
Attempts:
2 left
💡 Hint

Think about avoiding a single point of failure by using multiple physical connections.

service_behavior
intermediate
1:30remaining
Bandwidth capacity of a single Dedicated Interconnect link

What is the maximum bandwidth capacity of a single Google Cloud Dedicated Interconnect link?

A100 Gbps
B10 Gbps
C1 Gbps
D40 Gbps
Attempts:
2 left
💡 Hint

Consider the standard capacity for a single physical connection in Dedicated Interconnect.

security
advanced
2:00remaining
Securing data over Dedicated Interconnect

Which statement best describes the security of data transmitted over Google Cloud Dedicated Interconnect?

AData is encrypted by default over Dedicated Interconnect.
BGoogle Cloud automatically applies TLS encryption on Dedicated Interconnect traffic.
CData is not encrypted by default; encryption must be handled by the customer.
DDedicated Interconnect uses IPsec tunnels to encrypt data.
Attempts:
2 left
💡 Hint

Think about the physical nature of Dedicated Interconnect and what Google Cloud provides by default.

🧠 Conceptual
advanced
1:30remaining
Understanding VLAN attachments in Dedicated Interconnect

What is the purpose of a VLAN attachment in a Google Cloud Dedicated Interconnect setup?

AIt creates a logical connection to a Virtual Private Cloud (VPC) network over the physical interconnect.
BIt encrypts the data passing through the Dedicated Interconnect.
CIt monitors traffic for security threats on the interconnect.
DIt provides internet access through the Dedicated Interconnect.
Attempts:
2 left
💡 Hint

Think about how physical connections are divided logically to connect to cloud networks.

Best Practice
expert
2:30remaining
Optimizing failover for Dedicated Interconnect connections

You have two Dedicated Interconnect connections in different locations for redundancy. What is the best practice to ensure automatic failover between them?

AManually switch traffic to the backup connection when the primary fails.
BDisable one connection and enable it only when the other fails.
CUse static routes with equal priority on both connections.
DConfigure BGP sessions on both connections with different priorities and use dynamic routing.
Attempts:
2 left
💡 Hint

Consider how routing protocols help manage multiple paths automatically.