What happens when you set a bucket's IAM policy to public access?
AAccess is granted to everyone
BBucket can only be accessed by admins
CBucket is deleted automatically
DPublic access is blocked completely
Explanation
Setting public access grants everyone access to the bucket, while other options are either incorrect or misleading.
Q352
Which service automatically manages SSL certificates for HTTPS?
AGoogle Cloud Load Balancer
BGoogle Cloud Functions
CGoogle Cloud Storage
DGoogle Kubernetes Engine
Explanation
Google Cloud Load Balancer handles SSL certificate management; the others do not manage SSL directly.
Q353
A company needs to protect sensitive data at rest in Cloud Storage. What should be enabled?
AFirebase Auth
BClient-side Encryption
CIAM Role Changes
DProject Quotas
Explanation
Client-side encryption ensures data protection at rest; the other options do not provide this protection.
Q354
What happens when you configure a VM with an internal IP only?
AInternet access is enabled
BIt fails to start
CIt can communicate with other VMs
DIt has a public DNS record
Explanation
A VM with only an internal IP can communicate with other internal resources; the other options are incorrect regarding its network configuration.
Q355
Which service is used for managing IAM policies in Google Cloud?
ACloud IAM
BCloud Key Management
CCloud Pub/Sub
DCloud Functions
Explanation
Cloud IAM is specifically designed for managing Identity and Access Management policies; the others serve different functions.
Q356
A company needs to ensure that sensitive data in Google Cloud Storage is encrypted at rest and in transit. What should they do?
AUse lifecycle management rules
BEnable Uniform Bucket-Level Access
CUtilize Google-managed encryption keys
DSet up VPC Service Controls
Explanation
Google-managed encryption keys automatically encrypt data at rest and in transit; the other options do not ensure both encryption types effectively.
Q357
What happens when a service account is deleted in Google Cloud?
AAll its permissions are revoked
BAll associated resources are deleted
CPermissions switch to the project's owner
DThe service account can be restored
Explanation
Deleting a service account revokes all its permissions; deleted accounts and their roles are not retained, and the associated resources are not automatically deleted.
Q358
Which service helps to identify misconfigured IAM policies?
APolicy Troubleshooter
BCloud Storage
CActivity Logs
DNetwork Manager
Explanation
Policy Troubleshooter shows IAM misconfigurations, while others manage different resources.
Q359
A company needs to comply with GDPR for user data stored in Google Cloud services. What should they enable?
AData Loss Prevention API
BCloud Pub/Sub
CVirtual Private Cloud
DCloud Functions
Explanation
Data Loss Prevention API helps identify and redact sensitive data for compliance.
Q360
What happens when you set a VPC firewall rule to deny all traffic?
ASessions are logged only.
BAll traffic is blocked.
COnly incoming traffic is affected.
DIt creates an error.
Explanation
A deny rule blocks all traffic that matches it, including incoming and outgoing.