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 81–90 of 498

Q81

What happens when you delete a Google Cloud Bucket without enabling versioning?

  • A Data is permanently lost
  • B Bucket becomes inactive
  • C Data is moved to trash
  • D Bucket automatically restores
Explanation Deleting a bucket without versioning results in permanent data loss, as there is no recovery process available.
Q82

Which service is best for serverless data processing?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Functions provides a serverless execution environment, unlike the others which require more management.
Q83

A company needs a highly available database solution with global replication. Which service should they choose?

  • A Cloud Firestore
  • B Cloud Memorystore
  • C Cloud SQL
  • D Bigtable
Explanation Cloud Firestore offers global replication and high availability, while the others do not meet these criteria adequately.
Q84

What happens when you promote a read replica to a master in Cloud SQL?

  • A Data is lost from replica
  • B Replication halts temporarily
  • C New master assumes write operations
  • D All replicas become read-write
Explanation Promoting a read replica allows it to handle write operations as the new master, while the other options do not reflect the correct behavior.
Q85

Which service is best for serverless computing in GCP?

  • A Google Cloud Functions
  • B Google Kubernetes Engine
  • C Google Compute Engine
  • D Google App Engine
Explanation Google Cloud Functions is designed for serverless execution, while others require infrastructure management.
Q86

A company needs to back up its data regularly with minimal downtime. What should they implement?

  • A VM Snapshots
  • B Data Transfer Appliance
  • C Cloud Pub/Sub
  • D Cloud SQL
Explanation VM Snapshots allow for quick backups with minimal impact on VM operations; others do not focus on minimal downtime.
Q87

You are configuring VPC peering between two projects. What happens when you delete the peering?

  • A Resources become unreachable
  • B Traffic continues to flow
  • C Both projects merge
  • D Cloud Router configuration is lost
Explanation Deleting the peering disconnects the VPC network and makes resources unreachable; the other options are incorrect as they misinterpret the consequences of deletion.
Q88

Which service would you use for managing Kubernetes clusters?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Compute Engine
  • D Cloud Run
Explanation Google Kubernetes Engine is specifically designed for orchestrating Kubernetes clusters, while the others serve different purposes.
Q89

A company needs to log edge caching events in Chrome to a centralized location. Which service should they use?

  • A Cloud Pub/Sub
  • B Cloud Logging
  • C Dataflow
  • D Firebase Analytics
Explanation Cloud Logging allows for centralized logging, whereas the other options serve different logging or data-processing functions.
Q90

What happens when you set a VM instance’s boot disk to be read-only?

  • A You cannot write any data.
  • B The VM won't start.
  • C It affects only metadata.
  • D Only certain files become read-only.
Explanation Setting the boot disk to read-only prohibits any write operations, while the other statements are misleading.