Which service is ideal for real-time data processing?
ACloud Pub/Sub
BCloud Storage
CCloud SQL
DCloud Functions
Explanation
Cloud Pub/Sub is designed for real-time message ingestion and delivery, while others serve different purposes.
Q62
A company needs to deploy a web application across multiple regions. What should be used for high availability?
ASingle Regional Deployment
BMulti-Regional Deployment
CZonal Deployment
DEdge Networking
Explanation
Multi-Regional Deployment ensures higher availability by distributing the application across regions, unlike other options.
Q63
You are configuring networking between VM instances. What happens when there is no firewall rule allowing traffic?
ATraffic is allowed through by default
BTraffic is denied by default
CTraffic is rerouted to another network
DTraffic cannot reach load balancers
Explanation
Firewall rules in Google Cloud deny traffic by default unless explicitly allowed, while others inaccurately suggest open traffic behaviors.
Q64
Which service allows real-time data processing in Google Cloud?
AGoogle Dataflow
BGoogle Cloud Storage
CGoogle Compute Engine
DGoogle App Engine
Explanation
Google Dataflow is designed for real-time data processing, while the others serve different purposes.
Q65
A company needs to ensure access to their GCP resources is restricted based on users' roles. What should they use?
ACloud IAM
BCloud Functions
CGoogle Kubernetes Engine
DBigQuery
Explanation
Cloud IAM enables role-based access control, unlike the other services listed.
Q66
What happens when you delete a Google Cloud Storage bucket that contains objects?
AObjects are permanently deleted
BObjects are archived temporarily
CObjects are moved to another project
DObjects are retained for a year
Explanation
Deleting a bucket results in the permanent deletion of all contained objects immediately.
Q67
Which service is optimal for mining large datasets in BigQuery?
AStandard SQL
BCloud Spanner
CDataflow
DCloud Functions
Explanation
Standard SQL is optimized for querying datasets, while the others serve different purposes.
Q68
A company needs to integrate their on-premises database with Google Cloud. Which service should they use?
ACloud VPN
BCloud Endpoints
CCloud SQL
DTransfer Service
Explanation
Cloud VPN provides secure connectivity; the other options do not focus on integration.
Q69
What happens when you assign a custom IAM role to a user?
AUser gets all permissions automatically
BUser can only view resources
CUser receives specified permissions only
DRole is ignored by GCP
Explanation
Users receive only the permissions defined in the custom role, unlike the other options.
Q70
Which service allows for serverless code execution on Google Cloud?
ACloud Functions
BCloud Run
CApp Engine
DCompute Engine
Explanation
Cloud Functions is designed specifically for serverless execution, while the others involve more infrastructure management.