Objective 5.2
PCAInteracting with Google Cloud programmatically
Objective 5.2 sits in Managing implementation, which carries 12.5% of the Cloud Architect exam. The questions below are original, written from the official objective title above, and each explanation cites the Google Cloud page it rests on.
Objective title verbatim from the official objectives. Google Cloud exam page ↗
A worked example
Shown solved, with the whole explanation open: this is what every question here carries.
An engineer takes apart the command gcloud compute instances create to learn the pattern behind it. Which part of that command is the entity?
Correct.
Concept
A command line organised as a tree can be explored rather than memorised, provided you can name which node of the tree each word occupies.
Why D
Entity refers to the plural form of an element or collection of elements under a component, with disks, firewalls, images, instances, regions and zones given as examples for compute.
Source
The gcloud CLI cheat sheet, checked August 2026Entity refers to the plural form of an element or collection of elements under a component. Example: disks , firewalls , images , instances , regions , zones for compute
Now you: objective 5.2 questions
No account needed. The explanation opens when you answer.
Sample question 1 of 3
An engineer working for two customers switches between their projects, which carry different default zones, many times a day. Which gcloud feature holds each set of properties?
Sample question 2 of 3
A team member cannot get kubectl to talk to a newly created GKE cluster. What does gcloud container clusters get-credentials do for them?
Sample question 3 of 3
A developer on the team runs a Python application on a workstation that calls a Cloud Client Library and needs local credentials for it. Which authorization command covers that case?
Full Cloud Architect question bank coming
We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.
Read the sources
These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.