0
0
GCPcloud~20 mins

Subnet modes (auto, custom) in GCP - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Subnet Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding subnet creation in auto mode
In Google Cloud Platform, when you create a VPC network in auto subnet mode, what happens automatically?
ANo subnets are created; the network remains empty until you add subnets.
BSubnets are created automatically in each region with predefined IP ranges.
CSubnets are created only in the region where the VPC was created.
DYou must manually create subnets in each region after creating the VPC.
Attempts:
2 left
💡 Hint
Think about what 'auto' means for subnet creation across regions.
Architecture
intermediate
2:00remaining
Choosing subnet mode for custom IP ranges
You want to create a VPC network where you control the IP ranges of subnets in each region. Which subnet mode should you choose?
ACustom subnet mode
BShared VPC mode
CLegacy network mode
DAuto subnet mode
Attempts:
2 left
💡 Hint
Consider which mode allows manual subnet creation with custom IP ranges.
service_behavior
advanced
2:00remaining
Behavior of auto subnet mode when adding a new region
If you have a VPC network in auto subnet mode and Google Cloud adds a new region, what happens to your VPC network?
AA new subnet is automatically created in the new region with a predefined IP range.
BYou must manually create a subnet in the new region to use it.
CThe VPC network stops working until you update it for the new region.
DThe new region is not available for use with the existing VPC network.
Attempts:
2 left
💡 Hint
Think about how auto subnet mode manages regions automatically.
security
advanced
2:00remaining
Security implications of auto vs custom subnet modes
Which subnet mode provides better control over network segmentation and security policies in Google Cloud?
AAuto subnet mode, because subnets are predefined and managed by Google.
BAuto subnet mode, because it automatically updates subnets in all regions.
CCustom subnet mode, because you can define subnets and IP ranges tailored to your security needs.
DBoth modes provide the same level of control over network segmentation.
Attempts:
2 left
💡 Hint
Consider which mode lets you customize IP ranges and subnet boundaries.
Best Practice
expert
3:00remaining
Best practice for migrating from auto to custom subnet mode
You have an existing VPC network in auto subnet mode but want to migrate to custom subnet mode to control IP ranges. What is the best practice to achieve this migration?
AUse a command to convert the VPC network mode without downtime.
BChange the existing VPC network's mode directly from auto to custom in the console.
CDelete all auto-created subnets and then add custom subnets in the same VPC.
DCreate a new VPC network in custom mode and migrate resources to it gradually.
Attempts:
2 left
💡 Hint
Consider if subnet mode can be changed directly on an existing VPC.