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 231–240 of 498
You are configuring a Virtual Private Cloud (VPC). What happens if you accidentally delete a subnet?
-
A
All resources are deleted automatically
-
B
Traffic will still flow normally
-
C
Only the subnet is deleted
-
D
VPC itself is deleted
Explanation
Only the subnet is deleted; resources in other subnets remain intact.
Which service would you use to automate deployment workflows?
-
A
Google Cloud Build
-
B
Google Cloud Storage
-
C
Google Cloud Functions
-
D
Google Cloud SQL
Explanation
Google Cloud Build is specifically designed for automating deployment workflows; the others serve different purposes.
You are configuring a VM in a private subnet. What must you set for external internet access?
-
A
Public IP
-
B
NAT gateway
-
C
VPN connection
-
D
Firewall rule
Explanation
A NAT gateway allows private VMs to access the internet, whereas a public IP would expose them directly.
What happens when you delete a Google Cloud Storage bucket?
-
A
All data in it is lost
-
B
It remains but is empty
-
C
Deletion is reversible
-
D
Permissions change to public
Explanation
Deleting a bucket results in the permanent loss of all data contained within, while the other options are incorrect.
Which service allows for serverless execution of code in response to events?
-
A
Cloud Functions
-
B
Cloud Run
-
C
App Engine
-
D
Cloud Storage
Explanation
Cloud Functions executes code in response to events, while others serve different purposes.
A company needs to manage user access to Google Cloud resources. Which service should they use?
-
A
Cloud Identity
-
B
Cloud Storage
-
C
BigQuery
-
D
Compute Engine
Explanation
Cloud Identity manages user access efficiently, unlike the other options.
What happens when a Compute Engine instance is stopped?
-
A
Data is permanently deleted
-
B
Instance IP remains reserved
-
C
All attached disks are deleted
-
D
Machine type can no longer change
Explanation
The external IP remains reserved, unlike the other options which state incorrect outcomes.
Which service provides a fully managed NoSQL database?
-
A
Cloud Datastore
-
B
Cloud SQL
-
C
Cloud Pub/Sub
-
D
Cloud Functions
Explanation
Cloud Datastore is designed for NoSQL needs, while others serve different purposes.
A company needs to analyze large datasets quickly. Which service should they use?
-
A
BigQuery
-
B
Cloud Storage
-
C
Compute Engine
-
D
App Engine
Explanation
BigQuery is optimized for fast data analysis, while the others are for storage or general computing.
What happens when you send a message to an empty Pub/Sub topic?
-
A
Message is discarded
-
B
Message is stored for subscribers
-
C
Message triggers an error
-
D
Message is processed immediately
Explanation
Messages sent to an empty topic await subscribers, while discarding or errors are incorrect interpretations.