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 321–330 of 498

Q321

You are configuring IAM roles for a GCP project. What happens when you assign a role with `serviceAccount.user` permissions?

  • A User accesses service account securely
  • B Service account privileges are revoked
  • C User cannot use the service account
  • D User can manage service accounts
Explanation `serviceAccount.user` allows users to act on behalf of the service account, while the other options misinterpret the role's permissions.
Q322

Which service offers serverless computing on Google Cloud?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Functions provides event-driven serverless computing, while the other options require server management.
Q323

A company needs to analyze big data with SQL-like syntax. Which Google Cloud service should they use?

  • A BigQuery
  • B Cloud SQL
  • C Cloud Spanner
  • D Dataflow
Explanation BigQuery is designed for large-scale analytics using SQL, unlike the others which fulfill different purposes.
Q324

What happens when you enable a firewall rule in GCP?

  • A Blocks all traffic immediately
  • B Allows all traffic by default
  • C Deny traffic matching the rule
  • D Only allows specified traffic
Explanation Enabling a firewall rule allows only specified traffic, while the other options misinterpret how firewall rules function.
Q325

Which service provides real-time data processing in GCP?

  • A Cloud Pub/Sub
  • B Cloud Storage
  • C BigQuery
  • D Cloud Functions
Explanation Cloud Pub/Sub supports real-time messaging; others do not focus on real-time processing.
Q326

A company needs to manage access to its resources efficiently. Which GCP feature should they implement?

  • A Service Accounts
  • B VPC Peering
  • C Cloud Spanner
  • D Cloud IAM
Explanation Cloud IAM offers comprehensive identity and access management features; the other options serve different purposes.
Q327

What happens when a VM instance is stopped in GCP?

  • A Data is permanently lost
  • B Resources are released and stored
  • C Instance is deleted automatically
  • D Billing continues during stopped state
Explanation Stopping a VM releases resources, but the instance configuration is preserved; others incorrectly imply data loss or ongoing billing.
Q328

Which service allows you to automate infrastructure deployment?

  • A Cloud Deployment Manager
  • B Cloud Functions
  • C Cloud Pub/Sub
  • D Cloud Storage
Explanation Cloud Deployment Manager is designed for automating infrastructure, whereas the others serve different purposes such as event-driven execution or storage.
Q329

A company needs to store large volumes of asynchronous logs for analysis without immediate access. Which Google Cloud service should they choose?

  • A BigQuery
  • B Cloud Storage
  • C Cloud SQL
  • D Cloud Pub/Sub
Explanation Cloud Storage is optimal for storing large volumes of data, while BigQuery is suited for analysis, and Cloud SQL and Pub/Sub are for structured data and messaging, respectively.
Q330

What happens when using VPC peering with overlapping IP ranges?

  • A Traffic routes through both VPCs
  • B Peering establishes successfully
  • C Connection will fail
  • D Virtual machines become unreachable
Explanation VPC peering fails with overlapping IP ranges to prevent routing conflicts; the others do not accurately describe the behavior.