Which service helps create containerized applications?
AGoogle Kubernetes Engine
BCloud Functions
CCloud Storage
DBigQuery
Explanation
Google Kubernetes Engine is designed for container orchestration, while others serve different functions.
Q332
A company needs to securely share data between apps while restricting access. Which service should they use?
ACloud Pub/Sub
BCloud Firestore
CCloud IAM
DCloud Functions
Explanation
Cloud IAM allows for granular access control to resources, unlike others which manage data differently.
Q333
What happens when a service account key is deleted?
AAll access is immediately revoked.
BNo effect until next login.
CKey recovery is possible.
DAccess tokens remain valid.
Explanation
Deleting the key removes access for that account immediately; others misrepresent the impact on access tokens or recovery.
Q334
A company needs to efficiently process streaming data from IoT devices. Which service should they use?
ACloud Pub/Sub
BCloud Storage
CBigQuery
DCloud Functions
Explanation
Cloud Pub/Sub is designed for real-time messaging and stream processing, whereas the other options are not optimized for streaming data.
Q335
What happens when data is uploaded to Cloud Storage with a bucket's retention policy?
AData is permanently deleted.
BData is recoverable indefinitely.
CData can't be deleted before policy expires.
DNo impact on data uploads.
Explanation
A retention policy prevents data deletion until a specified period has passed, while other options misrepresent the retention mechanism.
Q336
You are configuring IAM roles for a team using Google Cloud. How should you grant permissions?
AWith the least privilege principle.
BBy adding broad access roles.
CTo everyone on the project.
DOnly to the project owner.
Explanation
Using the least privilege principle minimizes security risks, while the other options create unnecessary access and vulnerabilities.
Q337
Which service is primarily used for data warehousing in Google Cloud?
ABigQuery
BCloud Spanner
CDataflow
DCloud SQL
Explanation
BigQuery is designed specifically for large-scale data warehousing, while others serve different purposes.
Q338
A company needs to analyze real-time streaming data. Which Google Cloud service should they use?
ACloud Functions
BDataflow
CDataproc
DPub/Sub
Explanation
Dataflow enables real-time data processing, while others focus on different functionalities.
Q339
What happens when you try to delete a dataset with linked tables in BigQuery?
ADelete only dataset
BDelete dataset and tables
COnly unlink tables
DDelete is not allowed
Explanation
You cannot delete a dataset with linked tables until they are removed first, preventing potential data loss.
Q340
Which Google Cloud service offers serverless data processing?
ACloud Functions
BCompute Engine
CCloud Storage
DApp Engine
Explanation
Cloud Functions allows serverless execution for data processing, while the others require explicit provisioning or are not primarily serverless.