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

Q391

Which service provides a managed NoSQL database solution?

  • A Cloud Firestore
  • B Cloud SQL
  • C BigQuery
  • D Cloud Spanner
Explanation Cloud Firestore is designed for NoSQL; the others are SQL databases or analytics services.
Q392

A company needs to deploy a VM that handles sensitive data. Which network option is recommended?

  • A Public IP only
  • B VPC with private IP
  • C Shared VPC
  • D Open network without restrictions
Explanation Using a VPC with private IP enhances security for sensitive data; others expose the VM unnecessarily.
Q393

What happens when a Cloud Function exceeds its specified timeout?

  • A Function completes execution
  • B Function is suspended
  • C Function is terminated immediately
  • D Function retries automatically
Explanation Exceeding the timeout results in immediate termination of the function, while others incorrectly suggest continuation or suspension.
Q394

Which Google Cloud service is optimal for event-driven architectures?

  • A Cloud Functions
  • B Compute Engine
  • C Cloud Storage
  • D App Engine
Explanation Cloud Functions enables serverless event responses, while others involve manual or structured management.
Q395

A company needs to securely manage API keys and OAuth tokens across multiple applications. Which Google Cloud service should they use?

  • A Secret Manager
  • B Cloud Storage
  • C Cloud Functions
  • D API Gateway
Explanation Secret Manager is designed specifically to store and manage secrets securely, unlike functional or storage services.
Q396

What happens when you incorrectly configure a Cloud IAM policy?

  • A Users gain all permissions
  • B Access is denied or limited
  • C Service requests are always permitted
  • D Policy will automatically self-correct
Explanation An incorrect configuration often results in denied access or limited permissions for users.
Q397

Which Google Cloud service can be used for serverless applications?

  • A Cloud Functions
  • B Cloud Compute
  • C Kubernetes Engine
  • D Cloud Storage
Explanation Cloud Functions allows for serverless execution, while others are not serverless solutions.
Q398

A company needs highly available and fault-tolerant workloads across multiple regions. Which GCP product should they use?

  • A Cloud SQL
  • B Compute Engine Instances
  • C Global Load Balancer
  • D App Engine Standard
Explanation Global Load Balancer distributes traffic across multiple regions ensuring availability and fault tolerance.
Q399

You are configuring IAM policies in GCP. What happens when an identity has both an allowed and a denied permission?

  • A Allowed takes precedence
  • B Denied takes precedence
  • C Permissions are combined
  • D Only denied permissions apply
Explanation In IAM, deny permissions always take precedence over allow permissions for security reasons.
Q400

Which service enables serverless computing in Google Cloud?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Storage
Explanation Cloud Functions allow running code without managing servers; other options involve provisioning resources.