Google Cloud

Google Cloud Certified – Professional Cloud Architect

PR000213
Popular Trending

Get certified as a Professional Cloud Architect with exam code PR000213 to validate your architectural skills in Google Cloud.

498 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 211–220 of 498

Q211

Which Google Cloud service automatically scales your application?

  • A Google Kubernetes Engine
  • B Cloud Run
  • C App Engine
  • D Compute Engine
Explanation Cloud Run automatically scales containers based on traffic; Kubernetes Engine requires manual scaling.
Q212

A company needs to monitor costs in different projects. What should they use?

  • A Cloud Console
  • B Cost Management Reports
  • C Billing Alerts
  • D Budgets and Alerts
Explanation Budgets and Alerts allow for monitoring and controlling spending across projects.
Q213

What happens when a Cloud Function exceeds its execution timeout?

  • A It completes successfully
  • B It aborts and fails
  • C It retries the execution
  • D It logs the execution only
Explanation Exceeding the execution timeout results in the function aborting and failing to complete.
Q214

Which Google Cloud service is best for scalable NoSQL databases?

  • A Cloud Firestore
  • B Cloud SQL
  • C Cloud Spanner
  • D BigQuery
Explanation Cloud Firestore is designed for NoSQL data, while others are SQL-based or for analytics.
Q215

A company needs to analyze its monthly usage of resources. Which service should they use?

  • A Billing Reports
  • B Stackdriver Logging
  • C Cloud Monitoring
  • D Cloud Profiler
Explanation Billing Reports provide detailed resource usage analysis, unlike the others.
Q216

What happens when a Cloud Function exceeds its execution time limit?

  • A Function retries automatically
  • B Function continues executing
  • C Function is terminated and logs error
  • D Function remains in pending state
Explanation Exceeding the time limit results in immediate termination, logging an error.
Q217

Which service provides a fully managed NoSQL database?

  • A Cloud Datastore
  • B Cloud SQL
  • C Cloud Storage
  • D BigQuery
Explanation Cloud Datastore offers a managed NoSQL solution, while others serve different functions or databases.
Q218

A company needs to ensure their BigQuery datasets are only accessible to specific service accounts. What should they use?

  • A IAM Roles
  • B VPC Service Controls
  • C Cloud Armor Rules
  • D Firewall Rules
Explanation IAM Roles effectively manage access to BigQuery datasets, while others are unrelated to dataset access control.
Q219

You are configuring a Cloud Function with a Pub/Sub trigger. What happens if the function fails to execute?

  • A It retries indefinitely
  • B The message is deleted
  • C It retries up to 7 times
  • D It logs the error only
Explanation Cloud Functions configured with Pub/Sub retry the execution up to 7 times upon failure, while others do not provide such mechanisms.
Q220

Which service is best for managing APIs?

  • A Google Cloud Endpoints
  • B Google Cloud Functions
  • C Cloud Run
  • D Cloud Pub/Sub
Explanation Google Cloud Endpoints is specifically designed for API management, while the others serve different purposes.