Google Cloud · Associate · Intermediate
Google Cloud Associate Cloud Engineer practice questions
8 sample questions from our 500-question Associate Cloud Engineer bank, one from each official domain. The answer and a full explanation sit under each one. Every question is original, written against the published exam objectives, and quality-checked before it reaches you.
Question 1 · Access and Security
Which Google Cloud IAM role would you assign to a user who needs to deploy applications and manage resources in a Google Cloud project?
- A.Custom Role
- B.Owner
- C.Viewer
- D.Editor
Show answer & explanation
Answer: D
The Editor role allows users to deploy applications and manage resources. Viewer is read-only, Owner includes billing permissions, and Custom Role is defined by specific permissions.
Question 2 · Networking
What is the primary purpose of Google Cloud's Load Balancing?
- A.To monitor network performance
- B.To store large volumes of data
- C.To distribute incoming network traffic across multiple instances
- D.To encrypt data at rest
Show answer & explanation
Answer: C
Load balancing distributes incoming network traffic across multiple backends to ensure no single instance is overwhelmed. It is not related to data storage, encryption, or monitoring.
Question 3 · Compute Services
Which command would you use to deploy a new version of your app to Google App Engine?
- A.gcloud app instance create
- B.gcloud app update
- C.gcloud compute create
- D.gcloud app deploy
Show answer & explanation
Answer: D
The 'gcloud app deploy' command is used to deploy applications to App Engine. Other options are incorrect because they either relate to compute or are not valid commands.
Question 4 · Billing and Cost Management
How can you reduce the cost of your Google Cloud resources without affecting performance?
- A.Disable Cloud Monitoring
- B.Use larger virtual machines
- C.Use sustained use discounts
- D.Disable Cloud Logging
Show answer & explanation
Answer: C
Sustained use discounts automatically apply when you use VMs for a significant portion of the month, reducing costs without impacting performance. Larger VMs may increase costs, and disabling monitoring or logging can impact operational insights.
Question 5 · Monitoring and Logging
In Google Cloud, what is the primary use of Stackdriver?
- A.Application monitoring
- B.Network configuration
- C.Data storage
- D.Machine learning
Show answer & explanation
Answer: A
Stackdriver is primarily used for monitoring applications and infrastructure. It is not used for data storage, machine learning, or network configuration.
Question 6 · Managed Services
Which of the following is a benefit of using Google Cloud's Managed Services?
- A.Manual scaling
- B.Increased operational overhead
- C.Automatic updates and patching
- D.Lack of support
Show answer & explanation
Answer: C
Managed Services provide automatic updates and patching, reducing operational overhead. Manual scaling and lack of support are not benefits.
Question 7 · Storage and Databases
Which storage option is best suited for hosting a website with static content in Google Cloud?
- A.Cloud SQL
- B.BigQuery
- C.Cloud Storage
- D.Cloud Spanner
Show answer & explanation
Answer: C
Cloud Storage is ideal for hosting static content such as websites. Cloud SQL and Cloud Spanner are databases, and BigQuery is for data analytics.
Question 8 · Kubernetes
Which feature of Google Kubernetes Engine helps to automatically scale applications based on traffic?
- A.Vertical Pod Autoscaler
- B.Pod Autoscaler
- C.Horizontal Pod Autoscaler
- D.Load Balancer
Show answer & explanation
Answer: C
The Horizontal Pod Autoscaler automatically scales the number of pods in a cluster based on observed CPU utilization or other select metrics. Pod Autoscaler is not a valid feature name, and Vertical Pod Autoscaler adjusts resource requests.
492+ more questions, free
Full-length, in timed or practice mode, and weighted to the official blueprint. Per-domain scoring shows you exactly where you stand.
Start the full practice exam →