Podcast
Questions and Answers
Which command is used to create a custom IAM role for a project or organization?
Which command is used to create a custom IAM role for a project or organization?
- gcloud iam service-accounts add-iam-policy-binding
- gcloud iam roles create (correct)
- gcloud iam service-accounts create
- gcloud iam list-grantable-roles
Which command is used to list all the credentialed accounts on the current system?
Which command is used to list all the credentialed accounts on the current system?
- gcloud auth print-access-token
- gcloud auth revoke
- gcloud auth activate-service-account
- gcloud auth list (correct)
Which command is used to register the gcloud CLI as a Docker credential helper?
Which command is used to register the gcloud CLI as a Docker credential helper?
- gcloud container images list-tags
- gcloud container clusters create
- gcloud auth configure-docker (correct)
- gcloud compute instances create
Which command is used to display the metadata for a Google Cloud project, including its ID?
Which command is used to display the metadata for a Google Cloud project, including its ID?
Which command is used to create a snapshot of persistent disks in Compute Engine?
Which command is used to create a snapshot of persistent disks in Compute Engine?
Which command is used to deploy your application's code and configuration to the App Engine server?
Which command is used to deploy your application's code and configuration to the App Engine server?
What command is used to authorize the gcloud CLI with your Google Cloud user credentials and set the current account as active?
What command is used to authorize the gcloud CLI with your Google Cloud user credentials and set the current account as active?
Which command displays all the properties for the current configuration?
Which command displays all the properties for the current configuration?
What is the purpose of the gcloud config configurations create command?
What is the purpose of the gcloud config configurations create command?
Which command is used to switch to an existing named configuration?
Which command is used to switch to an existing named configuration?
What is the purpose of the gcloud help command?
What is the purpose of the gcloud help command?
Which command is used to provide feedback to the gcloud CLI team?
Which command is used to provide feedback to the gcloud CLI team?