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. Engage with interactive quizzes and detailed explanations tailored to help you master key concepts. Ensure you're ready for a successful career in the cloud computing industry!

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.