Free Practice · No Signup Required
30 Free GCP GCP-PCA Practice Questions
Real practice questions for the GCP Professional Cloud Architect (GCP-PCA) exam, with answers and detailed explanations. Updated 2026.
Free questions
30
Passing score
Not publicly disclosed (scaled scoring)
Exam time
120 minutes
Question pool
450 Questions
Below are 30 real practice questions for the GCP Professional Cloud Architect (GCP-PCA) exam. Each question shows the correct answer and a detailed explanation when you reveal it. Use these to benchmark your readiness — if you score below 70% on these 30 questions, plan for at least 4 more weeks of study before booking.
GCP-PCA Practice Questions
- FreePracticeQuiz.questionLabelDesigning and planning a cloud solution architectureCase Study: Cymbal Retail. Cymbal wants to modernize its operations by generating product attributes and images from supplier-provided information using Generative AI. They must incorporate a Human-in-the-Loop (HITL) review process before the live catalog (stored in Cloud SQL for MySQL) is updated. Which architecture provides the most scalable, cost-effective, and serverless approach while meeting these exact requirements?AUse Vertex AI Gemini for text and Imagen for image generation. Store intermediate results in Firestore. Deploy a Cloud Run web app for the HITL UI, which upon approval, triggers an Eventarc event to a Cloud Run function to update Cloud SQL.BUse the Cloud Vision API and Cloud Natural Language API. Store the generated content in Cloud Storage. Deploy an App Engine standard app for associates to review content, writing approved changes via Datastream to Cloud SQL.CRun open-source LLMs on a GKE Standard cluster with attached GPUs. Store intermediate generated assets locally on Persistent Disks. Expose a Kubernetes service for associates to review and directly update Cloud SQL via JDBC.DIngest supplier data into BigQuery. Use BigQuery ML to generate text attributes and call Vertex AI Imagen remotely. Use Looker as the HITL UI to review data, and scheduled queries to push approved data to Cloud SQL.
- FreePracticeQuiz.questionLabelDesigning and planning a cloud solution architectureCase Study: KnightMotives Automotive. KnightMotives plans to monetize the vast amounts of telemetry data generated by its autonomous vehicle fleet to finance new technology investments. They need to securely ingest this data from global locations (including rural areas with intermittent connectivity), process it in real-time, and expose specific aggregated datasets to external automotive partners without moving the data. Which combination of services should they implement? (Select 2)AUse Cloud IoT Core with MQTT protocol to buffer data locally on the vehicles during rural disconnects, securely transmitting to Cloud Pub/Sub upon reconnection.BDeploy a global external Application Load Balancer in front of Cloud Run services to act as an ingestion gateway, writing validated payloads directly to Cloud Storage.CPublish the aggregated datasets to BigQuery and securely share them with external partners using Analytics Hub, granting subscribe access to authorized external identities.DUse Pub/Sub to ingest the telemetry data stream and Dataflow to process and clean the data in real-time before writing the aggregated results to BigQuery.EConfigure VPC Service Controls perimeters around BigQuery and export the aggregated data via Cloud Storage signed URLs to external partners.
- FreePracticeQuiz.questionLabelDesigning and planning a cloud solution architectureGuided by the Performance Optimization pillar of the Google Cloud Well-Architected Framework, your enterprise is migrating an intensive high-performance computing (HPC) application. The workload consists of tightly coupled MPI (Message Passing Interface) nodes that require single-digit microsecond latency between instances. The job runs predictably at the end of each month for exactly 48 hours. Which compute deployment strategy guarantees the necessary network performance while optimizing costs?ADeploy the nodes on GKE Autopilot in a single region to ensure dynamic scaling, utilizing Spot Pods to minimize the 48-hour compute costs.BDeploy Compute Engine C2 (Compute-optimized) instances within a single zone using a Compact Placement Policy, and leverage 1-year Committed Use Discounts (CUDs).CDeploy Compute Engine instances using a Spread Placement Policy across multiple zones within the same region to balance high availability and low latency.DDeploy Compute Engine C2 (Compute-optimized) instances within a single zone using a Compact Placement Policy, and provision them on-demand without CUDs.
- FreePracticeQuiz.questionLabelManaging and provisioning a cloud solution infrastructureYour organization is provisioning a multi-cloud network architecture linking Google Cloud with AWS. You need to establish highly available, secure connectivity with a guaranteed throughput of 2 Gbps. You want to minimize hardware procurement lead times and physical cross-connect management overhead. Which provisioning approach best satisfies these requirements?AProvision a Dedicated Interconnect circuit using a colocation facility, configuring BGP over two 10 Gbps physical links.BDeploy a Partner Interconnect connection through a supported service provider, provisioning two 1 Gbps VLAN attachments for high availability.CConfigure an HA VPN over the public internet between Google Cloud Router and AWS Transit Gateway, utilizing multiple aggregated tunnels to achieve the 2 Gbps throughput.DUse Cross-Cloud Network with Network Connectivity Center to automatically provision private fiber lines between the cloud providers without third-party ISPs.
- FreePracticeQuiz.questionLabelManaging and provisioning a cloud solution infrastructureA retail client is managing their expanding global inventory database on Cloud Spanner. The database has grown to 50 TB, but they are observing severe read latency hotspots during flash sales when millions of users repeatedly query the exact same top 10 trending items simultaneously. Which two architectural provisioning strategies should you apply to alleviate these hotspots while maintaining horizontal scalability? (Select 2)AImplement a Memorystore for Redis cache cluster in front of Cloud Spanner to absorb high-frequency read requests for the trending items.BRedesign the Spanner schema to monotonically increase the primary keys of the products table to ensure sequential data distribution.CUse a Spanner bit-reverse sequence or UUID (Universally Unique Identifier) for the primary key of the products table to prevent write hotspots.DProvision a Cloud SQL for PostgreSQL read replica in each region to offload the analytical read queries from the primary Spanner instances.EUtilize Cloud Spanner's built-in query statistics and Key Visualizer to continuously monitor and pinpoint the exact row keys causing the read hotspots.
- FreePracticeQuiz.questionLabelDesigning for security and complianceCase Study: EHR Healthcare. EHR Healthcare hosts highly sensitive Electronic Health Records (EHR) on GKE. To maintain stringent regulatory compliance (HIPAA), they must ensure that pods processing patient records cannot make unauthorized outbound connections to the public internet, while still allowing egress to specific managed Google APIs (e.g., Cloud Storage) without routing over the public internet. How should you design this security control?ADeploy a NAT Gateway on the VPC and configure Kubernetes egress Network Policies to deny all internet-bound traffic except to the NAT IP.BConfigure Private Google Access on the VPC subnet housing the GKE cluster, and implement Kubernetes Network Policies to block all pod egress traffic except to the private.googleapis.com IP range.CEnable VPC Service Controls to create a service perimeter around the GKE cluster, and configure Cloud Armor egress rules to filter malicious outbound requests.DAssign public IP addresses to the GKE nodes but use Google Cloud Next Generation Firewall (NGFW) policies to drop all packets with an external destination.
- FreePracticeQuiz.questionLabelDesigning for security and complianceBased on the 'Implement Zero Trust' and 'Least Privilege' principles of the Google Cloud Well-Architected Framework, your security team needs to audit and restrict elevated access in your production environment. Developers currently have persistent
roles/editoraccess to troubleshoot live issues, leading to compliance violations. Which combination of actions should you take to design a secure, compliant access model? (Select 2)ARevoke the persistentroles/editoraccess and implement Privileged Access Manager (PAM) to grant just-in-time, time-bound elevated access based on manual approvals.BCreate a custom IAM role that duplicates the exact permissions ofroles/editorbut restrict its usage geographically using VPC Service Controls.CUtilize IAM Recommender (Policy Intelligence) to analyze access patterns over the last 90 days and apply the auto-generated least-privilege custom roles.DGrant developers theroles/viewerrole globally and require them to SSH into production Compute Engine VMs to execute write operations via local service accounts.EImplement Identity-Aware Proxy (IAP) on the Google Cloud Console to restrict access strictly to users within the corporate office network. - FreePracticeQuiz.questionLabelDesigning for security and complianceA government agency mandates that all highly sensitive data processed in Google Cloud must be encrypted at rest using keys that the agency retains ultimate physical control over within their own on-premises Hardware Security Modules (HSMs). They need to use these keys seamlessly with BigQuery for analytics. Which cryptographic architecture meets this regulatory need?ACustomer-Managed Encryption Keys (CMEK) via Cloud KMS backed by a Google Cloud HSM.BCustomer-Supplied Encryption Keys (CSEK) dynamically provided in API requests to BigQuery.CCloud External Key Manager (Cloud EKM) configured to communicate over a secure connection to the agency's on-premises HSM.DDefault Google-managed encryption keys, supplemented with client-side application encryption before loading data into BigQuery.
- FreePracticeQuiz.questionLabelAnalyzing and optimizing technical and business processesCase Study: Altostrat Media. Altostrat’s operations team complains of alert fatigue. Their current open-source monitoring systems generate hundreds of email notifications daily for minor CPU spikes during scheduled video transcoding jobs, causing critical database failures to go unnoticed. To optimize this technical process and align with SRE best practices, what should they do?AWrite a script to automatically delete all alerts that originate from the video transcoding instances to reduce inbox clutter.BDefine Service Level Objectives (SLOs) tied to user journeys, configure alerts to trigger only when the Error Budget burn rate exceeds a critical threshold, and route them to an incident management platform.CMigrate from Prometheus to Cloud Monitoring, and lower the CPU utilization alert thresholds so they only trigger when an instance hits 100% capacity for 1 hour.DHire a dedicated Tier 1 support team to manually review all emails and escalate only the critical database alerts to the core SRE team.
- FreePracticeQuiz.questionLabelAnalyzing and optimizing technical and business processesFollowing the Cost Optimization pillar of the Google Cloud Well-Architected Framework, your enterprise is analyzing their monthly BigQuery spend. They notice costs have skyrocketed due to a mix of automated dashboard queries and unpredictable ad-hoc queries from data scientists analyzing petabytes of raw data. Which combination of optimizations should you apply to analyze and reduce these business costs? (Select 2)ATransition the predictable automated dashboard workloads to BigQuery Editions (capacity-based pricing) to establish a baseline cost structure.BEnforce a BigQuery custom quota setting a maximum bytes billed per query specifically for the data scientists' projects.CConvert all raw data tables to JSON format to compress storage sizes, drastically reducing the cost of full table scans.DDisable BigQuery result caching, as storing cached results incurs high regional persistent disk storage fees.EMove all data scientists' workloads to Cloud SQL, as relational databases inherently prevent large analytical table scans.
- FreePracticeQuiz.questionLabelManaging implementationYour team is managing the deployment of a microservices application using Terraform. To comply with auditing policies, the security team needs an automated way to verify that no infrastructure drift has occurred (i.e., manual changes made via the Cloud Console overriding the Terraform configuration) and automatically notify the security Slack channel if drift is detected. How should you manage this implementation process?AConfigure VPC Flow Logs to monitor all API calls made to the cloudresourcemanager.googleapis.com endpoint and filter for manual edits.BImplement a scheduled CI/CD pipeline using Cloud Build that runs
terraform plan -detailed-exitcode. Use a Cloud Run function to send the results to Slack if the exit code is non-zero.CUse the Cloud Asset Inventory API to export the state to BigQuery every hour and compare the hash with the Terraform terraform.tfstate file stored in Cloud Storage.DSet up an Organization Policy constraint that strictly denies any user access to the Google Cloud Console UI, forcing all interactions through the CLI. - FreePracticeQuiz.questionLabelManaging implementationCase Study: KnightMotives Automotive. KnightMotives is heavily fragmented with multiple codebases across its vehicle lines. To modernize their IT infrastructure, they are migrating to Google Cloud and want to establish a robust API management platform to safely expose their legacy ERP backend systems to modern mobile applications and third-party dealer portals. Which implementation steps are necessary using Apigee? (Select 2)ADeploy an Apigee API proxy to decouple the modern mobile applications from the backend legacy ERP systems.BConfigure Apigee to route all API calls over the public internet directly to the on-premises mainframe to avoid VPN tunneling costs.CImplement OAuth 2.0 and API key verification policies within Apigee to secure access for third-party dealer portals.DUse API Gateway instead of Apigee, as Apigee is not designed for hybrid architectures involving on-premises mainframes.ERefactor the entire legacy ERP system into microservices before attempting to configure Apigee routing policies.
- FreePracticeQuiz.questionLabelEnsuring solution and operations reliabilityYou have deployed a critical, globally distributed web application on Compute Engine Managed Instance Groups (MIGs) behind a Global External Application Load Balancer. To ensure operations reliability, you want the load balancer to automatically route traffic to a custom static 'Maintenance' page hosted on Cloud Storage if all backend MIGs fail their health checks simultaneously. How should you ensure this solution reliability?ASet up a Cloud DNS routing policy with a health check that redirects to the Cloud Storage bucket URL on failure.BConfigure custom error handling within the backend MIG template to serve a local HTML file if the application crashes.CAdd a backend bucket containing the maintenance page to the existing URL map, and configure a custom error response policy on the load balancer to route 5xx errors to this backend bucket.DUse Cloud Armor to detect backend timeouts and inject a custom HTML response payload using an edge security policy.
- FreePracticeQuiz.questionLabelEnsuring solution and operations reliabilityGuided by the Reliability pillar of the Google Cloud Well-Architected Framework, your organization is designing a disaster recovery strategy for a mission-critical transactional workload on Cloud SQL. The business demands an RPO (Recovery Point Objective) of zero and an RTO (Recovery Time Objective) of under 2 minutes for a zonal failure within the primary region. What architecture pattern must you deploy?AA Cloud SQL instance configured with automated daily backups and point-in-time recovery (PITR) enabled.BA Cloud SQL instance with Regional High Availability (HA) enabled, providing synchronous replication to a standby instance in a different zone.CA single Cloud SQL instance paired with Datastream to replicate data asynchronously to a separate disaster recovery region.DA Cloud SQL instance configured with an external read replica in a different region, triggering a manual promotion via Cloud Run functions upon failure.
- FreePracticeQuiz.questionLabelManaging and provisioning a cloud solution infrastructureCase Study: Cymbal Retail. Cymbal Retail relies on a hybrid environment with massive volumes of daily product inventory updates originating from an on-premises Microsoft SQL Server. They want to modernize their stack by streaming these updates continuously into BigQuery to power real-time dashboards for their Conversational Commerce agents, without writing custom extract/load code. Which combination of services provisions this pipeline? (Select 2)AProvision a Datastream connection to capture Change Data Capture (CDC) events directly from the on-premises Microsoft SQL Server.BDeploy Cloud Data Fusion to execute hourly batch scripts via a JDBC driver to poll the on-premises database for changes.CConfigure Datastream with a native BigQuery destination to seamlessly replicate the CDC events into BigQuery tables.DDeploy a custom Dataflow pipeline utilizing the Apache Beam JDBC IO connector to continuously query the database and stream into BigQuery.EUse Dataflow with a Google-provided template to read the Datastream CDC stream from Cloud Storage and write it to BigQuery.
- FreePracticeQuiz.questionLabelDesigning and planning a cloud solution architectureYour company operates a multicloud environment spanning Google Cloud and AWS. You need to deploy a highly available, high-bandwidth (10 Gbps) private connection between the two cloud providers without routing traffic over the public internet or utilizing a third-party colocation facility. Which Google Cloud networking solution directly fulfills this architecture requirement?ACross-Cloud Interconnect.BDedicated Interconnect.CHA VPN over Cloud Router.DPartner Interconnect via a supported ISP.
- FreePracticeQuiz.questionLabelManaging and provisioning a cloud solution infrastructureYou are setting up a secure continuous integration (CI) pipeline using Cloud Build. The build process must access internal source code repositories hosted on-premises via Cloud VPN, and the build workers must not have external public IP addresses. Which configurations are required? (Select 2)AConfigure Cloud Build to use private pools assigned to a VPC network peered with the on-premises network.BEnable the Google Kubernetes Engine (GKE) integration and run the Cloud Build workers as custom pods within a private cluster.CDisable the default global public pool execution by setting an Organization Policy constraint.DAssign external IP addresses temporarily during the build phase via a Cloud Nat gateway, then immediately destroy them.ERoute all Cloud Build traffic through a Cloud Armor security policy designed to drop external ingress.
- FreePracticeQuiz.questionLabelDesigning for security and complianceCase Study: EHR Healthcare. EHR is migrating massive volumes of legacy relational databases to Cloud SQL and BigQuery. Before the migration begins, the compliance team requires an automated way to discover, classify, and report on the presence of unencrypted Patient Health Information (PHI) across their entire organizational footprint in Google Cloud. What is the most efficient technical approach?AEnable Sensitive Data Protection (DLP) discovery at the organization or folder level to automatically profile data across BigQuery, Cloud SQL, and Cloud Storage.BExport all data to Cloud Storage and configure a Cloud Run function to scan every object using the Cloud Natural Language API.CProvision a Dataproc cluster running Apache Spark to crawl all database tables nightly and execute regex pattern matching for PHI formats.DUse Security Command Center Premium to run Container Threat Detection on the databases to flag plaintext PHI.
- FreePracticeQuiz.questionLabelAnalyzing and optimizing technical and business processesFollowing the Reliability pillar of the Google Cloud Well-Architected Framework, your e-commerce application is facing unprecedented traffic during a major holiday sale. The product recommendation microservice is severely overloaded and crashing, threatening to bring down the entire checkout pipeline. What architectural pattern should you implement to analyze and mitigate this process bottleneck?AImplement graceful degradation by catching timeouts from the recommendation service and returning a default, static list of popular products to the user instead of failing the request.BConfigure the recommendation service to retry failing database queries indefinitely until a successful response is received.CUse Cloud Load Balancing to immediately terminate the user sessions of clients originating from high-latency geographical regions.DProvision a massive Redis cache and load the entire product database into memory, disabling the primary recommendation engine completely.
- FreePracticeQuiz.questionLabelManaging implementationAn enterprise operates dozens of Kubernetes clusters across Google Cloud, on-premises data centers, and AWS. They need to manage configuration consistently across all environments, enforcing RBAC and security policies dynamically without manually applying manifests to individual clusters. Which components of GKE Enterprise manage this implementation? (Select 2)AConnect all clusters to a unified GKE Fleet.BUse Config Sync to apply and continuously reconcile configurations from a central Git repository to all fleet clusters.CDeploy Cloud Service Mesh gateways explicitly on the on-premises hardware load balancers.DUtilize Google Cloud Deploy to push bash scripts executing
kubectl applyiteratively across the multicloud nodes.EInstall the Binary Authorization admission controller directly onto the AWS EKS nodes using a custom Helm chart. - FreePracticeQuiz.questionLabelDesigning and planning a cloud solution architectureCase Study: EHR Healthcare. EHR Healthcare needs to securely share anonymized, aggregated patient trend data with third-party medical researchers globally. The researchers use various analytical tools natively within Google Cloud. EHR wants to manage access centrally, revoke access instantly if needed, and strictly avoid the costs and risks of duplicating data across projects. How should this architecture be designed?AExport the data to Cloud Storage in Parquet format and generate cryptographically signed URLs with strict expiration times.BUse BigQuery Analytics Hub to create an exchange and publish a shared dataset, granting the researchers subscriber access.CCreate a VPC Service Controls perimeter around the EHR data warehouse and configure an ingress bridge to the researchers' projects.DProvision a Datastream pipeline to replicate the required rows directly into the researchers' individual Cloud SQL databases.
- FreePracticeQuiz.questionLabelEnsuring solution and operations reliabilityFollowing the Reliability pillar of the Google Cloud Well-Architected Framework, your e-commerce application requires mechanisms to survive severe traffic spikes during flash sales without suffering cascading failures. The backend relies on a Compute Engine Managed Instance Group (MIG) that occasionally hits its absolute scaling limits. Which two architectural patterns should you implement to protect the backend? (Select 2)ADeploy Cloud Tasks to decouple and buffer asynchronous requests, smoothing out traffic spikes before they reach the backend.BImplement synchronous retries on the frontend with no exponential backoff to ensure requests eventually succeed.CUtilize Cloud Service Mesh to implement a Circuit Breaker pattern that fast-fails requests when the backend is overwhelmed.DDecrease the health check interval on the load balancer to 1 second to detect and remove overwhelmed nodes faster.EReplace the autoscaling MIG with a single, statically provisioned Compute-optimized (C2) virtual machine.
- FreePracticeQuiz.questionLabelManaging and provisioning a cloud solution infrastructureYou are tasked with provisioning a new Google Kubernetes Engine (GKE) environment for a data science team. The team runs thousands of ad-hoc batch jobs daily, each with vastly different CPU and memory requirements. You need to eliminate cluster management overhead, strictly pay only for the resources the pods use, and avoid manual node pool configuration entirely. Which compute provisioning strategy should you choose?AProvision a GKE Standard cluster and enable the Kubernetes Cluster Autoscaler with a wide range of node sizes.BProvision a GKE Autopilot cluster, allowing Google to manage node provisioning and scaling based dynamically on pod specifications.CDeploy a fleet of Compute Engine Spot VMs managed by a Managed Instance Group (MIG) running custom Docker containers.DUtilize Cloud Run functions configured with maximum memory allocation to execute the batch jobs asynchronously.
- FreePracticeQuiz.questionLabelDesigning for security and complianceA financial enterprise requires that developers must be able to query sensitive financial data in BigQuery from their designated Compute Engine workstations to build ML models. However, strict data exfiltration policies dictate that developers must be entirely blocked from downloading or copying this data to their local laptops or external internet services. What is the most effective security configuration?ARemove the BigQuery Data Viewer role from the developers' IAM accounts, granting them only BigQuery Job User.BCreate a VPC Service Controls perimeter encompassing the BigQuery API and the VPC hosting the developer workstations, disabling internet egress.CEnable Cloud Sensitive Data Protection (DLP) to automatically mask all numeric data within the BigQuery tables.DConfigure Identity-Aware Proxy (IAP) to enforce multi-factor authentication before developers can access the Google Cloud Console.
- FreePracticeQuiz.questionLabelAnalyzing and optimizing technical and business processesCase Study: Altostrat Media. Altostrat Media is trying to optimize their massive Cloud Storage costs. They currently store 50 PB of raw video footage in the Standard storage class. Analysis shows that videos are actively accessed daily during the first 30 days of editing, occasionally accessed between 30 and 90 days, and virtually never accessed after 90 days, though they must be retained indefinitely for compliance. Which two configurations optimize this technical process? (Select 2)AConfigure an Object Lifecycle Management rule to transition objects to Nearline storage after 30 days.BConfigure an Object Lifecycle Management rule to transition objects to Archive storage after 90 days.CExport all data older than 90 days to a local SAN using Storage Transfer Service to avoid cloud costs.DEnable Cloud Storage Autoclass on the bucket to automatically compress the video files.ESet an Object Lifecycle Management rule to delete the objects after 90 days and rely on local backups.
- FreePracticeQuiz.questionLabelDesigning for security and complianceFollowing the 'Implement shift-left security' principle from the Google Cloud Well-Architected Framework, your organization mandates that no container image containing critical OS vulnerabilities can be deployed to your production GKE clusters. You use Cloud Build and Artifact Registry. What is the most robust, automated architecture to enforce this?AUse Artifact Analysis to scan images, and configure Binary Authorization with an attestor that requires a 'no critical vulnerabilities' cryptographic signature before scheduling.BRun a cron job that checks Artifact Registry every hour using a Python script, automatically deleting images flagged with critical CVEs.CWrite a Cloud Run function that intercepts Kubernetes deployment manifests and checks the image tag against a hardcoded whitelist in Cloud Storage.DRely on GKE's default ValidatingAdmissionWebhook to automatically block the deployment of images that are larger than 500 MB.
- FreePracticeQuiz.questionLabelManaging implementationYou are managing the implementation of a new inventory application deployed on Compute Engine. The application must interact securely with Cloud Storage and Pub/Sub APIs. Historically, developers have generated long-lived JSON service account keys and committed them to the application's source code repository. How should you secure this implementation to meet Google Cloud best practices?AEncrypt the JSON keys in the Git repository using Cloud Key Management Service (KMS) symmetric keys.BDelete the JSON keys entirely and assign a dedicated Service Account directly to the Compute Engine instances.CMove the JSON keys into Secret Manager and hardcode the Secret Manager resource paths in the application's configuration files.DRestrict the Git repository's IAM access to only Senior Developers and Security Administrators.
- FreePracticeQuiz.questionLabelManaging and provisioning a cloud solution infrastructureCase Study: Cymbal Retail. Cymbal Retail is provisioning a new multi-region architecture to handle its expanding global catalog. They require a fully managed database providing strong global consistency, ACID transactions, and a relational SQL interface. Furthermore, they need to stream all catalog modifications in real-time to an external analytics pipeline without placing heavy read locks on the primary database. Which two Google Cloud services must they provision? (Select 2)ACloud Spanner.BCloud SQL for PostgreSQL.CCloud Spanner Change Streams processed via Cloud Dataflow.DBigQuery Data Transfer Service configured for hourly batched loads.EA Cloud SQL Read Replica deployed in the secondary region.
- FreePracticeQuiz.questionLabelAnalyzing and optimizing technical and business processesFollowing the Cost Optimization pillar of the Google Cloud Well-Architected Framework, you are auditing a legacy project. You discover hundreds of orphaned Persistent Disks (PDs) that were left behind when developers deleted their test VMs. You want to automate the identification and deletion of these unattached disks to halt ongoing storage charges. What is the recommended technical process?AUse the Active Assist Idle Resource Recommender API to identify unattached disks, and trigger a Cloud Run function to apply the deletion recommendation.BSet a Cloud Storage lifecycle policy on the Persistent Disks to auto-delete after 7 days of remaining unattached.CExport Cloud Asset Inventory data to BigQuery daily, and write a SQL query to drop the rows representing the orphaned disks.DCreate an Organization Policy that prevents developers from deleting a VM if it still has a Persistent Disk attached.
- FreePracticeQuiz.questionLabelDesigning and planning a cloud solution architectureA financial institution is designing a data lakehouse. They possess petabytes of historical trading data residing in Cloud Storage in Parquet format. Business analysts need to query this data via BigQuery using standard SQL. However, a strict organizational policy forbids duplicating or moving the data into BigQuery's native storage layer, while concurrently mandating strict row-level and column-level security. How should you design the data access layer?ACreate BigLake external tables over the Cloud Storage data, enabling BigQuery querying combined with fine-grained access control.BCreate standard BigQuery external tables over the Cloud Storage data and use IAM conditions on the bucket.CProvision a Dataproc cluster to read the data on-demand and write temporary tables into BigQuery.DLoad the data into a highly available Cloud SQL instance and utilize BigQuery federated queries.
Ready for the full GCP-PCA exam?
Get all 450 Questions, timed simulation, and weak-area analytics. Plans from $2.99 — credits never expire.
Frequently Asked Questions
Are these real GCP-PCA practice questions?+
Is the GCP-PCA exam hard?+
How many questions are on the real GCP-PCA exam?+
Do I need to sign up to use these questions?+
Keep studying
Pass GCP-PCA on your first try
Join candidates using DummyExams to practice with realistic timed exams, detailed explanations, and weak-area analytics.
Start full GCP-PCA practice exam