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 381–390 of 498

Q381

You are configuring CI/CD using Google Cloud Build. What does it produce upon a successful execution?

  • A Artifact results
  • B Execution report
  • C Deployment logs
  • D Status notifications
Explanation Cloud Build primarily generates artifacts as output, not just logs or status updates alone.
Q382

Which GCP service is used for serverless computing?

  • A Cloud Functions
  • B Compute Engine
  • C Cloud Storage
  • D App Engine
Explanation Cloud Functions enables event-driven, serverless computing, unlike the other options which require more management or aren't serverless.
Q383

A company needs to analyze a large dataset in real-time. Which GCP product would you recommend?

  • A Google BigQuery
  • B Cloud Spanner
  • C Pub/Sub
  • D Cloud SQL
Explanation BigQuery is optimized for large-scale analytics in real-time; others are not designed specifically for large dataset analytics.
Q384

What happens when you set a service account key to expire?

  • A No effect, continues to work
  • B Service account becomes inactive
  • C Temporary logout, requires re-authentication
  • D Access is revoked after expiration
Explanation When a service account key expires, all access tokens issued by it will be revoked, while other options misinterpret the expiration implications.
Q385

Which service allows management of Kubernetes clusters in GCP?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Cloud Run
  • D App Engine
Explanation Google Kubernetes Engine is specifically designed for Kubernetes management, while others serve different functions.
Q386

A company needs a messaging service that supports asynchronous communication between microservices. Which Google Cloud service should they use?

  • A Pub/Sub
  • B Cloud SQL
  • C Firestore
  • D Cloud Storage
Explanation Pub/Sub is built for asynchronous messaging, unlike the other storage and database options.
Q387

What happens when you set a Cloud IAM policy with an explicit 'deny' for a resource?

  • A Access is allowed by default
  • B Access is explicitly denied
  • C Access depends on resource type
  • D Access is granted if user has roles
Explanation An explicit deny will override any allows, depriving access unequivocally.
Q388

Which service is best for deploying microservices on Google Cloud?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Cloud Run
Explanation Google Kubernetes Engine is optimized for managing containers, making it best for microservices.
Q389

A company needs to provide users access to a shared file stored on Cloud Storage. What is the best method for granting access?

  • A Use a service account
  • B Generate a signed URL
  • C Set public access on the bucket
  • D Share IAM roles with users
Explanation Generating a signed URL allows temporary access without exposing the entire bucket.
Q390

You are configuring IAM policies for a project. If a user has conflicting permissions from different roles, what will happen?

  • A The most permissive role wins
  • B Access is denied entirely
  • C Permissions are cumulative
  • D Only organization-level permissions apply
Explanation IAM policies are additive, meaning more permissions take precedence over restrictions.