← GCP Professional Cloud Architect · GCP PCA Beginner

GCP Professional Cloud Architect Beginner Quiz

Learning Objectives

Understand GCP core services, architecture principles, and basic cloud design patterns.

GCP Professional Cloud Architect certification badge
Time left --:--:--
Question 1 / 60 · 60 unanswered
Question 1 of 60
A company wants to run a web application on Google Cloud that automatically scales to handle variable traffic, with no server management overhead. Which compute option best meets these requirements? (Google Cloud Professional Cloud Architect exam guide, 2023)
1 / 60
Question 2 of 60
Your organization stores sensitive customer data in Cloud Storage buckets and must prevent data exfiltration to unauthorized Google Cloud projects. Which control is most appropriate? (Google Cloud Professional Cloud Architect, 2023)
2 / 60
Question 3 of 60
A retail company needs a managed relational database that supports ACID transactions, automatic replication across multiple regions, and can handle millions of reads per second. Which Google Cloud service should they use? (Google Cloud Professional Cloud Architect, 2023)
3 / 60
Question 4 of 60
An organization is designing a data pipeline that ingests streaming event data from IoT devices, processes it in real time, and loads results into BigQuery for analysis. Which fully managed Google Cloud service handles the stream processing step? (Google Cloud Professional Cloud Architect, 2023)
4 / 60
Question 5 of 60
A startup wants to store and query JSON documents representing user profiles without defining a schema upfront, with automatic scaling and multi-region replication. Which Google Cloud database is most appropriate? (Google Cloud Professional Cloud Architect, 2023)
5 / 60
Question 6 of 60
A company migrating from on-premises to Google Cloud wants to connect their existing data center to Google Cloud with a dedicated, private connection that doesn't traverse the public internet. Which product provides this? (Google Cloud Professional Cloud Architect, 2023)
6 / 60
Question 7 of 60
Your application runs on Compute Engine and must access a Cloud Storage bucket securely without using service account keys stored in code or environment variables. What is the recommended approach? (Google Cloud Professional Cloud Architect, 2023)
7 / 60
Question 8 of 60
An e-commerce company needs to cache frequently accessed product data close to users globally to reduce latency and backend load. Which Google Cloud service should they add to their architecture? (Google Cloud Professional Cloud Architect, 2023)
8 / 60
Question 9 of 60
A healthcare company must ensure all data stored in Google Cloud remains within the European Union for regulatory compliance. Which Cloud Storage configuration enforces this? (Google Cloud Professional Cloud Architect, 2023)
9 / 60
Question 10 of 60
A company wants to analyze petabytes of sales data using standard SQL without managing any infrastructure. Which Google Cloud product is designed for this use case? (Google Cloud Professional Cloud Architect, 2023)
10 / 60
Question 11 of 60
An operations team needs to monitor Compute Engine VM metrics, set alerting thresholds, and create dashboards across multiple projects from a single console. Which Google Cloud product provides this capability? (Google Cloud Professional Cloud Architect, 2023)
11 / 60
Question 12 of 60
Your company needs to deploy containerized microservices that communicate with each other over a private network, require automatic service discovery, and use Kubernetes APIs. Which Google Cloud service is most appropriate? (Google Cloud Professional Cloud Architect, 2023)
12 / 60
Question 13 of 60
A company wants to prevent any Google Cloud project in their organization from having a Cloud Storage bucket accessible to the public internet (allUsers or allAuthenticatedUsers). What is the best approach? (Google Cloud Professional Cloud Architect, 2023)
13 / 60
Question 14 of 60
An application needs to process tasks asynchronously and reliably, ensuring no messages are lost if the processing service is temporarily unavailable. Which Google Cloud service is most appropriate? (Google Cloud Professional Cloud Architect, 2023)
14 / 60
Question 15 of 60
A team is deploying an application to Cloud Run and needs the service to access a Cloud SQL database securely without exposing the database to the internet. What is the recommended connection method? (Google Cloud Professional Cloud Architect, 2023)
15 / 60
Question 16 of 60
Your company wants to implement infrastructure as code for all Google Cloud resources to enable repeatable deployments and version control of infrastructure. Which Google-native tool is most appropriate? (Google Cloud Professional Cloud Architect, 2023)
16 / 60
Question 17 of 60
A SaaS company provides different service tiers (free, professional, enterprise) from the same application. They need resource isolation between tiers. What Google Cloud organizational structure best supports this? (Google Cloud Professional Cloud Architect, 2023)
17 / 60
Question 18 of 60
An architect needs to design a solution where multiple services write events to a central stream, and multiple consumer applications independently read those events at their own pace. Which Google Cloud product provides this publish-subscribe pattern? (Google Cloud Professional Cloud Architect, 2023)
18 / 60
Question 19 of 60
A company needs to encrypt data in Cloud Storage using encryption keys that they manage and rotate themselves, rather than Google-managed keys. Which feature provides this? (Google Cloud Professional Cloud Architect, 2023)
19 / 60
Question 20 of 60
A development team wants to build and deploy a new version of their application without taking down the current version, with the ability to roll back instantly if issues are detected. Which deployment strategy achieves this on Cloud Run? (Google Cloud Professional Cloud Architect, 2023)
20 / 60
Question 21 of 60
A company is concerned about insider threats and wants to ensure that even privileged Google Cloud administrators cannot access customer data stored in Cloud Spanner without explicit customer approval. Which feature supports this? (Google Cloud Professional Cloud Architect, 2023)
21 / 60
Question 22 of 60
Your organization wants to centrally manage and enforce security policies — such as disabling serial port access on VMs and requiring HTTPS-only load balancers — across all projects in the organization. Which mechanism achieves this? (Google Cloud Professional Cloud Architect, 2023)
22 / 60
Question 23 of 60
A team needs a fully managed workflow orchestration service to coordinate multi-step data pipelines with retries, conditional branching, and scheduling. Which Google Cloud service is most appropriate? (Google Cloud Professional Cloud Architect, 2023)
23 / 60
Question 24 of 60
A financial services company must archive all Cloud Audit Logs for seven years for regulatory compliance and make them immutable after writing. Which design pattern achieves this? (Google Cloud Professional Cloud Architect, 2023)
24 / 60
Question 25 of 60
A team wants to discover, classify, and protect sensitive data (PII, financial information) stored across Cloud Storage and BigQuery. Which Google Cloud service performs this? (Google Cloud Professional Cloud Architect, 2023)
25 / 60
Question 26 of 60
Your application on Compute Engine needs to be protected from DDoS attacks and web application exploits such as SQL injection and cross-site scripting. Which Google Cloud service provides this protection? (Google Cloud Professional Cloud Architect, 2023)
26 / 60
Question 27 of 60
A company runs a three-tier application (web, application, database) on Compute Engine. They want to ensure that the database tier is not reachable from the internet. Which network design achieves this? (Google Cloud Professional Cloud Architect, 2023)
27 / 60
Question 28 of 60
Your company needs to build a recommendation engine that uses machine learning. They want to use a pre-built ML model without building or training their own. Which Google Cloud service offers pre-trained recommendation capabilities? (Google Cloud Professional Cloud Architect, 2023)
28 / 60
Question 29 of 60
An architect is designing a globally distributed application that must remain available even if an entire Google Cloud region becomes unavailable. What infrastructure design achieves this? (Google Cloud Professional Cloud Architect, 2023)
29 / 60
Question 30 of 60
A startup needs to run code in response to HTTP requests without provisioning or managing servers, and they want to pay only for execution time. Which Google Cloud service fits this need? (Google Cloud Professional Cloud Architect, 2023)
30 / 60
Question 31 of 60
A company wants to give external partners read-only access to specific objects in a Cloud Storage bucket for a limited time, without creating Google accounts for the partners. Which mechanism enables this? (Google Cloud Professional Cloud Architect, 2023)
31 / 60
Question 32 of 60
Your organization uses Active Directory for identity management and wants employees to use their existing AD credentials to access Google Cloud resources without creating separate Google accounts. What solution supports this? (Google Cloud Professional Cloud Architect, 2023)
32 / 60
Question 33 of 60
A team needs to deploy a stateful application (like a database) in Kubernetes that requires stable network identities and persistent storage even after pod restarts. Which Kubernetes workload type is appropriate? (Google Cloud Professional Cloud Architect, 2023)
33 / 60
Question 34 of 60
Your Cloud Run service needs to read secrets (API keys, database passwords) at runtime without hardcoding them in environment variables or container images. What is the recommended approach? (Google Cloud Professional Cloud Architect, 2023)
34 / 60
Question 35 of 60
A company wants to enforce that all VMs in a project use OS Login for SSH access, eliminating the need to manage SSH keys in project or instance metadata. Which organization policy constraint enforces this? (Google Cloud Professional Cloud Architect, 2023)
35 / 60
Question 36 of 60
A data engineer needs to move data from an on-premises Oracle database to Cloud SQL for PostgreSQL as part of a migration. Which Google Cloud service is designed for this type of database migration? (Google Cloud Professional Cloud Architect, 2023)
36 / 60
Question 37 of 60
A team is designing a microservices architecture and needs service-to-service authentication where services can verify each other's identity without managing shared secrets. Which Google Cloud approach achieves this? (Google Cloud Professional Cloud Architect, 2023)
37 / 60
Question 38 of 60
Your company stores 10 TB of infrequently accessed log data in Cloud Storage and wants to minimize storage costs while retaining access within seconds when needed. Which storage class is most cost-effective? (Google Cloud Professional Cloud Architect, 2023)
38 / 60
Question 39 of 60
An organization wants to prevent any Compute Engine instance in a project from being assigned an external IP address. Which control achieves this? (Google Cloud Professional Cloud Architect, 2023)
39 / 60
Question 40 of 60
A startup wants to quickly build and deploy a mobile backend with user authentication, a NoSQL database, and serverless functions, using Google's integrated platform. Which Google Cloud product set is most appropriate? (Google Cloud Professional Cloud Architect, 2023)
40 / 60
Question 41 of 60
A company's Cloud Run service receives traffic spikes that exceed its default concurrency and instance limits. What setting controls how many simultaneous requests a single Cloud Run instance can handle? (Google Cloud Professional Cloud Architect, 2023)
41 / 60
Question 42 of 60
A team wants to run machine learning training jobs on large GPU clusters without managing the underlying infrastructure. Which Google Cloud service is most appropriate? (Google Cloud Professional Cloud Architect, 2023)
42 / 60
Question 43 of 60
Your Dataflow pipeline is failing because the pipeline cannot write to BigQuery fast enough, causing a backlog in the streaming buffer. What is the most appropriate solution? (Google Cloud Professional Cloud Architect, 2023)
43 / 60
Question 44 of 60
A company wants to manage multiple Google Cloud environments (development, staging, production) with strict separation of access controls and billing. Which organizational structure best supports this? (Google Cloud Professional Cloud Architect, 2023)
44 / 60
Question 45 of 60
An architect is designing a system that must process 100,000 small transactions per second with low latency and guarantee no duplicate payments. Which Google Cloud database supports ACID transactions at this scale? (Google Cloud Professional Cloud Architect, 2023)
45 / 60
Question 46 of 60
A company wants to migrate a legacy monolithic application to Google Cloud with minimal re-architecture in the first phase. Which compute option allows 'lift and shift' of VMs with the least effort? (Google Cloud Professional Cloud Architect, 2023)
46 / 60
Question 47 of 60
Your application needs low-latency access to frequently accessed data, and you want a managed in-memory data store compatible with Redis. Which Google Cloud service provides this? (Google Cloud Professional Cloud Architect, 2023)
47 / 60
Question 48 of 60
A team needs to provide a unified SQL interface over multiple data sources (Cloud Storage, BigQuery, Cloud Spanner, and on-premises databases) without moving the data. Which Google Cloud feature enables federated querying? (Google Cloud Professional Cloud Architect, 2023)
48 / 60
Question 49 of 60
A company wants to ensure that their Google Kubernetes Engine (GKE) cluster nodes are not accessible from the internet and that all master-to-node communication is private. Which GKE configuration achieves this? (Google Cloud Professional Cloud Architect, 2023)
49 / 60
Question 50 of 60
An operations team wants to be alerted when the 99th percentile latency of their Cloud Run service exceeds 500ms for more than 5 minutes. Which combination of Google Cloud tools achieves this? (Google Cloud Professional Cloud Architect, 2023)
50 / 60
Question 51 of 60
Your company processes sensitive medical records and must meet HIPAA requirements on Google Cloud. What is the first step in establishing HIPAA compliance? (Google Cloud Professional Cloud Architect, 2023)
51 / 60
Question 52 of 60
A company wants to deploy a third-party application from the Google Cloud Marketplace without writing any deployment code. Which Cloud Marketplace feature enables this? (Google Cloud Professional Cloud Architect, 2023)
52 / 60
Question 53 of 60
A team wants to enable developers to deploy code changes to Cloud Run automatically whenever they push to their Git repository. Which Google Cloud service provides this CI/CD pipeline? (Google Cloud Professional Cloud Architect, 2023)
53 / 60
Question 54 of 60
A company needs to transfer 500 TB of data from AWS S3 to Cloud Storage as quickly as possible. Which Google Cloud service optimizes large-scale data transfers from other cloud providers? (Google Cloud Professional Cloud Architect, 2023)
54 / 60
Question 55 of 60
What is the purpose of a VPC in Google Cloud and how does it differ from a traditional data center network? (Google Cloud Professional Cloud Architect, 2023)
55 / 60
Question 56 of 60
Your company wants to use a single set of shared networking resources (VPC, subnets, firewall rules) across multiple Google Cloud projects to centralize network management. Which feature enables this? (Google Cloud Professional Cloud Architect, 2023)
56 / 60
Question 57 of 60
A developer needs to build an application that reacts to changes in a Cloud Firestore collection and performs actions (like sending email or updating another system) in real time. Which architecture accomplishes this? (Google Cloud Professional Cloud Architect, 2023)
57 / 60
Question 58 of 60
A company plans to use Google Kubernetes Engine for production workloads. They want Google to manage the Kubernetes control plane and node infrastructure automatically, with per-pod billing. Which GKE mode delivers this? (Google Cloud Professional Cloud Architect, 2023)
58 / 60
Question 59 of 60
A company wants to centralize security findings from Cloud Security Command Center, third-party tools, and custom detectors into a single pane of glass for their security operations team. Which Google Cloud feature supports ingesting external findings? (Google Cloud Professional Cloud Architect, 2023)
59 / 60
Question 60 of 60
What is the primary difference between Cloud Storage Object Versioning and Object Lifecycle Management? (Google Cloud Professional Cloud Architect, 2023)
60 / 60