What happens when a resource is deleted in GCP, but has a delete protection enabled?
AResource is deleted immediately
BDeletion request is ignored
CResource moves to Archive Storage
DDeletion requires manual override
Explanation
Delete protection prevents the deletion request from taking effect; the other options misrepresent how deletion protection functions.
Q172
Which Google Cloud service provides a fully managed NoSQL database?
AFirebase Realtime Database
BCloud SQL
CCloud Spanner
DCloud Memorystore
Explanation
Firebase Realtime Database is a NoSQL database, while others serve different types of data models or use cases.
Q173
A company needs to analyze data in motion. Which service should they use?
ABigQuery
BDataflow
CApp Engine
DCloud Functions
Explanation
Dataflow is designed for real-time data processing, unlike others which have different use cases.
Q174
What happens when you assign multiple IAM roles to a single user?
AThey conflict with each other
BThey are combined
COnly the last role applies
DUser faces permission errors
Explanation
IAM roles are additive, providing cumulative permissions to users, not conflicting roles.
Q175
Which service provides serverless event-driven computing?
ACloud Functions
BCompute Engine
CKubernetes Engine
DCloud Storage
Explanation
Cloud Functions is designed for event-driven execution, while the others are not primarily serverless compute solutions.
Q176
A company needs to analyze large datasets in real-time. Which solution should they use?
ABigQuery
BCloud SQL
CCloud Storage
DFirestore
Explanation
BigQuery is optimized for real-time analytics on large datasets, unlike the other options.
Q177
What happens when you enable an IAM role for a user?
APermissions are immediately revoked
BUser gains permissions defined in the role
CRole is only effective after 24 hours
DUser loses all previous permissions
Explanation
Enabling an IAM role grants the defined permissions to the user instantly, whereas the other options are incorrect interpretations of IAM behavior.
Q178
Which service allows you to run containers on Google Cloud?
AGoogle Cloud Run
BGoogle Cloud Functions
CGoogle App Engine
DGoogle Compute Engine
Explanation
Google Cloud Run is designed for containerized applications, while others serve different application environments.
Q179
A company needs to store sensitive data. What should they use to ensure fine-grained access control?
AGoogle Cloud Storage
BBigQuery
CFireStore
DCloud SQL
Explanation
Cloud SQL offers fine-grained access control, while others do not specialize in sensitive data management.
Q180
What happens when you delete a Google Pub/Sub topic?
AAll subscriptions are deleted
BMessages will be retained
CTopics are disabled but not deleted
DNo impact on subscriptions
Explanation
Deleting a Pub/Sub topic also deletes all associated subscriptions.