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 281–290 of 498

Q281

A company needs to run batch processing jobs periodically. What would you recommend?

  • A Google App Engine
  • B Cloud Scheduler with Cloud Functions
  • C Cloud Storage
  • D Dataflow using Pub/Sub
Explanation Cloud Scheduler can trigger Cloud Functions at specified times for batch jobs.
Q282

What happens when you assign different IAM roles to users at various hierarchy levels?

  • A Roles are cumulative only at project level
  • B Roles overwrite based on specific permissions
  • C Roles are combined across hierarchy levels
  • D Roles apply only to individual resources
Explanation IAM roles are cumulative, thus permissions from all applied roles are combined.
Q283

Which service should you use for serverless SQL databases?

  • A Cloud SQL
  • B BigQuery
  • C Cloud Spanner
  • D Cloud Datastore
Explanation Cloud SQL supports serverless SQL databases, while others serve different purposes.
Q284

A company needs to ensure their VM instances can be restarted in a different region after a failure. What should they use?

  • A Zonal Compute Engine
  • B Regional Managed Instance Groups
  • C BigQuery
  • D Persistent Disks
Explanation Regional Managed Instance Groups allow VMs to be distributed across multiple zones in a region for high availability.
Q285

What happens when you set a custom IAM role with no permissions assigned?

  • A User gains view-only access
  • B User retains all original permissions
  • C User has no permissions
  • D User can manage all resources
Explanation A custom role with no permissions grants no access to resources.
Q286

Which service allows you to create managed Kubernetes clusters on Google Cloud?

  • A Cloud Functions
  • B Cloud Run
  • C Google Kubernetes Engine (GKE)
  • D Compute Engine
Explanation GKE specifically manages Kubernetes clusters; the others do not provide this functionality.
Q287

A company needs to store large amounts of unstructured data. What is the most cost-effective Google Cloud storage option?

  • A Filestore
  • B Cloud Storage Nearline
  • C Cloud Storage Archive
  • D Cloud Storage Standard
Explanation Cloud Storage Archive is designed for long-term storage and is the most cost-effective option described.
Q288

You are configuring IAM roles for a multi-environment Google Cloud project. What happens if a user has roles assigned both at the project and folder levels?

  • A Only project-level roles are used
  • B Only folder-level roles are used
  • C Both roles are consolidated
  • D Higher privilege between the two is granted
Explanation The more privileged role takes precedence, granting the user the highest level of access.
Q289

Which service is best for building microservices on GCP?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Cloud Run
  • D App Engine
Explanation Cloud Run is optimized for microservices, whereas the others serve different purposes.
Q290

A company needs to store sensitive customer data on GCP. Which option ensures maximum data privacy compliance?

  • A Use Cloud Storage without encryption
  • B Use Cloud SQL with encryption
  • C Use BigQuery with public datasets
  • D Use persistent disks without IAM roles
Explanation Cloud SQL with encryption ensures data is stored securely, unlike the other options.