A company needs to encrypt data at rest in Google Cloud. Which should they use?
AGoogle Cloud IAM
BCloud Key Management Service
CCloud Identity
DCloud Functions
Explanation
Cloud Key Management Service provides encryption key management for data at rest, while IAM and Identity focus on access controls.
Q132
What happens when you assign a role to a user in Google Cloud?
AUser can access resources globally
BUser gets permissions for specified resources
CRole is automatically removed after 30 days
DPermissions are permanently granted, no changes possible
Explanation
Assigning a role grants the user permissions only for the resources linked to that role; thus, they are not globally accessible or permanent.
Q133
Which service allows real-time data processing in Google Cloud?
ACloud Dataflow
BCloud Storage
CBigQuery
DCloud Pub/Sub
Explanation
Cloud Dataflow enables real-time processing, while others are primarily for storage or analytics.
Q134
A company needs to analyze large datasets without managing servers. Which service should they use?
ACompute Engine
BCloud Run
CBigQuery
DCloud SQL
Explanation
BigQuery is serverless and designed for large-scale analytics, while the others require server management.
Q135
What happens when you delete a Cloud Storage bucket that contains objects?
AObjects are retained permanently
BObjects are pending deletion
CObjects are permanently deleted
DOnly empty buckets can be deleted
Explanation
Deleting a bucket removes all its objects without recovery, while the other options suggest incorrect outcomes.
Q136
Which BigQuery feature allows for real-time analytics?
AStreaming Inserts
BBatch Processing
CData Transfer Service
DTable Partitioning
Explanation
Streaming Inserts enable real-time data analysis, while the others focus on batch processing or data transfer, not real-time capabilities.
Q137
A company needs to manage access to multiple Google Cloud projects. Which IAM feature should they use?
AService Accounts
BOrganizational Policies
CResource Hierarchies
DFolders
Explanation
Folders allow for managing access across multiple projects efficiently, while the others do not directly manage access at project level.
Q138
What happens when you set a Cloud Storage bucket to public access?
AEveryone can read objects
BObjects become encrypted automatically
CBucket is deleted immediately
DAccess denied to all users
Explanation
Setting a bucket to public allows anyone to read the objects, while the other options do not accurately describe the effect of public access.
Q139
Which service is best for real-time data analytics?
ABigQuery
BDataflow
CCloud Functions
DCloud Datastore
Explanation
Dataflow processes data in real-time, while BigQuery is used for batch analysis.
Q140
A company needs to store large amounts of unstructured data. Which option is most suitable?
AGoogle Sheets
BCloud SQL
CCloud Storage
DFirestore
Explanation
Cloud Storage is designed for unstructured data, unlike the other options.