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 241–250 of 495

Q241

Which Google Cloud service allows real-time processing of streaming data?

  • A Cloud Pub/Sub
  • B Cloud Storage
  • C Cloud Functions
  • D BigQuery
Explanation Cloud Pub/Sub is designed for real-time messaging and processing streams, while the others serve different data handling purposes.
Q242

A company needs to deploy a Docker containerized application. Which service should they use?

  • A Cloud Run
  • B Cloud Functions
  • C App Engine
  • D Compute Engine
Explanation Cloud Run specifically supports containerized applications, while the others have different deployment models.
Q243

What happens when you set a VM to 'preemptible' in Compute Engine?

  • A VM runs indefinitely at reduced cost
  • B VM can be stopped without notice
  • C VM cannot access external disks
  • D VM will always be available
Explanation Preemptible VMs can be stopped by Google Cloud without notice, unlike standard VMs that are persistent.
Q244

Which service enables automatic scaling in GCP?

  • A App Engine
  • B Compute Engine
  • C Cloud Functions
  • D Cloud Storage
Explanation App Engine automatically scales based on traffic, unlike the others that require manual configuration.
Q245

A company needs to store unstructured data for analytics. Which GCP service should they use?

  • A BigQuery
  • B Cloud SQL
  • C Cloud Bigtable
  • D Cloud Storage
Explanation Cloud Storage is designed for unstructured data, whereas the others are suited for structured data.
Q246

What happens when you exceed the maximum quota for API requests in GCP?

  • A Requests are processed with delays
  • B Requests are denied until the next reset
  • C No impact on your account
  • D All limits are reset immediately
Explanation Exceeding API request quotas results in the denial of requests until the quota is reset, unlike the other options, which do not reflect GCP behavior.
Q247

Which service allows real-time data processing?

  • A Dataflow
  • B Cloud Storage
  • C Cloud Functions
  • D BigQuery
Explanation Dataflow is designed for stream and batch processing, while others do not offer real-time capabilities.
Q248

A company needs to host a serverless web application. Which service should they choose?

  • A Google App Engine
  • B Compute Engine
  • C Kubernetes Engine
  • D Cloud SQL
Explanation Google App Engine is optimized for serverless deployments, while the others require more management.
Q249

What happens when you increase a Cloud Functions timeout?

  • A More execution resources are allocated
  • B Function can run longer before timeout
  • C Costs decrease due to lesser calls
  • D Execution environment changes
Explanation Increasing the timeout simply allows the function to run longer without being stopped, not affecting resources or costs directly.
Q250

Which service is best for deploying containerized applications?

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