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 431–440 of 495

Q431

A company needs to ensure high availability for its application. What deployment strategy should they adopt?

  • A Single region deployment
  • B Multi-region deployment
  • C Preemptible VM instances
  • D Regional load balancer only
Explanation Multi-region deployment provides better availability than other options, which can present points of failure.
Q432

What happens when a user exceeds their quota limits in Google Cloud?

  • A All services shut down
  • B Usage is throttled or denied
  • C Quota resets automatically
  • D User receives a warning only
Explanation Exceeding quota limits typically results in throttling or denial of further resource use until limits are reset.
Q433

Which Google Cloud service offers serverless computing?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Storage
Explanation Cloud Functions allows code to run in response to events without managing servers, while others require server management.
Q434

A company needs to host their application with autoscaling based on demand. Which service should they choose?

  • A Cloud Run
  • B Cloud Functions
  • C Compute Engine
  • D Cloud Spanner
Explanation Cloud Run provides automated scaling based on incoming traffic, while other options may require manual configuration.
Q435

What happens when a consumer request exceeds a Google Cloud API's quota limits?

  • A Request is throttled
  • B Request is lost
  • C Request is automatically retried
  • D Request is forwarded to another API
Explanation Requests exceeding quotas are throttled, while other options do not accurately describe the handling process.
Q436

What is the primary function of Google Cloud Pub/Sub?

  • A Event-driven messaging service
  • B File storage for applications
  • C Network configuration management
  • D Database hosting service
Explanation Google Cloud Pub/Sub is designed for event-driven messaging, while other options describe different services.
Q437

A company needs to run a high-performance training job on a large dataset. Which Google Cloud service should they use?

  • A Cloud Functions
  • B Cloud ML Engine
  • C Cloud Storage
  • D Cloud Run
Explanation Cloud ML Engine is optimized for machine learning workloads, unlike Function, Storage, and Run.
Q438

You are configuring IAM policies for a project. What happens if you grant a user viewer access to a resource with inherited permissions?

  • A User gains viewer access only.
  • B User loses all inherited permissions.
  • C User retains inherited permissions.
  • D User can modify resource settings.
Explanation Granting viewer access means the user can view the resource but nothing else, while all inherited privileges are respected.
Q439

Which service provides a fully managed NoSQL database?

  • A Cloud Firestore
  • B Cloud SQL
  • C BigQuery
  • D Cloud Spanner
Explanation Cloud Firestore is designed for NoSQL databases, while others serve different types or structured databases.
Q440

A company needs to deploy a containerized app with minimal management overhead. Which service should they use?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Cloud Run
  • D App Engine
Explanation Cloud Run allows you to run containers serverlessly with minimal manageability required, unlike GKE which is more complex.