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 361–370 of 498

Q361

Which service is best for automating infrastructure deployments?

  • A Cloud Deployment Manager
  • B Cloud Functions
  • C Cloud DNS
  • D Cloud Firestore
Explanation Cloud Deployment Manager allows infrastructure automation, while others serve different functions.
Q362

A company needs to securely connect on-premise applications to their GCP services. What should they use?

  • A Cloud VPN
  • B Cloud Pub/Sub
  • C Cloud Dataflow
  • D Cloud Run
Explanation Cloud VPN establishes secure connections between on-premises and GCP.
Q363

What happens when you enable Object Versioning in Cloud Storage?

  • A All previous versions are deleted.
  • B Previous file versions are retained.
  • C Costs increase to very high levels.
  • D Access to objects becomes read-only.
Explanation Object Versioning keeps all previous versions of a file, enabling recovery.
Q364

A company needs to deploy a multi-regional application with minimal latency for users in different geographical locations. Which Google Cloud service should they use?

  • A Cloud CDN
  • B Compute Engine
  • C Cloud Functions
  • D Cloud SQL
Explanation Cloud CDN distributes content across various locations, minimizing latency, while others are focused on compute or database functions.
Q365

What happens when a Google Cloud Storage bucket is configured to have uniform bucket-level access?

  • A Object-level ACLs apply
  • B Only bucket-level IAM policies apply
  • C All users can access objects
  • D Bucket is made private automatically
Explanation Uniform bucket-level access disables object-level permissions, enforcing bucket-level IAM policies instead.
Q366

You are configuring a virtual machine in Google Cloud with preemptible instances. What is a significant consideration regarding these instances?

  • A They cannot be used for any workloads
  • B They can be stopped at any time
  • C They are twice as expensive
  • D They require a minimum of 5 VMs
Explanation Preemptible instances can be stopped by Google Cloud at any moment, unlike regular instances.
Q367

A company needs to create a scalable, serverless solution for event-driven applications. Which service should they use?

  • A Cloud Functions
  • B Compute Engine
  • C Cloud Storage
  • D Cloud Run
Explanation Cloud Functions is specifically designed for event-driven architectures, while Compute Engine and Cloud Run are more suited for containerized or VM solutions, and Cloud Storage is for data storage.
Q368

You are configuring Google Cloud IAM policies for a project. What happens if a user is assigned conflicting roles across different projects?

  • A Conflicting roles cancel each other out
  • B User inherits roles from all projects
  • C Only most permissive role is applied
  • D User has no access at all
Explanation In Google Cloud IAM, a user can inherit roles from multiple projects, and all granted roles are cumulative.
Q369

Which Google Cloud service allows data analytics on both structured and unstructured data with integrated machine learning capabilities?

  • A Bigtable
  • B BigQuery
  • C Cloud Spanner
  • D Cloud Datastore
Explanation BigQuery is designed for analytics on structured data and supports integrated ML features, while the others serve different data handling or storage needs.
Q370

Which service provides serverless computing on Google Cloud?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Functions executes code in response to events, enabling serverless applications; others involve managing servers.