A company needs to configure access to a specific Google Cloud resource for third-party vendors. Which IAM policy should they implement?
ACORS policy
BIAM roles and permissions
CLogging
DNetwork Firewall
Explanation
IAM roles and permissions control access to resources, unlike the other options.
Q282
What happens when you delete a Google Cloud Storage bucket that contains objects?
AAll data is permanently lost
BData is moved to trash
CBucket can be restored
DObjects are archived automatically
Explanation
Deleting a bucket permanently removes all data within it immediately and cannot be recovered.
Q283
Which Google Cloud service provides a serverless environment for deploying web applications?
AApp Engine
BCompute Engine
CKubernetes Engine
DCloud Functions
Explanation
App Engine is designed for serverless app deployment; others require more management.
Q284
A company needs to encrypt data at rest in Google Cloud Storage. What should they use?
ABucket policies
BDefault encryption
CIAM roles
DService accounts
Explanation
Default encryption ensures data at rest is automatically encrypted; others do not encrypt data itself.
Q285
What happens when a Google Cloud Virtual Machine instance reaches its CPU quota limit?
AInstance stops working
BNew instances can't be created
CAll instances are paused
DQuota is automatically increased
Explanation
Reaching the quota prevents additional instances from being created; existing ones continue running.
Q286
Which service allows you to run containerized applications on Google Cloud?
AGoogle Kubernetes Engine
BCloud Functions
CApp Engine
DCloud Run
Explanation
GKE is designed specifically for managing containers, whereas the others serve different purposes.
Q287
A company needs to store unstructured data for large analytics workloads. Which Google Cloud service is best suited for this task?
ACloud Firestore
BCloud Bigtable
CCloud Storage
DCloud Spanner
Explanation
Cloud Storage is ideal for unstructured data, while the others have specific use cases for structured data.
Q288
What happens when you set a Google Compute Engine instance's firewall rules to allow TCP traffic only on port 80?
ABlocks HTTP traffic completely
BAllows HTTPS traffic
CPermits only web traffic
DDisables the instance entirely
Explanation
TCP traffic on port 80 is typically for web traffic (HTTP).
Q289
Which Google Cloud service is best for batch job processing?
ACloud Functions
BCloud Run
CCloud Dataflow
DCloud Storage
Explanation
Cloud Dataflow is designed for processing large volumes of data in batches, whereas the other options are more suited for real-time or stateless operations.
Q290
A company needs a scalable database with high availability and automatic replication across regions. Which service should they use?
ACloud SQL
BCloud Spanner
CCloud Firestore
DBigQuery
Explanation
Cloud Spanner offers global scalability and high availability with automatic replication, unlike the other options which have more limitations on scaling.