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 351–360 of 498

Q351

What happens when you reduce the size of a persistent disk in Google Cloud?

  • A Data is lost permanently.
  • B No change occurs.
  • C Resize operation fails.
  • D Disk is shrunk logically.
Explanation Reducing disk size is not supported; it fails to prevent data loss risk.
Q352

Which service automatically scales based on traffic?

  • A Google Cloud Functions
  • B Google Kubernetes Engine
  • C Google Compute Engine
  • D Google App Engine
Explanation Google App Engine automatically scales applications based on incoming traffic; the other options require manual configuration for scaling.
Q353

A company needs secure key management for encryption. Which Google Cloud service should they use?

  • A Google Cloud Storage
  • B Google Cloud KMS
  • C Google Cloud IAM
  • D Google Cloud Pub/Sub
Explanation Google Cloud KMS is designed specifically for key management while the others do not provide this functionality as directly.
Q354

What happens when you configure an instance without a public IP address?

  • A Instance cannot connect to the internet.
  • B Instance can connect via VPN only.
  • C Instance can receive traffic from the internet.
  • D Instance can connect to other GCP services.
Explanation An instance without a public IP can still communicate with other GCP services through private IPs; the other options are incorrect regarding connectivity.
Q355

Which Google Cloud service is best for deploying containerized applications?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Cloud Storage
  • D App Engine
Explanation Google Kubernetes Engine is designed for managing and orchestrating containerized applications; others serve different purposes.
Q356

A company needs to ensure their data in BigQuery remains accessible for at least 90 days after deletion. What feature will allow this?

  • A Audit Logs Configuration
  • B Data Retention Policy
  • C Time Travel
  • D Materialized Views
Explanation Time Travel allows querying deleted data within a set period; others do not preserve deleted data.
Q357

You are configuring IAM roles for a cloud project. What happens when you assign a user both the Viewer and Editor roles?

  • A User gains only Viewer permissions
  • B User retains only the Editor permissions
  • C User has both Viewer and Editor permissions
  • D Permissions conflict causes an error
Explanation In Google Cloud IAM, multiple role assignments have additive permissions; the user retains both roles.
Q358

Which Google Cloud service helps in monitoring applications and system logs?

  • A Cloud Monitoring
  • B Cloud Storage
  • C Cloud Scheduler
  • D Cloud Functions
Explanation Cloud Monitoring tracks application and system logs, while others serve different purposes.
Q359

A company needs to ensure only specific users can access certain APIs. What should they implement?

  • A Service Accounts
  • B IAM Roles
  • C VPC Peering
  • D Cloud Pub/Sub
Explanation IAM Roles manage user permissions; other options do not restrict access effectively.
Q360

What happens when a Compute Engine VM exceeds its quota?

  • A VM stops running
  • B VM continues to run
  • C Resources automatically scale up
  • D All VMs in project fail
Explanation Exceeding quota limits results in the VM being stopped; others misunderstand how quotas function.