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?

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