Easy1 markMultiple Choice
GCP ACE · Question 09 · Domain 1.3: Installing and configuring the CLI
When you install the Google Cloud SDK using the default installation method, which three command-line tools are installed by default?
When you install the Google Cloud SDK using the default installation method, which three command-line tools are installed by default?
Answer options:
A.
gcloud, kubectl, docker
B.
gcloud, gsutil, bq
C.
gcloud, cbt, terraform
D.
gcloud, gsutil, kubeadm
How to approach this question
Memorize the core components of the Cloud SDK.
Full Answer
B.gcloud, gsutil, bq✓ Correct
The default installation of the Google Cloud SDK includes three primary command-line tools: `gcloud` (the primary CLI for Google Cloud), `gsutil` (for interacting with Cloud Storage), and `bq` (for interacting with BigQuery). Other tools like `kubectl` or `cbt` can be added later using the `gcloud components install` command.
Common mistakes
Assuming `kubectl` is installed by default because GKE is so popular.
Practice the full GCP Associate Cloud Engineer Practice Exam 6
50 questions · hints · full answers · grading
More questions from this exam
Q01What is the primary purpose of a Google Cloud project?EasyQ02Your development team needs to manage Compute Engine instances in a specific project. They need t...MediumQ03You are automating the setup of a new Google Cloud project using a bash script. You need to enabl...EasyQ04Your startup has a strict monthly cloud budget of $500. You want to be notified immediately if yo...MediumQ05Your finance team wants to perform granular analysis of your Google Cloud spending using SQL. The...Hard
Expert