Google Cloud Certified Associate Cloud Engineer Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Google Cloud Certified Associate Cloud Engineer Exam with this comprehensive quiz. Ace your test with multiple choice questions, detailed hints, and thorough explanations. Boost your confidence for success!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What is the command used to list networks in Google Cloud?

  1. gcloud container list

  2. gcloud network list

  3. gcloud compute networks list

  4. gcloud networks show

The correct answer is: gcloud compute networks list

To list networks in Google Cloud, the correct command is gcloud compute networks list. Option A, gcloud container list, is used to list containers in Google Container Registry. Option B, gcloud network list, does not exist in the gcloud command and therefore incorrect. Option D, gcloud networks show, is used to show detailed information about a specific network, not to list all networks. Therefore, option C is the only correct option for this question.