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 11–20 of 498

Q11

A company needs to analyze large datasets efficiently on Google Cloud. Which service should they choose for advanced analytics without worrying about infrastructure management?

  • A BigQuery
  • B Cloud SQL
  • C Dataproc
  • D Cloud Spanner
Explanation BigQuery is designed for serverless analytics of large datasets; the other options involve more management overhead.
Q12

You are configuring a private cluster in GKE. What happens if you enable the Private Google Access feature?

  • A Nodes cannot access Google APIs.
  • B Nodes gain access to Google APIs.
  • C Public IP addresses are required.
  • D Cluster will be open to internet.
Explanation Enabling Private Google Access allows cluster nodes to access Google APIs without external IPs, ensuring secure communication.
Q13

Which service is primarily used for serverless compute in Google Cloud?

  • A Cloud Functions
  • B App Engine
  • C Compute Engine
  • D Cloud Run
Explanation Cloud Functions offers a serverless environment, unlike the other options that either require or allow for managing servers.
Q14

A company needs to store large amounts of unstructured data with low access frequency. Which Google Cloud service should they choose?

  • A Cloud Spanner
  • B Cloud Storage Coldline
  • C BigQuery
  • D Cloud SQL
Explanation Cloud Storage Coldline is designed for infrequent access, while others are either for structured data or more frequent access.
Q15

What happens when you set an IAM policy with a Deny rule?

  • A It overrides Allow rules
  • B It has no effect
  • C It only applies to new users
  • D It creates a conflict with role permissions
Explanation Deny rules take precedence over Allow rules, making option A correct and others incorrect regarding IAM behavior.
Q16

Which service is best for serverless computing?

  • A Cloud Functions
  • B Compute Engine
  • C Kubernetes Engine
  • D Cloud Storage
Explanation Cloud Functions provides a serverless environment, while others require provisioning servers.
Q17

A company needs to securely manage access levels for different users in a multi-project environment. What should they use?

  • A Service Accounts
  • B IAM Roles
  • C Cloud Policies
  • D Resource Manager
Explanation IAM Roles allow granular access management for users across projects, unlike the other options.
Q18

What happens when a VM instance on Google Compute Engine exceeds its resource quota?

  • A The instance will be halted automatically
  • B The instance will crash immediately
  • C New instances cannot be created
  • D Performance will not be affected
Explanation Exceeding the resource quota prevents creating additional resources, but does not immediately affect existing instances.
Q19

Which Google Cloud service automates the deployment of applications?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Cloud Run
Explanation App Engine automates application deployment; the others require more manual setup.
Q20

A healthcare company needs to analyze patient data securely while complying with HIPAA. What should they use?

  • A BigQuery without encryption
  • B Cloud SQL with private IP
  • C Cloud Storage with public access
  • D Data Loss Prevention API
Explanation Cloud SQL with private IP meets HIPAA, while others do not ensure secure access.