Which service automates infrastructure provisioning in Google Cloud?
AGoogle Cloud Functions
BGoogle Kubernetes Engine
CGoogle Cloud Deployment Manager
DGoogle App Engine
Explanation
Google Cloud Deployment Manager automates infrastructure provisioning, while the others serve different purposes.
Q302
A company needs to analyze real-time streaming data. Which Google Cloud product should they use?
AGoogle Cloud Storage
BBigQuery
CGoogle Dataflow
DPub/Sub
Explanation
Google Dataflow is designed for real-time data processing, unlike the other options that serve different roles.
Q303
What happens when you delete a Google Cloud Storage bucket that has versioning enabled?
AAll versions are permanently deleted.
BOnly the latest version is deleted.
CBucket is scheduled for deletion.
DVersions can be restored later.
Explanation
All versions get permanently deleted when the bucket is deleted, unlike restoration options provided by versioned objects themselves.
Q304
Which service provides fully managed Kubernetes in Google Cloud?
AGoogle Kubernetes Engine
BApp Engine
CCloud Functions
DCloud Run
Explanation
Google Kubernetes Engine (GKE) is specifically designed for managing Kubernetes environments, while the others focus on different application architectures.
Q305
A company needs to securely manage access to its cloud resources using policies; which Google Cloud feature should they use?
ACloud IAM
BCloud Identity
CService Accounts
DResource Manager
Explanation
Cloud IAM allows fine-grained access control, while the others manage users and resources differently.
Q306
You are configuring a static website hosting on Google Cloud Storage; what must you set to allow public access?
ABucket Lifecycle Rules
BUniform Bucket-Level Access
CPublic Access Prevention
DBucket Permissions
Explanation
Bucket Permissions need to allow the 'allUsers' role for public access; the other options do not specifically provide public access configuration.
Q307
A company needs to run serverless applications. Which Google Cloud service should they use?
ACloud Functions
BCompute Engine
CKubernetes Engine
DCloud Storage
Explanation
Cloud Functions allows running serverless applications, while others involve more management.
Q308
What happens when you disable an IAM Role in Google Cloud?
AUsers lose all permissions immediately
BPermissions are preserved
COnly some permissions are disabled
DService accounts continue to function
Explanation
Disabling a role revokes all permissions granted through that role.
Q309
You are configuring Google Cloud Pub/Sub to process messages. Which feature handles retries automatically?
AMessage Filtering
BDead Letter Topic
CAcknowledgements
DPull Subscriptions
Explanation
Acknowledgements are required to signal message processing success or failure; if not acknowledged, retry behavior is engaged.
Q310
Which Google Cloud service allows you to manage user identities?
ACloud Identity
BCloud Functions
CFirestore
DBigQuery
Explanation
Cloud Identity is designed for user management; others serve different purposes.