Question 231 of 284
Single answerYou recently received a new Google Cloud project with an attached billing account where you will work. You need to create instances, set firewalls, and store data in Cloud Storage. You want to follow Google-recommended practices. What should you do?
AUse the gcloud CLI services enable cloudresourcemanager.googleapis.com command to enable all resources.
✓BUse the gcloud services enable compute.googleapis.com command to enable Compute Engine and the gcloud services enable storage-api.googleapis.com command to enable the Cloud Storage APIs.
COpen the Google Cloud console and enable all Google Cloud APIs from the API dashboard.
DOpen the Google Cloud console and run gcloud init --project in a Cloud Shell.
✓
Correct Answer: B
Use the gcloud services enable compute.googleapis.com command to enable Compute Engine and the gcloud services enable storage-api.googleapis.com command to enable the Cloud Storage APIs.
▥
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.