What happens when Compute Engine instance is stopped?
AData is permanently deleted
BBilling continues for the instance
CData persists in attached storage
DAll configurations are reset
Explanation
Data on persistent disks remains intact, whereas other options misrepresent instance states.
Q382
A team needs to run batch processing jobs on Google Cloud. Which service is most suitable?
AGoogle Cloud Functions
BGoogle Cloud Run
CGoogle Cloud Dataflow
DGoogle App Engine
Explanation
Google Cloud Dataflow is designed for batch and streaming data processing; the others are for specific use cases.
Q383
What happens when an instance fails the health check of a Google Cloud Load Balancer?
AIt gets removed from rotation.
BTraffic reroutes to it again.
CIt triggers an alert.
DIt is permanently terminated.
Explanation
The instance is temporarily removed from rotation until it passes health checks again; it does not trigger alerts or get permanently terminated.
Q384
You are configuring IAM roles for a project and want to allow read access to a specific Pub/Sub topic. Which predefined role should you assign?
APub/Sub Subscriber
BPub/Sub Publisher
CStorage Object Viewer
DViewer
Explanation
The 'Pub/Sub Subscriber' role provides read access to Pub/Sub topics; the others do not apply to topics specifically.
Q385
Which Google Cloud service is used for building automated machine learning models?
ACloud AutoML
BBigQuery
CCloud Functions
DCloud Dataflow
Explanation
Cloud AutoML simplifies the model creation process, while others serve different functions.
Q386
A company needs to securely manage access to their Cloud Storage buckets and files. What should they implement?
AService Accounts
BFirewall Rules
CLoad Balancers
DCloud Functions
Explanation
Service Accounts provide secure identity management for resources, unlike the other options.
Q387
You are configuring a Compute Engine VM with preemptible instances. What happens during a maintenance event?
AInstances are automatically restarted
BInstances remain active indefinitely
CInstances are terminated without notice
DInstances enter hibernation mode
Explanation
Preemptible instances can be terminated anytime without notice, unlike other options.
Q388
Which service allows you to automatically scale applications based on demand?
AGoogle App Engine
BCloud Storage
CCloud VPN
DBigQuery
Explanation
Google App Engine can automatically scale applications, whereas the others serve different purposes like data storage or network.
Q389
A company needs to securely store sensitive information and control access based on user roles. Which Google Cloud service should they use?
ACloud Firestore
BCloud IAM
CCloud Pub/Sub
DCloud Functions
Explanation
Cloud IAM is specifically designed for controlling access to resources based on roles, while the others do not provide this capability.
Q390
What happens when you set an AutoML model to continue retraining?
AModel performance deteriorates
BModel accuracy improves continuously
CTraining runs are halted
DNo changes occur
Explanation
Continuously retraining an AutoML model typically improves its accuracy as it learns from new data, unlike other options that do not reflect accurate outcomes.