Medium1 markMultiple Choice

GCP ACE · Question 09 · Domain 1.3: Installing and configuring the CLI

You are training a new team member on the Google Cloud SDK. You explain that a default installation of the Cloud SDK includes several command-line tools for interacting with different Google Cloud services.

Which TWO of the following tools are included in the default Cloud SDK installation? (Select TWO)

Answer options:

A.

kubectl

B.

gsutil

C.

terraform

D.

bq

E.

docker

How to approach this question

Identify the core CLI tools provided by Google for their primary storage and data warehouse services.

Full Answer

gsutil, bq
The default installation of the Google Cloud SDK includes three primary command-line tools: `gcloud` (the primary CLI for Google Cloud), `gsutil` (for Cloud Storage), and `bq` (for BigQuery). Other tools like `kubectl` or `minikube` can be added later using `gcloud components install`.

Common mistakes

Selecting `kubectl` because it is frequently used with GCP (GKE), but forgetting it requires a separate component installation step.

Practice the full GCP Associate Cloud Engineer Practice Exam 7

50 questions · hints · full answers · grading

More questions from this exam