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 71–80 of 498

Q71

A company needs to store large datasets with concurrent access. What should they use?

  • A Cloud SQL
  • B Cloud Storage
  • C Spanner
  • D Bigtable
Explanation Spanner supports strong consistency and horizontal scalability, which is ideal for large datasets with concurrency.
Q72

What happens when a Compute Engine VM's persistent disk is resized?

  • A The VM restarts automatically
  • B Data is deleted during resize
  • C Disk must be formatted again
  • D Volume becomes available immediately
Explanation Resizing a persistent disk makes it available immediately without losing any data.
Q73

Which service is best for real-time data analytics?

  • A BigQuery
  • B Cloud Storage
  • C Cloud Functions
  • D Cloud Pub/Sub
Explanation BigQuery is optimized for real-time data analytics, while the others serve different purposes such as storage or messaging.
Q74

A company needs to securely store sensitive customer data in compliance with regulations. Which storage option should they use?

  • A Google Cloud Storage Standard
  • B Google Cloud Firestore
  • C Google Cloud SQL with encryption
  • D Google Cloud Spanner
Explanation Google Cloud SQL with encryption offers enhanced security and compliance for sensitive data compared to other options.
Q75

What happens when you assign a more permissive IAM role to a user who already has a restrictive role?

  • A User's permissions remain unchanged
  • B User gains additional permissions
  • C User loses all previous permissions
  • D User can only access one service
Explanation IAM is additive, so the user retains both roles' permissions.
Q76

Which Google Cloud service provides managed relational databases?

  • A Cloud SQL
  • B Cloud Storage
  • C Cloud Functions
  • D Cloud Run
Explanation Cloud SQL offers fully managed relational databases; others do not focus on databases.
Q77

A company needs to limit a service account to access only specific GCP resources. What is the best approach?

  • A Use IAM roles based on best practices.
  • B Assign it to all resources available.
  • C Set it as an Organization Admin.
  • D Disable access logging for efficiency.
Explanation Using IAM roles ensures least privilege access; the others grant excessive permissions.
Q78

What happens when you configure a GCP Network Load Balancer with multiple backend services?

  • A Traffic routes to the least loaded.
  • B Requests only go to primary backend.
  • C Distribution based on IP addresses.
  • D Load balanced across backends.
Explanation A Network Load Balancer distributes traffic across multiple backends; other options misrepresent behavior.
Q79

Which service allows real-time data processing in Google Cloud?

  • A Cloud Functions
  • B Cloud Dataflow
  • C App Engine
  • D Cloud Storage
Explanation Cloud Dataflow is specifically designed for real-time data processing, while the others serve different purposes.
Q80

A company needs to segregate access to resources within a project. Which method should they use?

  • A Service Accounts
  • B IAM Roles
  • C Cloud Storage ACLs
  • D VPC Network
Explanation IAM Roles assign specific permissions to users and groups, allowing access segregation, while the others do not focus on user access control in this manner.