nerdexam
GoogleGoogle

ASSOCIATE-CLOUD-ENGINEER · Question #35

ASSOCIATE-CLOUD-ENGINEER Question #35: Real Exam Question with Answer & Explanation

The correct answer is C: gsutil mb. This question asks for the correct command to create a new bucket in Google Cloud Storage.

Submitted by joshua94· Mar 30, 2026

Question

Which of the following command is used to create buckets in Cloud Storage?

Options

  • Agcloud storage buckets create
  • Bgsutil storage buckets create
  • Cgsutil mb
  • Dgcloud mb

Explanation

This question asks for the correct command to create a new bucket in Google Cloud Storage.

Common mistakes.

  • A. While gcloud storage buckets create is a valid and modern command, gsutil mb is the traditional, concise, and frequently tested command for creating Cloud Storage buckets using the gsutil utility.
  • B. The syntax gsutil storage buckets create is incorrect; gsutil uses direct subcommands like mb for bucket operations.
  • D. The command gcloud mb is incorrect; gcloud uses structured command groups and mb is a subcommand specific to gsutil.

Concept tested. Google Cloud Storage bucket creation command

Reference. https://cloud.google.com/storage/docs/gsutil/commands/mb

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER PracticeBrowse All ASSOCIATE-CLOUD-ENGINEER Questions