Google Cloud Certified Associate Cloud Engineer Practice

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

Question: 1 / 50

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

Stackdriver Debug - doesn't support all languages

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

`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/`.

Deployments

Next

Report this question