The Associate Cloud Engineer is Google Cloud's counterpart to SAA-C03 or AZ-104: an associate-level exam for engineers who deploy and operate workloads on Google Cloud as part of the job. It is hands-on and command-line heavy rather than conceptual, and if you have never run a gcloud command, expect to.
Its four domains follow a project from first setup to steady running. Planning and implementing a cloud solution and ensuring its successful operation are the two largest, and between them they carry most of the exam; setting up the environment and configuring access and security make up the rest in equal parts.
The exam checks that you can actually operate a project: IAM roles and how policy is inherited down the resource hierarchy, GKE and Cloud Run, VPC networking and firewall rules, Cloud SQL and Cloud Storage, and the monitoring and logging that keep all of it running. Expect questions to ask how you would do something with gcloud, not only where the setting lives in the console.
4 questions
Question 1 of 25
An engineer needs the organization ID to use in a gcloud command. Which command retrieves it?
Answer: C
organizations list shows organizations the account can see with their IDs.
Question 2 of 25
That engineer needs the Compute Engine API enabled in the new project from the command line. What command does this?
Answer: C
gcloud services enable turns on a specific API for the current project.
Question 3 of 25 · multiple response
Which of the following can be applied at the folder level in the resource hierarchy? (Select TWO)
Answers: A, D
IAM and organization policies inherit from folders; firewall rules and templates are project-level resources.
Question 4 of 25
A project must be prevented from being accidentally deleted. What should be applied?
Answer: D
A lien blocks project deletion until it is removed.
8 questions
Question 5 of 25 · multiple response
Which of the following are valid Cloud NAT characteristics? (Select TWO)
Answers: B, C
Cloud NAT is regional, uses a Cloud Router, and is outbound-only.
Question 6 of 25
A bucket's objects must be served over HTTPS as a static website behind a custom domain with CDN. What should front the bucket?
Answer: B
A backend bucket behind the external HTTP(S) load balancer supports custom domains, TLS, and CDN.
Question 7 of 25
A Pub/Sub topic must deliver messages to a Cloud Run service via HTTP. What subscription type is needed?
Answer: A
Push subscriptions deliver messages to an HTTP endpoint such as a Cloud Run service.
Question 8 of 25
An engineer must add a label to an existing VM. Which command does this?
Answer: C
add-labels attaches key-value labels to an instance.
Question 9 of 25
An engineer must create a bucket named data-archive in the EU multi-region from the CLI. Which command is correct?
Answer: A
gcloud storage buckets create with --location creates the bucket in the specified location.
Question 10 of 25
A BigQuery dataset must expire tables automatically after 7 days. What setting applies?
Answer: C
Default table expiration removes tables after the configured period.
Question 11 of 25 · multiple response
Which of the following are valid Cloud VPN gateway types? (Select TWO)
Answers: A, B
HA VPN and Classic VPN are the two gateway types.
Question 12 of 25
A signed URL must let an external user download one object for 1 hour without a Google account. Which command creates it?
Answer: D
sign-url generates a time-limited URL for a specific object.
9 questions
Question 13 of 25
A Cloud Run service's logs must be streamed live in the terminal. Which command does this?
Answer: D
services logs tail streams a Cloud Run service's logs.
Question 14 of 25
A data disk must be detached from a running VM before it is attached elsewhere. Which command detaches it?
Answer: C
detach-disk removes a persistent disk from an instance so it can be attached to another VM.
Question 15 of 25
A GKE deployment must scale from 2 to 10 replicas based on CPU. What object should be created?
Answer: A
HPA adjusts replica count based on observed metrics such as CPU.
Question 16 of 25 · multiple response
Which of the following are valid kubectl commands for viewing resource usage? (Select TWO)
Answers: B, C
kubectl top shows CPU and memory for pods and nodes; the others are not real commands.
Question 17 of 25
A VM must be deleted but its boot disk kept. Which flag applies?
Answer: A
keep-disks preserves specified disks when deleting the instance.
Question 18 of 25
An engineer must start a stopped VM. Which command does this?
Answer: B
instances start powers on a stopped instance.
Question 19 of 25
A team needs to compare CPU usage of two VMs on the same chart. What Metrics Explorer feature helps?
Answer: B
Metrics Explorer filters and groups let multiple resources appear on one chart.
Question 20 of 25 · multiple response
Which of the following are ways to observe a Cloud SQL instance's performance? (Select TWO)
Answers: B, D
Monitoring metrics and Query Insights show database performance; DNS and flow logs do not.
Question 21 of 25
A team needs to confirm a load balancer's backends are healthy before cutting over DNS. Where is backend health shown?
Answer: D
get-health reports each backend's health check state.
4 questions
Question 22 of 25
A team must audit which VMs have the default service account with Editor. What tool lists service accounts across projects?
Answer: B
Asset Inventory queries IAM and resource data across the hierarchy.
Question 23 of 25
A user must be granted Owner on a project, but the organization requires justification. What is the minimum-privilege alternative for most tasks?
Answer: C
Editor covers most changes; Owner adds IAM and billing management that is rarely needed.
Question 24 of 25
A pod on GKE must not run as root. What Kubernetes setting enforces this?
Answer: C
The pod security context controls the user the container runs as.
Question 25 of 25
A user must be granted permission to view logs but not resources. Which role fits?
Answer: A
logging.viewer grants read access to logs only.
20 more free after signup, then the full 480-question bank for $12.
Get 20 more free questions