Google Cloud

Google Cloud Certified – Professional Cloud Developer

PR000266

Validate your skills as a Professional Cloud Developer with exam code PR000266 in Google Cloud.

495 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 261–270 of 495

Q261

What happens when you set an instance group to automatically scale?

  • A It decreases instance types
  • B It powers off unused instances
  • C It adjusts instances based on load
  • D It locks current resources
Explanation Auto-scaling adjusts the number of instances in response to load dynamics, unlike the other options which do not accurately describe its function.
Q262

Which service is best for managing APIs?

  • A Apigee
  • B Cloud Storage
  • C BigQuery
  • D Pub/Sub
Explanation Apigee is designed specifically for API management, while the others serve different purposes.
Q263

A company needs to analyze real-time streaming data. Which Google Cloud service should they use?

  • A Cloud Functions
  • B Cloud Dataflow
  • C Cloud Spanner
  • D Cloud Print
Explanation Cloud Dataflow is built for processing real-time streaming data; the others do not specialize in this task.
Q264

What happens when you set a Cloud Storage object's ACL to 'private'?

  • A Only the creator can access it
  • B Everyone can access it
  • C Only certain users access it
  • D Access is controlled by IAM roles
Explanation Setting an object's ACL to 'private' restricts access only to the creator, while others can still be shared differently.
Q265

Which service allows for real-time analysis of streaming data?

  • A Cloud Pub/Sub
  • B Cloud SQL
  • C Cloud Storage
  • D BigQuery
Explanation Cloud Pub/Sub is designed for real-time streaming data; others do not focus on that functionality.
Q266

A company needs to deploy a web application quickly with auto-scaling capabilities. Which solution is best?

  • A Google Kubernetes Engine
  • B Google App Engine
  • C Cloud Functions
  • D Cloud Run
Explanation Google App Engine is specifically tailored for rapid web app deployment with auto-scaling; others are less suited for quick deploys of web apps.
Q267

What happens when a Google Cloud Function exceeds its maximum execution time?

  • A Function continues executing
  • B Function is paused
  • C Function is terminated
  • D Function retries automatically
Explanation A Cloud Function is terminated upon exceeding its timeout limit; others misrepresent the termination behavior.
Q268

Which service is best for large-scale data processing?

  • A Google Cloud Dataflow
  • B Google Cloud Functions
  • C Google App Engine
  • D Google Cloud Firestore
Explanation Dataflow is optimized for data processing, while others serve different purposes.
Q269

A company needs to implement a CI/CD pipeline for their applications. What should they use for container orchestration?

  • A Cloud Run
  • B Cloud Build
  • C Kubernetes Engine
  • D App Engine
Explanation Kubernetes Engine is designed for container orchestration, unlike the other options.
Q270

You are configuring a highly available Cloud SQL instance. Which setting should you enable to prevent data loss during outages?

  • A Automatic Failover
  • B Read Replicas
  • C Backups
  • D Maintenance Windows
Explanation Automatic Failover ensures high availability, while others address different needs.