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 311–320 of 498

Q311

A company needs to deploy a web app across multiple regions for low latency. What should they use?

  • A Cloud Functions
  • B Compute Engine with Load Balancer
  • C App Engine with Global Traffic Management
  • D Cloud Storage CDN
Explanation App Engine with Global Traffic Management can automatically route requests to the nearest instance, ensuring low latency.
Q312

What happens when you assign a role to a user in IAM?

  • A User gets full project access
  • B User can only view resources
  • C User gets permissions defined by role
  • D User is added to a group automatically
Explanation Assigning a role grants the user the specific permissions defined by that role, allowing them to perform particular actions.
Q313

Which service is best for machine learning model training?

  • A AI Platform
  • B Compute Engine
  • C Cloud Functions
  • D Cloud Storage
Explanation AI Platform is designed for ML training, while the others serve different purposes.
Q314

A company needs to implement a multi-region high availability setup. Which Google Cloud feature should they use?

  • A Load Balancing
  • B Global Database
  • C Cloud CDN
  • D Firewall Rules
Explanation Load Balancing distributes traffic for high availability across multiple regions.
Q315

You are configuring IAM roles and notice duplicate permissions. What is the best practice?

  • A Use specific roles only
  • B Aggregate all permissions
  • C Avoid using IAM roles
  • D Combine duplicate permissions
Explanation Using specific roles prevents permission bloat and enhances security.
Q316

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

  • A BigQuery
  • B Cloud SQL
  • C Cloud Storage
  • D Firebase
Explanation BigQuery is optimized for large-scale data analytics, while the others serve different purposes.
Q317

A company needs to connect its on-premises network to Google Cloud securely. What is the best option?

  • A Cloud VPN
  • B Cloud Functions
  • C Cloud CDN
  • D Cloud Firestore
Explanation Cloud VPN provides a secure communication channel, while the other options do not enable direct on-premises connectivity.
Q318

What happens when you delete a Google Cloud Storage bucket that contains objects?

  • A Objects are permanently deleted
  • B Objects are archived for 30 days
  • C Objects are moved to another bucket
  • D Deletion fails if objects exist
Explanation Deleting a bucket removes all its objects permanently, while the other options misrepresent bucket deletion behaviors.
Q319

Which service allows real-time data processing in Google Cloud?

  • A Cloud Dataflow
  • B Cloud Storage
  • C Cloud Bigtable
  • D Cloud Functions
Explanation Cloud Dataflow is designed for real-time and batch data processing, while the others serve different purposes.
Q320

A company needs to store user session data reliably. What should they use?

  • A Cloud Spanner
  • B Cloud Pub/Sub
  • C Cloud Firestore
  • D Cloud Functions
Explanation Cloud Firestore is well-suited for storing session data with its real-time capabilities while the others are not intended for persistent storage.