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 301–310 of 489

Q301

Which service automates infrastructure provisioning in Google Cloud?

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

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

  • A All versions are permanently deleted.
  • B Only the latest version is deleted.
  • C Bucket is scheduled for deletion.
  • D Versions 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?

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

  • A Cloud IAM
  • B Cloud Identity
  • C Service Accounts
  • D Resource 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?

  • A Bucket Lifecycle Rules
  • B Uniform Bucket-Level Access
  • C Public Access Prevention
  • D Bucket 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?

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

  • A Users lose all permissions immediately
  • B Permissions are preserved
  • C Only some permissions are disabled
  • D Service 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?

  • A Message Filtering
  • B Dead Letter Topic
  • C Acknowledgements
  • D Pull 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?

  • A Cloud Identity
  • B Cloud Functions
  • C Firestore
  • D BigQuery
Explanation Cloud Identity is designed for user management; others serve different purposes.