Which Google Cloud service is best for storing large datasets?
ABigQuery
BCloud SQL
CFirestore
DDatastore
Explanation
BigQuery is designed for large-scale data analytics, while the others serve different use cases.
Q362
A company needs a scalable data processing solution for continuous streams of data. Which Google Cloud service should they use?
ACloud Functions
BPub/Sub
CDataflow
DCloud Storage
Explanation
Dataflow allows for real-time stream processing, while the other options do not fit as well for this need.
Q363
What happens when you set a GCP IAM policy with no conditions?
AAccess is always granted
BAccess is always denied
CAccess is granted based on roles
DNo change occurs
Explanation
Without conditions, IAM policies grant access based on predefined roles, while the other options misinterpret how IAM works.
Q364
Which service is best for real-time analytics on streaming data?
AGoogle Cloud Pub/Sub
BCloud Bigtable
CBigQuery
DCloud Storage
Explanation
Google Cloud Pub/Sub processes real-time events, while others store or process data batch-wise.
Q365
A company needs to maintain data security and compliance for sensitive customer information. Which GCP service should they utilize to manage encryption keys?
ACloud IAM
BCloud Security Scanner
CCloud Key Management Service
DData Loss Prevention API
Explanation
Cloud Key Management Service is designed for managing cryptographic keys; others don't focus on key management.
Q366
You are configuring autoscaling for a Google Kubernetes Engine cluster. What happens if the desired pod count exceeds the maximum capacity?
AScaling will stop at maximum pods
BNew pods will be created anyway
CCluster will crash with error
DTraffic will be redirected elsewhere
Explanation
Scaling stops once the maximum capacity is reached, preventing resource exhaustion or failure.
Q367
Which Google Cloud service automates data workload orchestration?
ACloud Composer
BCloud Functions
CBigQuery
DDataflow
Explanation
Cloud Composer automates orchestration; others do not specialize in this.
Q368
A company needs to enforce granular permissions for datasets in BigQuery. What should they use?
AIAM roles
BCloud Pub/Sub
CBigQuery exports
DCloud Storage ACLs
Explanation
IAM roles provide granular permissions; other options do not manage dataset permissions directly.
Q369
You are configuring a Google Cloud Pub/Sub subscription. What happens if a message is not acknowledged within the acknowledgment deadline?
AMessage is lost completely
BMessage is sent to dead letter queue
CMessage becomes publicly accessible
DMessage is redelivered automatically
Explanation
Unacknowledged messages are redelivered; others misrepresent the message handling.
Q370
A company needs to analyze real-time streaming data to identify trends. Which Google Cloud service should they use?
ACloud Pub/Sub
BBigQuery
CCloud Storage
DDataflow
Explanation
Dataflow is designed for real-time processing, unlike the other options.