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 181–190 of 495

Q181

Which Google Cloud service is suited for hosting static websites?

  • A Cloud Storage
  • B Compute Engine
  • C App Engine
  • D Cloud Functions
Explanation Cloud Storage serves static files directly, while others are more complex compute solutions.
Q182

A company needs to automatically scale their application based on user traffic. Which service should they use?

  • A App Engine
  • B Cloud Functions
  • C Cloud Run
  • D Compute Engine
Explanation App Engine automatically handles scaling, unlike Compute Engine which requires manual setup.
Q183

What happens when you upload a file to Google Cloud Storage with a content type not set?

  • A File fails to upload
  • B Default content type is assigned
  • C No metadata stored
  • D File is corrupted
Explanation Google Cloud Storage assigns a default content type if not specified, so the file will still upload.
Q184

Which service allows you to manage application secrets?

  • A Cloud Secret Manager
  • B Cloud Trace
  • C Cloud Firewall
  • D Cloud Pub/Sub
Explanation Cloud Secret Manager securely manages secrets, while others serve different functions.
Q185

A company needs to store transient data in a scalable way. Which storage is appropriate?

  • A Cloud Spanner
  • B Cloud SQL
  • C Cloud Firestore
  • D Cloud Storage
Explanation Cloud Firestore is designed for scalable transient data storage, unlike the others which have different primary use cases.
Q186

What happens when you exceed your Google Cloud API usage quota?

  • A Requests are automatically retried
  • B Requests are denied or throttled
  • C You'll be charged extra fees
  • D All services are disabled immediately
Explanation When you exceed usage quotas, requests are denied or throttled rather than retried or incurring additional fees.
Q187

Which service would you use to implement CI/CD on Google Cloud?

  • A Cloud Build
  • B Cloud Functions
  • C Cloud Spanner
  • D Cloud Run
Explanation Cloud Build is specifically designed for CI/CD pipelines, while others serve different purposes.
Q188

A company needs to access data in BigQuery with minimal latency. Which approach should they use?

  • A Batch processing
  • B Streaming inserts
  • C Dataflow jobs
  • D Scheduled queries
Explanation Streaming inserts allow real-time data access, unlike batch processing.
Q189

What happens when you set a service account's IAM role to revoke its permissions?

  • A All access continues appears to work
  • B Access is revoked immediately
  • C Role is replaced by predefined ones
  • D Permissions are restored automatically
Explanation Access is immediately revoked, affecting any operations the account performs.
Q190

Which service is used for pulling container images in GCP?

  • A Google Container Registry
  • B Google Cloud Storage
  • C Google Kubernetes Engine
  • D Google Cloud SQL
Explanation Google Container Registry stores and manages container images, while the other options serve different purposes.