Google Cloud

Google Cloud Certified – Professional Cloud Architect

PR000213
Popular Trending

Get certified as a Professional Cloud Architect with exam code PR000213 to validate your architectural skills in Google Cloud.

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

Questions 481–490 of 498

Q481

Which service is best for serverless event processing?

  • A Cloud Functions
  • B App Engine
  • C Compute Engine
  • D Cloud Run
Explanation Cloud Functions is specifically designed for serverless event-driven applications, while others require more management or setup.
Q482

A company needs to manage access policies across multiple projects. Which tool should they use?

  • A Cloud Identity
  • B Cloud Resource Manager
  • C IAM Policies
  • D Organization Policies
Explanation Organization Policies allow centralized management of policies across multiple projects, unlike IAM which is project-specific.
Q483

What happens when a Compute Engine instance reaches the maximum allowed quota?

  • A Instance terminates automatically
  • B No more instances can be created
  • C Quota is automatically increased
  • D System performance slows down
Explanation When the quota limit is reached, no additional instances can be created until quota is increased, unlike termination or automatic increase.
Q484

Which service automatically scales resources as needed?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Cloud Storage
Explanation App Engine automatically handles scaling; others require manual configuration.
Q485

A company needs to analyze live streaming data. Which service should they use?

  • A BigQuery
  • B Dataflow
  • C Cloud Datastore
  • D Pub/Sub
Explanation Dataflow processes real-time data; others are not designed for streaming.
Q486

What happens when you enable versioning on a Cloud Storage bucket?

  • A All existing files are deleted
  • B Previous file versions are retained
  • C Access is restricted to newer versions
  • D Bucket size increases automatically
Explanation Versioning retains previous file versions; other options are incorrect scenarios.
Q487

Which service should you use for managing GCP IAM roles?

  • A Google Cloud Console
  • B Cloud Functions
  • C Cloud Pub/Sub
  • D Cloud Storage
Explanation Google Cloud Console allows you to manage IAM roles. Other options do not directly manage roles.
Q488

A company needs a client-side encryption solution for sensitive data. Which GCP service should they use?

  • A Cloud KMS
  • B BigQuery
  • C Compute Engine
  • D App Engine
Explanation Cloud KMS provides client-side encryption capabilities. The other services do not provide this functionality.
Q489

You are configuring a VM instance to run a web application with auto-scaling. What happens if the average CPU utilization exceeds the threshold?

  • A More VMs are created
  • B Auto-scaling is disabled
  • C Existing VMs are deleted
  • D Only the current VM is modified
Explanation More VMs are created to handle load. Other options do not accurately describe auto-scaling behavior.
Q490

Which Google Cloud service is best for real-time data processing?

  • A Cloud Dataflow
  • B Cloud Storage
  • C Cloud Pub/Sub
  • D Cloud Bigtable
Explanation Cloud Dataflow is specifically designed for real-time data processing, whereas the others serve different purposes.