What happens when you set a Google Cloud Storage bucket to uniform access?
AAll objects inherit bucket permissions
BBucket permissions override object permissions
CAccess is denied to all objects
DPublic access is granted to the bucket
Explanation
In uniform access, all objects inherit permissions from the bucket, simplifying management; the other options do not accurately describe uniform access behavior.
Q142
Which service is best for real-time data processing in Google Cloud?
ACloud Dataflow
BCloud Storage
CBigQuery
DCompute Engine
Explanation
Cloud Dataflow is designed for real-time data processing, while the other options serve different purposes.
Q143
A company needs to grant temporary access to a service account for a server. What should they use?
AIAM Roles
BService Account Keys
COAuth 2.0
DWorkload Identity
Explanation
Workload Identity allows for temporary access delegation, while IAM roles provide permanent permissions.
Q144
You are configuring a VPC with a private subnet. What happens to the instances in this subnet?
AThey cannot access the internet
BThey can access all services
CThey have public IP addresses
DThey can use public DNS
Explanation
Instances in a private subnet cannot access the internet without specific configuration; the other options mischaracterize the private setting.
Q145
Which service is best for real-time event processing?
APub/Sub
BCloud Storage
CBigQuery
DCompute Engine
Explanation
Google Cloud Pub/Sub provides real-time messaging capabilities, while the others serve different purposes.
Q146
A company needs to process large datasets regularly. What would be the best approach using Google Cloud?
AUse Cloud Functions
BSchedule BigQuery Jobs
CDeploy an App Engine Service
DStore data in Cloud Storage
Explanation
BigQuery Jobs can automate large dataset processing efficiently, while the others don't facilitate regular processing.
Q147
You are configuring a virtual machine in Google Cloud. What happens if you do not set a firewall rule?
AVM is inaccessible externally
BVM runs but is slow
CVM connects to all ports
DVM requires a static IP
Explanation
Without a firewall rule, the VM is not accessible from external networks, while the others misrepresent effects of missing rules.
Q148
Which service is best for real-time data processing?
ACloud Pub/Sub
BCloud Storage
CBigQuery
DCloud Functions
Explanation
Cloud Pub/Sub is designed for real-time messaging, while others are not optimized for real-time.
Q149
A company needs to analyze large datasets quickly. Which solution should they use?
ACloud Dataflow
BCloud Functions
CGoogle Cloud SQL
DCloud Run
Explanation
Cloud Dataflow is built for large-scale data analytics, whereas others lack this capability.
Q150
What happens when Cloud Storage Object Lifecycles are not configured?
AObjects delete automatically
BFiles remain indefinitely
CAll objects become archived
DStorage cost increases
Explanation
Without lifecycle configurations, objects stay until manual deletion, unlike the others which imply automatic actions.