What happens when you delete a Cloud Storage bucket?
AData is instantly recoverable
BData is permanently deleted
CBucket is paused, not deleted
DBucket reverts to previous state
Explanation
When a Cloud Storage bucket is deleted, all data within is permanently erased without recovery options unless retained separately.
Q112
Which service is used for serverless event-driven applications?
ACloud Functions
BApp Engine
CCompute Engine
DKubernetes Engine
Explanation
Cloud Functions supports serverless, event-driven architectures, while the others focus on different deployment models.
Q113
A company needs to store sensitive information and enforce strict access control. Which service should they use?
ACloud Pub/Sub
BCloud Firestore
CCloud Storage
DCloud SQL
Explanation
Cloud SQL allows for granular access control over sensitive data, while the others are less suitable for strict security needs.
Q114
What happens when you increase the number of nodes in a Google Kubernetes Engine cluster?
ACost decreases per node.
BWorkloads scale automatically.
CCluster becomes less redundant.
DLoad balancing improves automatically.
Explanation
Increasing nodes enhances load distribution for workloads, while lower costs and redundancy implications are incorrect.
Q115
Which service offers serverless computing on Google Cloud?
ACloud Functions
BCompute Engine
CApp Engine
DCloud Run
Explanation
Cloud Functions provides event-driven, serverless execution, while others require more management.
Q116
A company needs a scalable storage solution for unstructured data. Which Google Cloud service should they choose?
ACloud Spanner
BCloud Storage
CCloud SQL
DBigtable
Explanation
Cloud Storage is optimal for unstructured data, while others are structured or relational databases.
Q117
What happens when a deployed Cloud Function exceeds its execution timeout?
AIt completes execution successfully.
BIt triggers a retry.
CIt fails and returns an error.
DIt continues running indefinitely.
Explanation
The function fails if it exceeds the timeout, without retries.
Q118
Which service enables scalable computation in Google Cloud?
AGoogle Kubernetes Engine
BCloud SQL
CBigQuery
DCloud Functions
Explanation
Google Kubernetes Engine manages containerized applications, while others serve different purposes.
Q119
A company needs to run a machine learning model on a large dataset regularly and wants to automate this process. Which Google Cloud service should they use?
ACloud Functions
BAI Platform Pipelines
CGoogle Dataproc
DCloud Scheduler
Explanation
AI Platform Pipelines automates ML workflows, unlike the other options.
Q120
What happens when you enable Cloud Audit Logs on a Google Cloud project?
ALogs all project resources activity.
BDeletes unneeded logs.
CAlerts based on log anomalies.
DStops access to project resources.
Explanation
Cloud Audit Logs track all relevant resource activity, while others describe functionalities not offered.