Question 138 of 284
Single answerYou have downloaded and installed the gcloud command line interface (CLI) and have authenticated with your Google Account. Most of your Compute Engine instances in your project run in the europe-west1-d zone. You want to avoid having to specify this zone with each CLI command when managing these instances.
What should you do?
✓ASet the europe-west1-d zone as the default zone using the gcloud config subcommand.
BIn the Settings page for Compute Engine under Default location, set the zone to europeג€"west1-d.
CIn the CLI installation directory, create a file called default.conf containing zone=europeג€"west1ג€"d.
DCreate a Metadata entry on the Compute Engine page with key compute/zone and value europeג€"west1ג€"d.
✓
Correct Answer: A
Set the europe-west1-d zone as the default zone using the gcloud config subcommand.
▥
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.