🔥 40% Off Crucial Exams Memberships — Deal ends today!

44 minutes, 42 seconds remaining!

GCP Associate Cloud Engineer Practice Question

Your company needs a new VPC named corp-net that must contain exactly two subnets: dev-us (10.10.0.0/16) in us-central1 and dev-eu (10.20.0.0/16) in europe-west1. No additional subnets should ever be created automatically. Which approach meets this requirement with the least manual effort?

  • Create an auto-mode VPC named corp-net, delete every automatically created subnet except dev-us and dev-eu, and rely on this configuration going forward.

  • Run gcloud compute networks create corp-net --subnet-mode=custom, then create the dev-us and dev-eu subnets with gcloud compute networks subnets create specifying --network=corp-net, the correct --region, and the desired --range CIDR blocks.

  • Run gcloud compute networks create corp-net --subnet-mode=auto, then use gcloud compute networks subnets expand-ip-range to adjust the IP ranges for dev-us and dev-eu.

  • Create the default VPC, rename two of its existing subnets to dev-us and dev-eu, and change their IP ranges to 10.10.0.0/16 and 10.20.0.0/16.

GCP Associate Cloud Engineer
Setting up a cloud solution environment
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot