A company needs to ensure that only specific users can upload files to a Cloud Storage bucket. What should they implement?
ACloud Identity Groups
BBucket Access Control List
CCloud Armor Policies
DObject Lifecycle Management
Explanation
Bucket Access Control Lists allow you to specify permissions for specific users on a bucket, while the others do not manage file upload permissions.
Q162
You are configuring a Compute Engine VM to use a public IP address. What happens if the VM is stopped?
APublic IP is retained
BPublic IP is released
CPublic IP is changed
DPublic IP is permanently deleted
Explanation
When a VM is stopped, non-static public IP addresses are released, while the other options incorrectly describe the behavior of public IPs.
Q163
Which service is best for real-time data analytics?
ABigQuery
BCloud Datastore
CPub/Sub
DCloud Functions
Explanation
Pub/Sub is designed for real-time data ingestion and processing, while the others focus on storage and querying.
Q164
A company needs to upload large files regularly. Which is the most efficient method?
AUsing gsutil cp command
BGoogle Drive upload
CDirect API calls
DFTP transfer
Explanation
The gsutil cp command is optimized for large file uploads, whereas the other options are less efficient for bulk uploads.
Q165
What happens when a Cloud Function exceeds its timeout limit?
AFunction completes immediately
BFunction is automatically retried
CFunction billing stops
DFunction is terminated forcibly
Explanation
When a Cloud Function exceeds its timeout, it is terminated and not billed beyond the timeout duration.
Q166
Which service allows for automated data transformation in Cloud Dataflow?
AApache Beam
BBigQuery
CCloud Functions
DCloud Storage
Explanation
Apache Beam is the programming model used for Cloud Dataflow.
Q167
A company needs to process streaming data from IoT devices. Which service should be primary?
ABigQuery
BPub/Sub
CCloud SQL
DCloud Storage
Explanation
Pub/Sub is designed for real-time messaging and streaming data.
Q168
What happens when you configure a dataset in BigQuery with a 5-day expiration?
AData is deleted immediately after 5 days.
BData is deleted 5 days from last access.
CData remains until manually deleted.
DData is archived but not deleted.
Explanation
Data expires 5 days after the last query or access.
Q169
Which service allows you to build data pipelines in Google Cloud?
ACloud Dataflow
BCloud Functions
CGoogle Kubernetes Engine
DBigQuery
Explanation
Cloud Dataflow is specifically designed for creating data pipelines, while the others serve different purposes.
Q170
A company needs to analyze real-time streaming data from multiple sources. Which service is best suited for this?
ABigQuery
BCloud Pub/Sub
CDataflow
DCloud Storage
Explanation
Cloud Pub/Sub is designed for real-time messaging and streaming data integration, unlike the others.