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)
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
Q01You are starting a new initiative and need to create a new Google Cloud project using the Cloud S...EasyQ02Your company is migrating to Google Cloud and wants to manage user identities centrally. They cur...MediumQ03You have just created a new Google Cloud project and want to deploy a containerized application u...MediumQ04Your finance team wants to perform complex SQL queries on your Google Cloud billing data to analy...MediumQ05You are managing a development project in Google Cloud. You want to ensure that you are notified ...Easy
Expert