0
0
GCPcloud~20 mins

Default VPC and subnets in GCP - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Default VPC Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Default VPC Subnet Regions

In Google Cloud Platform, the Default VPC is created automatically. How many subnets does the Default VPC have and where are they located?

ANo subnets are created automatically; you must create them manually.
BOne subnet only in the us-central1 region.
CMultiple subnets only in the us-east1 and europe-west1 regions.
DOne subnet per region, covering all GCP regions by default.
Attempts:
2 left
💡 Hint

Think about how Google Cloud ensures network availability across regions by default.

service_behavior
intermediate
2:00remaining
Behavior of Default VPC Firewall Rules

Which of the following statements correctly describes the default firewall rules applied to the Default VPC in GCP?

ADefault firewall rules allow incoming SSH, RDP, and ICMP traffic from the internet.
BDefault firewall rules allow all incoming traffic from any source to all instances.
CDefault firewall rules block all incoming traffic by default.
DDefault firewall rules allow incoming HTTP and HTTPS traffic from the internet.
Attempts:
2 left
💡 Hint

Consider the security posture of default firewall rules for internal and external traffic.

Architecture
advanced
2:00remaining
Impact of Deleting a Default VPC Subnet

What happens if you delete a subnet from the Default VPC in GCP?

AGCP prevents deletion of any Default VPC subnet to protect default resources.
BOnly the deleted subnet is removed; other subnets and the VPC remain intact.
CThe entire Default VPC is deleted automatically.
DAll firewall rules associated with the Default VPC are deleted.
Attempts:
2 left
💡 Hint

Think about how GCP manages default resources and user modifications.

security
advanced
2:00remaining
Security Risks of Using Default VPC

Which security risk is most associated with using the Default VPC without modification in a production environment?

ADefault VPC firewall rules allow internal traffic but do not restrict outbound internet access, which may expose instances to external threats.
BDefault VPC has no firewall rules, exposing all instances to the internet.
CDefault VPC automatically encrypts all traffic, so there are no security risks.
DDefault VPC disables logging, making it impossible to audit network activity.
Attempts:
2 left
💡 Hint

Consider what default firewall rules allow and what they do not restrict.

Best Practice
expert
3:00remaining
Best Practice for Managing Default VPC in Large Organizations

In a large organization with multiple teams and projects, what is the best practice regarding the Default VPC and its subnets?

AKeep the Default VPC unchanged and rely on IAM roles to control access to resources.
BUse the Default VPC for all projects to simplify network management.
CDelete the Default VPC and create custom VPCs tailored to each team's needs with strict firewall rules.
DMerge all project networks into the Default VPC to reduce costs.
Attempts:
2 left
💡 Hint

Think about network isolation and security in multi-team environments.