ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 229 - Professional Cloud Architect discussion

Report
Export

You are managing several projects on Google Cloud and need to interact on a daily basis with BigQuery, Bigtable and Kubernetes Engine using the gcloud CLI tool You are travelling a lot and work on different workstations during the week You want to avoid having to manage the gcloud CLI manually What should you do?

A.
Use a package manager to install gcloud on your workstations instead of installing it manually
Answers
A.
Use a package manager to install gcloud on your workstations instead of installing it manually
B.
Create a Compute Engine instance and install gcloud on the instance Connect to this instance via SSH to always use the same gcloud installation when interacting with Google Cloud
Answers
B.
Create a Compute Engine instance and install gcloud on the instance Connect to this instance via SSH to always use the same gcloud installation when interacting with Google Cloud
C.
Install gcloud on all of your workstations Run the command gcloud components auto-update on each workstation
Answers
C.
Install gcloud on all of your workstations Run the command gcloud components auto-update on each workstation
D.
Use Google Cloud Shell in the Google Cloud Console to interact with Google Cloud
Answers
D.
Use Google Cloud Shell in the Google Cloud Console to interact with Google Cloud
Suggested answer: D

Explanation:

This option allows you to use the gcloud CLI tool without having to install or manage it manually on different workstations. Google Cloud Shell is a browser-based command-line tool that provides you with a temporary Compute Engine virtual machine instance preloaded with the Cloud SDK, including the gcloud CLI tool. You can access Google Cloud Shell from any web browser and use it to interact with BigQuery, Bigtable and Kubernetes Engine using the gcloud CLI tool. The other options are not optimal for this scenario, because they either require installing and updating the gcloud CLI tool on multiple workstations (A, C), or creating and maintaining a Compute Engine instance for the sole purpose of using the gcloud CLI tool (B).

Reference:

https://cloud.google.com/shell/docs/overview

https://cloud.google.com/sdk/gcloud/

asked 18/09/2024
Richard lavery
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first