Google Cloud Certified Associate Cloud Engineer Practice

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

Study for the Google Cloud Certified Associate Cloud Engineer exam with comprehensive quizzes and practice tests. Each question includes hints and detailed explanations to enhance your preparation and ensure 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.


Command to list buckets.

  1. gsutil ls

  2. ls gsutil

  3. list buckets

  4. gs buckets

The correct answer is: gsutil ls

Option B is not correct as it has the command "ls" before "gsutil", which is the name of the tool and not a command itself. Option C is not correct as "list buckets" is not a valid command and does not follow the correct syntax for gsutil. Option D is not correct as it is missing the keyword "util" after "gs", which is necessary in order to use gsutil commands.