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

Q301

Which Google Cloud service is best for serverless compute?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Kubernetes Engine
Explanation Cloud Functions provides a fully managed serverless framework, while others require more infrastructure management.
Q302

A company needs to securely manage access permissions for its GCP resources. Which GCP feature should they use?

  • A IAM Roles
  • B Service Accounts
  • C Cloud Storage Buckets
  • D Network Policies
Explanation IAM Roles provide fine-grained access control to GCP resources, unlike the other options which do not manage permissions directly.
Q303

What happens when a Cloud Pub/Sub message is not acknowledged within its acknowledgment deadline?

  • A Message is deleted
  • B Message is retried automatically
  • C Message stays in queue indefinitely
  • D Message is marked as abandoned
Explanation Unacknowledged messages are retried automatically until they are acknowledged, while other options are incorrect behaviors.
Q304

Which service provides automated resource management for Kubernetes clusters?

  • A Google Kubernetes Engine
  • B Cloud Run
  • C App Engine
  • D Compute Engine
Explanation Google Kubernetes Engine simplifies Kubernetes management, while others are different compute services.
Q305

A company needs to ensure its application can handle sudden traffic spikes with minimal latency. Which option should they consider?

  • A Regional Managed Instance Groups
  • B Preemptible VMs
  • C Only Standard VMs
  • D Cloud Functions
Explanation Regional Managed Instance Groups enable autoscaling to handle traffic spikes effectively, unlike others that are less suitable for this requirement.
Q306

You are configuring IAM roles for a data-processing app using Cloud Storage. What happens when you assign an Editor role to a user?

  • A Can read and write objects
  • B Can only read objects
  • C Can delete buckets only
  • D Can manage IAM roles
Explanation The Editor role provides read and write access to the resources, unlike the other options which have limited permissions.
Q307

Which service is best for serverless execution of code?

  • A Cloud Functions
  • B Compute Engine
  • C Cloud Run
  • D App Engine
Explanation Cloud Functions allows for event-driven execution without server management, while others require more configuration or management.
Q308

A company needs to configure a virtual private cloud (VPC) with isolated subnets. What should they do?

  • A Use default VPC settings
  • B Create subnets with custom CIDR
  • C Enable public access on all subnets
  • D Attach all subnets to the same region
Explanation Creating subnets with custom CIDR allows for isolation, unlike default or public settings.
Q309

What happens when a Google Cloud IAM policy is updated?

  • A Immediate updates to all resources
  • B Changes take 24 hours to propagate
  • C Observer roles switch automatically
  • D Previous permissions remain intact
Explanation IAM policy updates are applied immediately across all relevant resources, while the other options reflect misunderstandings of IAM behavior.
Q310

Which service is best for real-time data analytics in GCP?

  • A BigQuery
  • B Dataflow
  • C Cloud Pub/Sub
  • D Cloud Functions
Explanation Dataflow is optimized for real-time streaming data processes, while BigQuery is more suited for ad-hoc queries on batch data.