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 121–130 of 498

Q121

Which Google Cloud service is used for container orchestration?

  • A Google Kubernetes Engine
  • B Google Compute Engine
  • C Cloud Functions
  • D Cloud Storage
Explanation Google Kubernetes Engine is specifically designed for container orchestration, while others serve different purposes.
Q122

A company needs to run a serverless application that automatically scales based on demand. Which Google Cloud product should they use?

  • A Cloud Run
  • B App Engine
  • C Cloud Functions
  • D VM Instances
Explanation Cloud Run allows for scalable serverless deployment of containers, unlike VM Instances that require manual scaling.
Q123

What happens when a Cloud SQL instance exceeds its maximum storage limit?

  • A Database automatically deletes old data
  • B Database becomes read-only
  • C Instance crashes temporarily
  • D New writes are blocked
Explanation Once the maximum storage is reached, new writes are blocked until space is freed or increased, while read operations continue.
Q124

Which service enables serverless event-driven execution?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Storage
Explanation Cloud Functions allow for serverless event-driven execution; the others are not serverless models.
Q125

A company needs to manage network access at a granular level. Which GCP feature should they implement?

  • A VPC Service Controls
  • B IAM Roles
  • C Firewall Rules
  • D Cloud Spanner
Explanation Firewall Rules provide granular network access management; others do not focus solely on this.
Q126

What happens when you set a VM instance to preemptible on GCP?

  • A Instance can run indefinitely
  • B Lower cost but potential termination
  • C Guaranteed uptime for workloads
  • D Billing accounts remain unaffected
Explanation Preemptible instances are cheaper but can be terminated at any time; the others are incorrect.
Q127

A company needs to securely share a large file with a client using Google Cloud. Which service should they use?

  • A Google Drive with shared link
  • B Google Cloud Storage bucket
  • C Google Cloud Pub/Sub
  • D Google Cloud BigQuery
Explanation Google Cloud Storage provides secure file sharing; Drive is less suited for large files, while Pub/Sub and BigQuery are not file-sharing services.
Q128

What happens when you enable audit logging for a Google Cloud project?

  • A Logs user activities only
  • B Logs all API calls and updates
  • C Logs billing information only
  • D No logging occurs
Explanation Enabling audit logging captures all API calls and updates, while options A, C, and D do not reflect complete logging capability.
Q129

You are configuring an auto-scaling policy for a Google Kubernetes Engine (GKE) cluster. Which metric should you use to trigger scaling when handling varying loads?

  • A CPU usage
  • B Node availability
  • C Cluster version
  • D Pod status
Explanation Scaling based on CPU usage allows you to efficiently manage load; Node availability and Cluster version are not performance metrics, and Pod status cannot trigger scaling.
Q130

A company needs to analyze log data from GCP services in real-time. Which service should they use?

  • A Cloud Pub/Sub
  • B Cloud Storage
  • C Cloud Bigtable
  • D Cloud Functions
Explanation Cloud Pub/Sub enables real-time data ingestion and processing, while the other options are not designed for real-time analytics.