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 391–400 of 495

Q391

Which service allows you to deploy applications on Kubernetes?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Cloud Run
Explanation Google Kubernetes Engine is specifically designed for managing Kubernetes clusters, while the other options cater to different use cases.
Q392

A company needs to ensure that their application can tolerate regional outages. Which service should they utilize?

  • A Cloud Memorystore
  • B Cloud Spanner
  • C Firestore
  • D Cloud Datastore
Explanation Cloud Spanner is designed for high availability and multi-region configurations, unlike the other storage solutions.
Q393

What happens when you set up a Firewall rule without a target in GCP?

  • A It applies to all instances
  • B It is ignored by GCP
  • C It applies to no instances
  • D It generates an error message
Explanation Firewall rules without a target apply to all instances by default, meaning they affect overall security policies.
Q394

Which service provides a fully managed NoSQL database?

  • A Cloud Firestore
  • B BigQuery
  • C Cloud SQL
  • D Cloud Storage
Explanation Cloud Firestore is a NoSQL database service, while BigQuery and Cloud SQL are designed for analytics and relational data respectively.
Q395

A company needs to serve its Docker containers at scale. Which Google Cloud service should they use?

  • A Google App Engine
  • B Compute Engine
  • C Google Kubernetes Engine
  • D Cloud Functions
Explanation Google Kubernetes Engine is designed for managing and deploying containerized applications, unlike App Engine which abstracts away infrastructure.
Q396

What happens when a Cloud Function's execution time exceeds its timeout setting?

  • A Execution is completed partially.
  • B Function terminates without error.
  • C Function crashes with a 500 error.
  • D Execution queued for later retry.
Explanation The function will terminate without completing its execution when it exceeds the specified timeout limit, not crashing or queuing the task.
Q397

Which service provides a fully managed NoSQL database?

  • A Cloud Firestore
  • B Cloud SQL
  • C Cloud Spanner
  • D BigQuery
Explanation Cloud Firestore is the NoSQL database; others serve different data models.
Q398

A company needs to deploy a containerized web application. Which Google Cloud service should they use?

  • A App Engine
  • B Cloud Functions
  • C Google Kubernetes Engine
  • D Cloud Run
Explanation Google Kubernetes Engine is designed for managing container orchestration; others are less suited for this specific need.
Q399

What happens when you disable billing on a Google Cloud project?

  • A All resources are terminated immediately.
  • B Services within the project stop.
  • C Data is deleted in 30 days.
  • D Billing alerts remain active.
Explanation Services stop running, but resources remain intact; data is not deleted immediately and alerts are not affected.
Q400

Which service is designed for managing Kubernetes clusters?

  • A Google Kubernetes Engine
  • B Cloud Run
  • C Cloud Functions
  • D Compute Engine
Explanation Google Kubernetes Engine specializes in Kubernetes management, while others have different purposes.