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 251–260 of 498

Q251

You are configuring IAM roles for a development team. Which role should you assign to allow developers to deploy applications without granting them full project access?

  • A Viewer
  • B Editor
  • C Cloud Run Admin
  • D Owner
Explanation Cloud Run Admin grants deployment permissions without full project access, unlike Editor or Owner roles.
Q252

What happens when a Google Cloud Compute Engine instance in a managed instance group becomes unhealthy?

  • A Instance is terminated and replaced
  • B No action is taken
  • C Instance is backed up
  • D Instance status is reported only
Explanation The managed instance group automatically recreates unhealthy instances to maintain performance and availability.
Q253

Which service provides a fully managed, NoSQL document database?

  • A Firestore
  • B Cloud SQL
  • C Cloud Spanner
  • D BigQuery
Explanation Firestore is designed for NoSQL databases, while others serve different database types.
Q254

A company needs to run batch processing jobs on large datasets. Which service is most suitable?

  • A Cloud Functions
  • B App Engine
  • C Cloud Dataflow
  • D Cloud Run
Explanation Cloud Dataflow is a pipeline service optimized for batch and stream processing.
Q255

You are configuring a Virtual Private Cloud (VPC) with a peering connection. What happens to the firewall rules?

  • A They are inherited from the original VPC
  • B They must be configured manually
  • C They automatically apply to all peered networks
  • D They do not affect peered connections
Explanation Firewall rules are specific to each VPC and must be configured individually for peering.
Q256

Which service should you use for low-latency data access?

  • A Cloud Memorystore
  • B Cloud Storage
  • C BigQuery
  • D Cloud Datastore
Explanation Cloud Memorystore offers in-memory data storage for low latency, while others are not optimized for speed.
Q257

A company needs to ensure their Cloud Function can handle sudden spikes in traffic. What should you configure?

  • A Scaling limits
  • B Timeout parameters
  • C Automatic scaling
  • D Cloud Scheduler
Explanation Automatic scaling allows Cloud Functions to adjust to traffic without intervention, unlike manual configurations.
Q258

What happens when you use a service account key and the account is disabled?

  • A Key still works as usual
  • B Key is deleted automatically
  • C Key becomes invalid
  • D Key requires re-enabling
Explanation When a service account is disabled, all keys associated with it immediately become invalid and cannot be used.
Q259

Which service provides managed, scalable serverless event-driven architecture?

  • A Cloud Functions
  • B App Engine
  • C Compute Engine
  • D Cloud Storage
Explanation Cloud Functions allows execution in response to events; others do not focus on event-driven models.
Q260

A company needs to run workloads in multiple regions while minimizing latency. What should they consider?

  • A Global Load Balancer
  • B VPC Peering
  • C Cloud Pub/Sub
  • D Cloud Storage
Explanation A Global Load Balancer optimizes requests across regions; others do not address multi-region latency directly.