A company needs serverless computing for an event-driven application. Which service should they choose?
ACloud Functions
BCompute Engine
CApp Engine
DCloud Run
Explanation
Cloud Functions is specifically designed for event-driven serverless applications.
Q492
What happens when you set a firewall rule to allow all egress traffic?
ABlocks all incoming traffic
BAllows all outgoing traffic
COverrides all default rules
DOnly allows certain protocols
Explanation
Allowing egress traffic means all outgoing traffic is permitted, which is the correct operation.
Q493
Which service is best for running Docker containers in Google Cloud?
AGoogle Kubernetes Engine
BCloud Functions
CCloud Run
DCompute Engine
Explanation
Google Kubernetes Engine specializes in managing containerized applications while Cloud Functions and Cloud Run provide serverless options, and Compute Engine focuses on VMs.
Q494
A company needs real-time insights from a large data lake. Which Google Cloud service should they use?
ABigQuery
BCloud Storage
CCloud Functions
DCloud Pub/Sub
Explanation
BigQuery is designed for real-time analytics, while Cloud Storage is for storage, Cloud Functions is for event-driven functions, and Cloud Pub/Sub is for messaging.
Q495
What happens when you over-allocate resources on a Google Cloud VM instance?
AIncreased performance automatically
BInstance gets suspended
CService will crash
DIt may experience throttling
Explanation
Over-allocating may lead to throttling of resources, while performance does not automatically increase, service doesn't crash, and instances usually do not suspend.
Q496
Which service provides managed Kubernetes on Google Cloud?
AGoogle Kubernetes Engine
BCloud Functions
CCloud Run
DCompute Engine
Explanation
Google Kubernetes Engine specifically manages Kubernetes clusters, while the others serve different purposes.
Q497
A company needs to store large amounts of unstructured data. Which Google Cloud service should they use?
ACloud SQL
BCloud Spanner
CCloud Storage
DBigQuery
Explanation
Cloud Storage is designed for unstructured data; the others focus on structured data or specific use cases.
Q498
You are configuring IAM roles for a project. What happens if you assign a role with 'Editor' permissions to a user?
ACan only read resources
BCan modify resources
CNo permissions granted
DCan deploy and delete resources
Explanation
'Editor' role allows for modification of resources, while other options misrepresent role capabilities.