Which Google Cloud service is designed for serverless data processing?
ACloud Functions
BCompute Engine
CCloud Run
DCloud Storage
Explanation
Cloud Functions allows for event-driven, serverless processing, while the others require manual provisioning or are storage solutions.
Q122
A company needs to quickly analyze large datasets without managing infrastructure. Which service should they use?
ABigQuery
BCloud SQL
CCloud Dataflow
DCloud Datastore
Explanation
BigQuery is a fully-managed data warehouse, while the others involve more management or are less suited for large-scale analysis.
Q123
What happens when a preventive IAM policy is set on a project?
AAll users are denied access
BSpecific users are always granted access
COverride roles are ignored for users
DIt enhances security for user roles
Explanation
A preventive IAM policy denies all users access unless explicitly granted otherwise, while the others describe inaccurate scenarios regarding IAM behavior.
Q124
Which service is used for monitoring Google Cloud applications?
ACloud Monitoring
BCloud Storage
CBigQuery
DCloud Pub/Sub
Explanation
Cloud Monitoring provides insights and alerts; others are not primarily for monitoring.
Q125
A company needs to run a fully managed, serverless environment for its applications. Which Google Cloud service should they choose?
AGoogle Kubernetes Engine
BCloud Functions
CCompute Engine
DCloud Run
Explanation
Cloud Run is fully managed and serverless; others require more management effort.
Q126
What happens when a Google Compute Engine instance exceeds its allotted CPU quota?
AInstance gets automatically deleted
BInstance will be throttled
CInstance stops and cannot restart
DInstance continues without any impact
Explanation
Instances are throttled to prevent exceeding quota; deletion or stopping does not occur automatically.
Q127
Which service provides managed container orchestration?
AGoogle Kubernetes Engine
BGoogle Cloud Functions
CCloud Run
DCloud Storage
Explanation
Google Kubernetes Engine is specifically designed for container orchestration; other options serve different purposes.
Q128
A company needs to securely share large files with external clients. Which service should they use?
ACloud Storage Signed URLs
BBigQuery
CCloud SQL
DCompute Engine
Explanation
Cloud Storage Signed URLs enable secure file sharing; other options do not specialize in file sharing.
Q129
What happens when you set a VM's external IP to 'ephemeral'?
AAssigned IP changes on restart
BFixed IP assigned until deletion
CIP remains irrespective of usage
DAssigned IP is permanent for project
Explanation
Ephemeral IPs are temporary and change at VM restart; fixed IPs are static and remain attached.
Q130
Which service allows you to run containers on Google Cloud?
AGoogle Kubernetes Engine
BGoogle Cloud Functions
CGoogle App Engine
DGoogle Cloud SQL
Explanation
Google Kubernetes Engine is designed for managing containers, while the others serve different purposes.