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 491–498 of 498

Q491

A company needs to ensure that only employees in the HR department can access sensitive payroll data. Which IAM policy structure should be implemented?

  • A Service account-based permissions
  • B Allow all authenticated users
  • C Role-based access control
  • D Public access permissions
Explanation Role-based access control allows granting access to specific roles, fitting HR's needs, while others are too broad or insecure.
Q492

You are configuring a load balancer and notice traffic to multiple backend services seems unbalanced. What could you adjust to resolve this?

  • A Health Check intervals
  • B Session Affinity settings
  • C Backend service locations
  • D Backend instance sizes
Explanation Session Affinity ensures users continue connecting to the same instance, affecting traffic distribution; others don't directly address traffic imbalance.
Q493

Which service is primarily used for serverless computing in GCP?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Functions is specifically designed for serverless computing, while the others offer different functionality.
Q494

A company needs to run a machine learning model with low latency. Which GCP service is the best choice?

  • A BigQuery
  • B Cloud AI Platform
  • C Cloud Functions
  • D Cloud Dataproc
Explanation Cloud AI Platform is optimized for deploying ML models with low latency, compared to the others which are not meant for that purpose.
Q495

You are configuring access for a GCP project. What is the purpose of IAM policies?

  • A Manage billing settings
  • B Control user access permissions
  • C Monitor resource usage
  • D Automate resource scaling
Explanation IAM policies specifically define user access and permissions, while the other options refer to different management tasks.
Q496

Which service allows real-time data pipeline processing?

  • A Cloud Pub/Sub
  • B Cloud Storage
  • C Cloud Functions
  • D Dataflow
Explanation Dataflow is specifically designed for real-time processing, whereas the others serve different purposes or are batch-oriented.
Q497

A company needs to configure a dedicated connection to Google Cloud. Which option should they use?

  • A Cloud VPN
  • B Interconnect
  • C VPC Peering
  • D Cloud Router
Explanation Interconnect provides dedicated private bandwidth, while the others do not directly establish dedicated connectivity.
Q498

What happens when you deploy an App Engine application without setting traffic splitting?

  • A No traffic is routed.
  • B All traffic goes to version default.
  • C Traffic splits equally among versions.
  • D Application fails to deploy.
Explanation Without traffic splitting, the default version receives all traffic, while the others sit idle.