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 181–190 of 489

Q181

Which service provides a fully managed document database on Google Cloud?

  • A Firestore
  • B Cloud Spanner
  • C Cloud SQL
  • D BigQuery
Explanation Firestore is designed for NoSQL document storage, while others serve different purposes.
Q182

A company needs to securely share its API keys with developers without exposing them in code. What should they use?

  • A Cloud Storage
  • B Secret Manager
  • C Google Groups
  • D Cloud Functions
Explanation Secret Manager is specifically designed for securely storing API keys and sensitive information, unlike others.
Q183

You are configuring Identity and Access Management (IAM) for a project. What happens when you grant a user 'roles/viewer' on a project but remove 'roles/editor'?

  • A User loses all permissions
  • B User retains only view access
  • C User gains edit access
  • D No changes occur
Explanation Removing 'roles/editor' restricts the user to only viewing resources, maintaining their 'viewer' status.
Q184

Which service provides serverless computing on Google Cloud?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Functions allows event-driven, serverless applications; others require provisioning or scaling.
Q185

A company needs to securely manage user authentication across multiple applications. Which Google service should they use?

  • A Cloud Identity
  • B IAM Roles
  • C Cloud Storage
  • D Cloud Pub/Sub
Explanation Cloud Identity offers user authentication management, while others do not focus on user identity.
Q186

What happens when you set an IAM policy that grants an account log access to a bucket?

  • A Account cannot access bucket
  • B Account receives read access only
  • C Account can view bucket logs
  • D Account can delete bucket contents
Explanation Granting log access allows the account to view logs, not bucket contents or processes.
Q187

You are configuring a Google Cloud project for a new application. Which IAM role should you assign for minimal privileges while allowing the application to access Google Cloud Storage?

  • A Storage Admin
  • B Storage Object Viewer
  • C Editor
  • D Viewer
Explanation 'Storage Object Viewer' allows read access only, maintaining minimal privileges, unlike the other options.
Q188

A company needs to process a large volume of streaming data in real-time. Which Google Cloud service should they use to handle this requirement?

  • A Cloud Functions
  • B Cloud Pub/Sub
  • C Cloud Storage
  • D BigQuery
Explanation 'Cloud Pub/Sub' is ideal for real-time data streaming, while others do not provide real-time messaging.
Q189

What happens when you delete a Google Cloud Storage bucket that has versioning enabled?

  • A All versions are permanently deleted.
  • B Only the latest version is deleted.
  • C Versions are moved to a different bucket.
  • D Versions remain, bucket is hidden.
Explanation When a bucket is deleted, all versions are permanently deleted as well, making option A correct.
Q190

Which service is best for running containers?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Cloud Run
  • D App Engine
Explanation Google Kubernetes Engine is specifically designed for orchestrating containerized applications, while the others serve different purposes.