A company needs to automate incident responses. Which Google Cloud service should they consider for AI-based recommendations?
ACloud Run
BDialogflow
CCloud Operations
DCloud Functions
Explanation
Cloud Operations integrates AI for incident responses, while the others do not focus on that capability.
Q372
What happens when a service account is deleted?
AAll permissions are revoked
BResources remain unaffected
CAccess tokens become invalid
DService continues with limited access
Explanation
When a service account is deleted, all permissions associated with it are revoked, affecting resources relying on it; the rest remain unchanged.
Q373
Which service allows real-time data processing in GCP?
ACloud Pub/Sub
BCloud Storage
CCloud Functions
DCloud SQL
Explanation
Cloud Pub/Sub is designed for real-time messaging, while others are not primarily focused on real-time processing.
Q374
A company needs to connect their on-premises network to Google Cloud. Which solution should they use?
ACloud Interconnect
BCloud Functions
CFirebase Hosting
DCloud Run
Explanation
Cloud Interconnect provides dedicated connections; others do not connect on-premises to Google Cloud.
Q375
What happens when you set a firewall rule to deny all egress traffic?
AAll outgoing traffic is blocked
BIngress traffic is affected too
COnly TCP traffic is restricted
DNo impact on the VM
Explanation
Denying all egress strictly blocks all outgoing traffic, while other options misinterpret traffic rules or contexts.
Q376
Which service is used for serverless application deployment in Google Cloud?
ACloud Functions
BCloud Run
CGCE
DApp Engine
Explanation
Cloud Run allows deployment of serverless applications, while others serve different functions.
Q377
You are configuring IAM roles for a team. Which role allows users to view but not modify resources?
AEditor
BViewer
COwner
DCustom Role
Explanation
Viewer role grants read-only access; Editor and Owner include write permissions.
Q378
What happens when you delete a Cloud Storage bucket that contains public objects?
AObjects remain accessible
BObjects will be deleted
CBucket is disabled
DObjects are archived
Explanation
Deleting the bucket removes all its objects permanently; they cannot be accessed afterward.
Q379
Which service allows you to automate the deployment of applications on Google Cloud?
AGoogle Cloud Build
BGoogle Cloud Storage
CGoogle Cloud Spanner
DGoogle Cloud BigQuery
Explanation
Google Cloud Build automates builds and deployments; the others serve different purposes.
Q380
A company needs to secure their Cloud Storage bucket to prevent public access. What should they do?
AMake bucket private
BEnable versioning
CSet up Lifecycle rules
DAdd IAM policies
Explanation
Making the bucket private directly prevents public access; the others do not affect access settings.