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 our comprehensive quiz. Engage with interactive flashcards and multiple choice questions that offer hints and detailed explanations to solidify your understanding. Get ready to excel!

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.