Google Cloud

Google Cloud Certified – Cloud Digital Leader

PR000225
Popular Trending

Get certified as a Cloud Digital Leader with exam code PR000225 to validate your skills in Google Cloud.

489 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 171–180 of 489

Q171

What happens when a resource is deleted in GCP, but has a delete protection enabled?

  • A Resource is deleted immediately
  • B Deletion request is ignored
  • C Resource moves to Archive Storage
  • D Deletion 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?

  • A Firebase Realtime Database
  • B Cloud SQL
  • C Cloud Spanner
  • D Cloud 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?

  • A BigQuery
  • B Dataflow
  • C App Engine
  • D Cloud 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?

  • A They conflict with each other
  • B They are combined
  • C Only the last role applies
  • D User faces permission errors
Explanation IAM roles are additive, providing cumulative permissions to users, not conflicting roles.
Q175

Which service provides serverless event-driven computing?

  • A Cloud Functions
  • B Compute Engine
  • C Kubernetes Engine
  • D Cloud 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?

  • A BigQuery
  • B Cloud SQL
  • C Cloud Storage
  • D Firestore
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?

  • A Permissions are immediately revoked
  • B User gains permissions defined in the role
  • C Role is only effective after 24 hours
  • D User 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?

  • A Google Cloud Run
  • B Google Cloud Functions
  • C Google App Engine
  • D Google 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?

  • A Google Cloud Storage
  • B BigQuery
  • C FireStore
  • D Cloud 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?

  • A All subscriptions are deleted
  • B Messages will be retained
  • C Topics are disabled but not deleted
  • D No impact on subscriptions
Explanation Deleting a Pub/Sub topic also deletes all associated subscriptions.