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 341–350 of 495

Q341

A company needs to deploy a new containerized application using Kubernetes on Google Cloud. Which service should they use?

  • A Cloud Run
  • B GKE
  • C App Engine
  • D Cloud Functions
Explanation Google Kubernetes Engine (GKE) is specifically designed for Kubernetes deployments; Cloud Run and App Engine are for serverless, while Cloud Functions is for event-driven functions.
Q342

What happens when you exceed the daily usage limit for an API on Google Cloud?

  • A API becomes inactive temporarily
  • B API requests are throttled
  • C Additional costs occur instantly
  • D Service continues until monthly limit
Explanation Requests are throttled to prevent overload when daily limits are exceeded; the API does not become inactive automatically, and additional costs are not incurred unless specified.
Q343

Which service allows for automatic scaling of applications?

  • A App Engine
  • B Cloud Storage
  • C Cloud Functions
  • D BigQuery
Explanation App Engine automatically scales applications based on traffic, while the others are not designed for automated scaling.
Q344

A company needs to manage user permissions for their GCP resources. Which service should they use?

  • A Cloud IAM
  • B Service Accounts
  • C Cloud Functions
  • D Cloud Shell
Explanation Cloud IAM is specifically designed for managing permissions, whereas the others serve different functionalities.
Q345

What happens when an instance reaches its maximum CPU quota in GCP?

  • A It continues running with degraded performance.
  • B The instance is automatically deleted.
  • C New instances cannot be created.
  • D Billing stops until limits are reset.
Explanation Reaching the CPU quota restricts the creation of new instances; performance of existing instances remains unchanged.
Q346

Which service would you use for real-time processing of streaming data?

  • A Cloud Pub/Sub
  • B Cloud Storage
  • C Cloud Functions
  • D Cloud Load Balancing
Explanation Cloud Pub/Sub is designed for real-time messaging, while others are meant for different use cases.
Q347

A company needs to deploy a microservices architecture. Which Google Cloud feature best supports this need?

  • A App Engine
  • B Cloud Functions
  • C Cloud Run
  • D Compute Engine
Explanation Cloud Run is optimized for running containerized microservices, whereas others serve different application models.
Q348

What happens when you update a Cloud Function's code with a new version?

  • A Old version is immediately deleted.
  • B Old version becomes unavailable.
  • C New version is deployed alongside old.
  • D Function stops running until updated.
Explanation The new version is deployed, but the old version remains active until the update is fully processed.
Q349

Which Google Cloud service enables you to manage containerized applications?

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

A company needs to distribute application traffic across multiple regions to improve latency. Which Google Cloud service should it use?

  • A Cloud CDN
  • B Cloud Load Balancing
  • C Cloud Scheduler
  • D Cloud Pub/Sub
Explanation Cloud Load Balancing automatically distributes traffic globally, unlike the others that serve different functions.