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 191–200 of 498

Q191

A company needs to quickly analyze large data sets in real-time. Which service should they use?

  • A BigQuery
  • B Cloud Pub/Sub
  • C Dataproc
  • D Cloud Functions
Explanation BigQuery is optimized for real-time analytics on large volumes of data, unlike the other options.
Q192

What happens when you apply an IAM policy that denies all users access to a specific resource?

  • A Access is granted to all users
  • B Only specified users retain access
  • C All users are denied access
  • D No effect on permissions
Explanation IAM policies that deny permissions override any allow permission, denying all users access.
Q193

Which service is best for serverless background processing?

  • A Cloud Functions
  • B Cloud Run
  • C Compute Engine
  • D App Engine
Explanation Cloud Functions is specifically designed for event-driven, serverless processing, whereas the others are not solely focused on background tasks.
Q194

A company needs to grant temporary access to a third-party vendor for its GCP resources. What is the best approach?

  • A Use an IAM role with policies
  • B Share service account key
  • C Create a public access bucket
  • D Add them to the billing account
Explanation Using an IAM role with specific policies allows for controlled and temporary access, while the other options compromise security.
Q195

What happens when you upgrade a Cloud SQL instance to a new version?

  • A Instant upgrade without downtime
  • B Automatic backup created beforehand
  • C Data is lost during the upgrade
  • D Only minor versions can be upgraded
Explanation An automatic backup is created before an upgrade to prevent data loss, while other options either misrepresent the process or are incorrect.
Q196

Which service can automatically scale based on demand?

  • A Google Kubernetes Engine
  • B Google Cloud Functions
  • C Google Cloud SQL
  • D Google Cloud Storage
Explanation Google Kubernetes Engine can manage scaling, while others lack auto-scaling for container orchestration.
Q197

A company needs to ensure its API is protected from DDoS attacks. Which service should they implement?

  • A Google Cloud Armor
  • B Google Cloud CDN
  • C Google Identity Platform
  • D Google Cloud Pub/Sub
Explanation Google Cloud Armor provides DDoS protection; the others serve different purposes.
Q198

You are configuring IAM roles in your project. What happens if a user has both a basic role and a custom role?

  • A Custom role permissions override basic.
  • B Basic role permissions override custom.
  • C Both roles are ineffective.
  • D Permissions are combined.
Explanation Permissions from both roles are evaluated and combined, granting all.
Q199

Which service is best suited for serverless computing in GCP?

  • A Cloud Functions
  • B Compute Engine
  • C Kubernetes Engine
  • D Cloud Storage
Explanation Cloud Functions enable event-driven serverless applications; others require infrastructure management.
Q200

A company needs to analyze streaming data in real-time. Which GCP service should they use?

  • A BigQuery
  • B Dataflow
  • C Cloud SQL
  • D Cloud Spanner
Explanation Dataflow is designed for real-time stream processing; BigQuery is for batch analytics.