Topic 1 Question 232
You 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?
Use the gcloud CLI services enable cloudresourcemanager.googleapis.com command to enable all resources.
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.
Open the Google Cloud console and enable all Google Cloud APIs from the API dashboard.
Open the Google Cloud console and run gcloud init --project
in a Cloud Shell.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: B
At first you need to enable API
👍 33arle2023/08/15 - 正解だと思う選択肢: B
Enable correspondent APIs. Its B
👍 3joao_012023/09/14 - 正解だと思う選択肢: B
B is correct, need to enable API first thing before you can use any services. Can be done using Google Console or using CLI.
👍 3VijKall2023/11/02
シャッフルモード