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 421–430 of 498

Q421

Which service provides managed Kubernetes on Google Cloud?

  • A Google Kubernetes Engine
  • B App Engine
  • C Cloud Run
  • D Compute Engine
Explanation Google Kubernetes Engine (GKE) manages Kubernetes clusters, while others don't focus on container orchestration.
Q422

A company needs to securely share data across projects. What should they configure?

  • A Service accounts and IAM roles
  • B Cloud Storage buckets only
  • C Virtual Private Cloud (VPC)
  • D Load balancer settings
Explanation Service accounts and IAM roles allow fine-grained access control for sharing data securely across projects.
Q423

You are configuring a load balancer. What happens when the health check fails?

  • A Traffic will be sent to the instance
  • B Instance will be removed from rotation
  • C All traffic is dropped immediately
  • D Health check retries indefinitely
Explanation When a health check fails, the instance is temporarily removed from the load balancer to ensure traffic is served by healthy instances.
Q424

Which service is best for managing application configurations in GCP?

  • A Google Cloud Runtime Configuration
  • B Google Cloud Monitoring
  • C Google Cloud Storage
  • D Google Cloud Pub/Sub
Explanation Google Cloud Runtime Configuration is specifically designed for managing application configurations, unlike others which serve different purposes.
Q425

A company needs to prevent unwanted data egress from its Cloud Storage buckets. Which IAM role should be assigned to minimize this?

  • A Storage Object Viewer
  • B Storage Legacy Object Reader
  • C Storage Admin
  • D Storage Object Admin
Explanation The 'Storage Object Viewer' role allows read-only access, preventing data egress, unlike admin roles which allow modifications.
Q426

What happens when you set a Cloud Function's timeout to 10 seconds?

  • A Function runs for 10 seconds only
  • B Function automatically retries after timeout
  • C Function fails if it exceeds 10 seconds
  • D Function restarts on hitting timeout
Explanation If a Cloud Function exceeds its timeout, it fails and does not retry or restart.
Q427

Which service automates resource provisioning on Google Cloud?

  • A Google Deployment Manager
  • B Google Pub/Sub
  • C Google App Engine
  • D Google Cloud Functions
Explanation Google Deployment Manager automates the deployment of resources, while others serve different purposes.
Q428

A company needs a highly available database solution. Which of the following is the best choice?

  • A Cloud Datastore
  • B Compute Engine
  • C Cloud SQL
  • D Cloud Storage
Explanation Cloud SQL provides managed relational databases with high availability, unlike the other services listed.
Q429

You are configuring a firewall rule. What happens when both an allow and deny rule apply?

  • A Allow rule takes priority
  • B Deny rule takes priority
  • C Random selection occurs
  • D No traffic is passed
Explanation In Google Cloud, allow rules take priority over deny rules for inbound traffic.
Q430

Which service can automatically scale your infrastructure based on demand?

  • A Google Kubernetes Engine
  • B Google Cloud Functions
  • C Google Cloud Storage
  • D Google Cloud CDN
Explanation Google Kubernetes Engine can automatically scale containers, while the others do not provide automatic infrastructure scaling.