Professional Cloud Architect Exam QuestionsBrowse all questions from this exam

Professional Cloud Architect Exam - Question 182


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 CL 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?

Show Answer
Correct Answer: A

To avoid manually managing the gcloud CLI across multiple workstations, using Google Cloud Shell in the Google Cloud Console is the best option. Cloud Shell provides a pre-configured environment with the gcloud CLI already installed and up-to-date, accessible from any workstation with a web browser. This eliminates the need for manual installations and updates, offering a consistent and portable work environment.

Discussion

9 comments
Sign in to comment
alexandercamachopOption: A
Sep 12, 2022

First discard: C / D are totally not it. Since they will do so much work and it says "do not want to manage gcoud CLI manually" Then B is not a good cost option, besides at the end you are managing your gcloud cli manually. So A is the only left correct answer. It even saves your $HOME files.

kiappy81Option: A
Sep 5, 2022

If you're using Cloud Shell, the gcloud CLI is available automatically and you don't need to install it. commadn gcloud components auto-update doesn't exist but the command gcloud components update ensure that you are using updated version of your components.

jabrrJ68w02ond1Option: A
Sep 4, 2022

A is the correct solution, as the only requirement for your workstation is to have a browser installed.

AzureDP900Option: A
Oct 15, 2022

A is right

meguminOption: A
Nov 21, 2022

A is ok

surajkrishnamurthyOption: A
Dec 16, 2022

A Is the Correct Answer

odacirOption: A
Nov 19, 2023

I will say A, except if some VPC restriction prevent using cloud shell..

OrangeTigerOption: B
Jan 20, 2024

With B, you can keep your terminal working from any workstation. Why not? Okay, so the question is saying that you don't want to manage gcloud cli itself.

moiradavisOption: A
Jul 22, 2024

It is the simplest way!