Question 264 of 284
Choose 2You just installed the Google Cloud CLI on your new corporate laptop. You need to list the existing instances of your company on Google Cloud. What must you do before you run the gcloud compute instances list command? (Choose two.)
✓ARun gcloud auth login, enter your login credentials in the dialog window, and paste the received login token to gcloud CLI.
BCreate a Google Cloud service account, and download the service account key. Place the key file in a folder on your machine where gcloud CLI can find it.
CDownload your Cloud Identity user account key. Place the key file in a folder on your machine where gcloud CLI can find it.
DRun gcloud config set compute/zone $my_zone to set the default zone for gcloud CLI.
✓ERun gcloud config set project $my_project to set the default project for gcloud CLI.
✓
Correct Answer: A, E
Run gcloud auth login, enter your login credentials in the dialog window, and paste the received login token to gcloud CLI.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.