Challenge - 5 Problems
Subnet Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
Understanding subnet creation in auto mode
In Google Cloud Platform, when you create a VPC network in auto subnet mode, what happens automatically?
Attempts:
2 left
💡 Hint
Think about what 'auto' means for subnet creation across regions.
✗ Incorrect
In auto subnet mode, Google Cloud automatically creates one subnet per region with predefined IP ranges. This simplifies network setup across all regions.
❓ Architecture
intermediate2: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?
Attempts:
2 left
💡 Hint
Consider which mode allows manual subnet creation with custom IP ranges.
✗ Incorrect
Custom subnet mode lets you create subnets manually and specify IP ranges for each subnet in each region.
❓ service_behavior
advanced2: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?
Attempts:
2 left
💡 Hint
Think about how auto subnet mode manages regions automatically.
✗ Incorrect
Auto subnet mode automatically creates subnets in new regions added by Google Cloud, ensuring the network covers all regions.
❓ security
advanced2:00remaining
Security implications of auto vs custom subnet modes
Which subnet mode provides better control over network segmentation and security policies in Google Cloud?
Attempts:
2 left
💡 Hint
Consider which mode lets you customize IP ranges and subnet boundaries.
✗ Incorrect
Custom subnet mode allows you to define subnet IP ranges and boundaries, enabling precise network segmentation and security policy application.
✅ Best Practice
expert3: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?
Attempts:
2 left
💡 Hint
Consider if subnet mode can be changed directly on an existing VPC.
✗ Incorrect
Subnet mode cannot be changed after creation. The best practice is to create a new VPC in custom mode and migrate resources carefully.