A company needs to securely share datasets across its teams while maintaining access control. Which Google Cloud service should they use?
ACloud Storage
BBigQuery
CLooker
DCloud Functions
Explanation
BigQuery supports dataset sharing features with granular IAM controls for secure access.
Q432
What happens when you configure a Google Cloud Compute Engine VM with an external static IP but do not reserve it?
AThe IP is permanent.
BThe IP lasts indefinitely.
CThe IP can change.
DThe IP cannot be used.
Explanation
Without reservation, the static IP can change on VM termination, while reserving it ensures its permanence.
Q433
Which service provides fully managed data warehousing?
ABigQuery
BCloud SQL
CCloud Spanner
DDataflow
Explanation
BigQuery is designed specifically as a managed data warehousing service; the other options serve different purposes.
Q434
A company needs to process streaming data from various sources in real-time. Which Google Cloud service should they use?
ACloud Pub/Sub
BCloud Storage
CCloud Functions
DCloud Run
Explanation
Cloud Pub/Sub is designed for real-time streaming data ingestion, unlike the other storage or serverless options.
Q435
You are configuring a Google Cloud IAM role. What happens when you assign a user multiple roles?
AThe user gets all permissions.
BThe user gets no permissions.
CThe most restrictive role applies.
DRoles are ignored.
Explanation
Assigning multiple IAM roles combines their permissions; the other options are incorrect interpretations of IAM behavior.
Q436
Which service is best for real-time data processing?
AGoogle Cloud Dataflow
BGoogle Cloud Storage
CGoogle Compute Engine
DGoogle BigQuery
Explanation
Google Cloud Dataflow is designed for real-time processing, while Storage is for data storage, Compute Engine is for VMs, and BigQuery is for analytics.
Q437
You are configuring IAM roles for a project. What is the minimal access you should provide for a user to only view logs in Stackdriver?
AViewer role
BLogs Writer role
CLogs Viewer role
DEditor role
Explanation
The Logs Viewer role specifically allows log viewing, while Viewer provides broader read access, and Editor/Writer roles include more permissions.
Q438
What happens when a VPC firewall rule is incorrectly configured to deny traffic for a specific port?
AAll traffic is allowed
BOnly the specified port is blocked
CAll traffic is denied
DTraffic is logged
Explanation
The firewall rule only affects traffic on the specified port, allowing other ports to function normally, unlike the other options.
Q439
Which service is primarily used for data warehousing in Google Cloud?
ABigQuery
BDataflow
CCloud Storage
DPub/Sub
Explanation
BigQuery is specifically designed for data warehousing, while others serve different purposes.
Q440
A company needs to analyze real-time data streams and requires a fully managed service. Which Google Cloud product should they use?
ACloud SQL
BDataflow
CBigQuery
DCloud Firestore
Explanation
Dataflow is designed for processing real-time data streams, unlike the other options.