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 flashcards and multiple choice questions. Each question includes hints and explanations to help you study effectively. Get ready to pass your certification exam!

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.


Which command is used to create a new bucket in Google Cloud?

  1. Stackdriver Debug - doesn't support all languages

  2. Service that can ingest event streams. Commonly used with IoT.

  3. `gsutil mb gs://bucket-name/`

  4. Deployments

The correct answer is: `gsutil mb gs://bucket-name/`

The `gsutil mb gs//bucket-name/` command is used to create a new bucket in Google Cloud. This option is correct because it is the specific command for creating a bucket and is supported by Google Cloud. The other options are incorrect because they either have a different purpose or are not related to Google Cloud storage. Option A, Stackdriver Debug, is a debugging tool and does not have the functionality to create buckets. Option B, a service that can ingest event streams, is commonly used with Internet of Things (IoT) and is not directly related to creating buckets in Google Cloud. Option D, Deployments, is a broad term that could refer to various processes and is not specific to creating buckets. Therefore, the correct answer is C, `gsutil mb gs://bucket-name/`.