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 331–340 of 495

Q331

Which service provides a managed Kubernetes platform?

  • A Cloud Run
  • B Google Kubernetes Engine
  • C App Engine
  • D Cloud Functions
Explanation Google Kubernetes Engine offers managed Kubernetes orchestration; others do not.
Q332

A company needs to store structured data with high query performance. Which service should they choose?

  • A Cloud Firestore
  • B BigQuery
  • C Cloud Spanner
  • D Cloud Storage
Explanation Cloud Spanner is designed for structured data with strong consistency; others are less optimized for high performance querying.
Q333

What happens when a Cloud Function timeout occurs?

  • A The function continues processing.
  • B The function is automatically retried.
  • C An error is logged and execution stops.
  • D The function scales horizontally.
Explanation Timeout results in execution stopping and an error logged; others are incorrect regarding no retry or continuation.
Q334

Which service is used for serverless event-driven applications?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Functions allows you to run code in response to events; others are not event-driven.
Q335

A company needs a highly available NoSQL database. Which Google Cloud service should they use?

  • A Cloud Firestore
  • B Cloud SQL
  • C BigQuery
  • D Cloud Datastore
Explanation Cloud Firestore is designed for high availability in NoSQL; others are not optimized for this case.
Q336

You are configuring Cloud IAM policies for multiple projects. What happens when a user has roles in multiple projects?

  • A Roles aggregate across projects
  • B Roles conflict and cancel each other
  • C Each project's roles are separate
  • D User has no roles at all
Explanation Roles aggregate, allowing users to perform combined actions across projects; others misinterpret IAM behavior.
Q337

Which Google Cloud service is ideal for real-time data analytics?

  • A BigQuery
  • B Cloud Storage
  • C Cloud SQL
  • D App Engine
Explanation BigQuery is designed for large-scale data analytics, whereas the others serve different purposes.
Q338

A development team needs to deploy a containerized application with auto-scaling. Which service should they use?

  • A Cloud Functions
  • B Cloud Run
  • C App Engine
  • D GKE
Explanation Cloud Run allows for easy container deployment with auto-scaling, unlike the others which cater to different scenarios.
Q339

What happens when a user with a 'Service Account User' role attempts to access a resource?

  • A Access is granted without limitations.
  • B Access is denied by default.
  • C Access only is granted with permission.
  • D Access is granted to all services.
Explanation The 'Service Account User' role allows access only with specified permissions, while others incorrectly state the role privileges.
Q340

Which service provides fully managed NoSQL database capabilities on Google Cloud?

  • A Cloud Firestore
  • B Cloud SQL
  • C Cloud Spanner
  • D BigQuery
Explanation Cloud Firestore is designed for scalable NoSQL workloads; Cloud SQL is relational, Cloud Spanner is a distributed SQL database, and BigQuery is analytics-focused.