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 61–70 of 498

Q61

Which service provides a fully managed NoSQL database in Google Cloud?

  • A Cloud Firestore
  • B Cloud Spanner
  • C Cloud Memorystore
  • D BigQuery
Explanation Cloud Firestore is designed for NoSQL, while others serve different purposes.
Q62

A company needs to grant temporary access to a freelancer for a specific Google Cloud resource. What should they use?

  • A IAM Roles
  • B Service Accounts
  • C Access Control Lists
  • D Federated Identity
Explanation IAM Roles allow for temporary permission grants, unlike the others.
Q63

You are configuring a virtual machine in Google Cloud. What happens if the VM is stopped and then restarted?

  • A IP address remains the same
  • B Disk data is deleted
  • C New VM instance is created
  • D Static external IP is preserved
Explanation A stopped VM retains its internal IP but may lose the external IP unless assigned statically.
Q64

Which Google Cloud service can provide real-time data processing?

  • A Dataflow
  • B Dataproc
  • C BigQuery
  • D Cloud Storage
Explanation Dataflow is designed for real-time data processing, while Dataproc is for batch processing, BigQuery for analytics, and Cloud Storage for object storage.
Q65

A company needs to enforce fine-grained access control to their Cloud Storage buckets. Which IAM feature should they use?

  • A IAM Roles
  • B Service Accounts
  • C Bucket Policies
  • D VPC Service Controls
Explanation IAM Roles allow for granular permissions, while Bucket Policies are less flexible, and Service Accounts are for identity, not access control.
Q66

You are configuring a Kubernetes cluster in GKE and need to ensure nodes can auto-repair themselves. Which feature should you enable?

  • A Node Pool Autoscaler
  • B Auto-upgrade
  • C Node Auto-repair
  • D Pod Disruption Budget
Explanation Node Auto-repair is specifically for self-repairing nodes; the other options do not address node health and repairs directly.
Q67

Which Google Cloud service provides container orchestration?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Compute Engine
  • D Cloud Run
Explanation Google Kubernetes Engine is designed for container orchestration; others have different purposes.
Q68

A company needs to manage user access based on job roles effectively. What should they use?

  • A Cloud Identity
  • B Cloud IAM Roles
  • C Cloud Functions
  • D Firestore Security Rules
Explanation Cloud IAM Roles provide role-based access control, while others do not manage access directly.
Q69

You are configuring a Cloud Pub/Sub topic. What happens to messages if no subscribers are active?

  • A Messages are lost
  • B Messages are stored temporarily
  • C Messages are immediately delivered
  • D Messages are converted to files
Explanation Messages are stored temporarily until subscribers receive them; others do not accurately describe this behavior.
Q70

Which service allows you to run containers without managing infrastructure?

  • A Google Kubernetes Engine
  • B Cloud Run
  • C Compute Engine
  • D App Engine
Explanation Cloud Run enables serverless execution of containers, whereas the others require managing some infrastructure.