GCP Associate Cloud Engineer Practice Question

Your team regularly spins up new Compute Engine VMs for short-lived batch jobs. To standardize their configuration, you need a reusable custom image created directly from an existing snapshot named prod-app-snap. The image must belong to the image family appserver and store its data in the europe-west1 image storage location. Which single gcloud command meets these requirements?

  • gcloud compute images create appserver-v1 --source-disk prod-app-snap --source-disk-zone europe-west1 --family appserver

  • gcloud compute images create appserver-v1 --source-snapshot prod-app-snap --family appserver --storage-location europe-west1

  • gcloud compute images create --name=appserver-v1 --snapshot prod-app-snap --region=europe-west1 --family appserver

  • gcloud compute snapshots create appserver-v1 --source-snapshot prod-app-snap --family appserver --storage-location europe-west1

GCP Associate Cloud Engineer
Ensuring successful operation of a cloud solution
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