GCP ACE · Question 01 · Domain 1.1: Setting up cloud projects and accounts
You are starting a new initiative and need to create a new Google Cloud project using the Cloud SDK. You want the project to be named 'data-analytics-prod' and you need to specify your organization ID (1234567890) so it is created in the correct hierarchy.
Which gcloud command should you use?
Answer options:
gcloud config set project data-analytics-prod --organization=1234567890
gcloud projects create data-analytics-prod --organization=1234567890
gcloud compute project create data-analytics-prod --org=1234567890
gcloud init project data-analytics-prod --organization=1234567890
50 questions · hints · full answers · grading