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 createis a valid and modern command,gsutil mbis the traditional, concise, and frequently tested command for creating Cloud Storage buckets using thegsutilutility. - B. The syntax
gsutil storage buckets createis incorrect;gsutiluses direct subcommands likembfor bucket operations. - D. The command
gcloud mbis incorrect;gclouduses structured command groups andmbis a subcommand specific togsutil.
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.