Google Cloud
Google Cloud Certified – Associate Cloud Engineer
PR000260
Popular Trending
Validate your skills as an Associate Cloud Engineer with exam code PR000260 in Google Cloud.
498 questions
0 views
Free
Questions 151–160 of 498
Which service allows you to run Docker containers on Google Cloud?
-
A
Google Kubernetes Engine
-
B
Google Cloud Functions
-
C
Google App Engine
-
D
Google Cloud Storage
Explanation
Google Kubernetes Engine is designed for running containerized applications, whereas the others serve different purposes.
A company needs to store sensitive data with strict access control. Which service is most appropriate?
-
A
Google Cloud Firestore
-
B
Google Cloud Bigtable
-
C
Google Cloud SQL
-
D
Google Cloud Storage
Explanation
Google Cloud SQL supports fine-grained access control and encryption, while the others are less focused on strict data control.
What happens when a Google Compute Engine instance is terminated?
-
A
All data is permanently deleted.
-
B
Data on persistent disks is retained.
-
C
The instance resumes operations automatically.
-
D
Network settings are preserved.
Explanation
Data on persistent disks remains intact after instance termination, while data on non-persistent disks does not.
Which service allows you to manage and orchestrate Kubernetes containers on Google Cloud?
-
A
Google Kubernetes Engine
-
B
Cloud Functions
-
C
App Engine
-
D
BigQuery
Explanation
Google Kubernetes Engine is specifically designed for container orchestration, while the others serve different purposes.
A company needs to ensure their Google Cloud Storage data is accessible only from specific IP ranges. What should they configure?
-
A
Uniform bucket-level access
-
B
A bucket IAM policy
-
C
VPC Service Controls
-
D
Lifecycle management
Explanation
VPC Service Controls restrict access to services based on IP ranges; the others do not provide IP networking controls.
What happens when you delete a Compute Engine instance with a persistent disk attached and set to delete on instance deletion?
-
A
Only the instance is deleted
-
B
The instance and disk are deleted
-
C
Nothing happens to the disk
-
D
The disk is detached, not deleted
Explanation
If a persistent disk is set to delete on deletion of the instance, both will be removed; the others imply different behaviors.
Which service allows you to run Docker containers on Google Cloud?
-
A
Cloud Functions
-
B
Cloud Run
-
C
Compute Engine
-
D
App Engine
Explanation
Cloud Run is designed specifically for Docker containers, while others serve different purposes.
A company needs to process streaming data in real-time. Which Google Cloud service should they use?
-
A
Cloud SQL
-
B
Cloud Dataflow
-
C
Cloud Storage
-
D
Cloud Pub/Sub
Explanation
Cloud Dataflow processes data streams, whereas others are for storage or SQL processing.
You are configuring IAM policies for your project. What happens when you grant a user ‘roles/viewer’?
-
A
User can modify resources
-
B
User can view resources only
-
C
User can create resources
-
D
User has no access at all
Explanation
The ‘viewer’ role allows read-only access to resources, while others involve write permissions.
Which Google Cloud service provides auto-scaling capabilities?
-
A
Google Kubernetes Engine
-
B
Cloud Pub/Sub
-
C
Google Cloud Functions
-
D
Cloud Spanner
Explanation
Google Kubernetes Engine supports auto-scaling for containerized applications; the others do not provide auto-scaling features.