Google Cloud Architect Professional Professional Cloud Architect (PR000213) Exam Questions

Page: 1 / 14
Total 346 questions
Question 1

You have an outage in your Compute Engine managed instance group: all instance keep restarting after 5 seconds. You have a health check configured, but autoscaling is disabled. Your colleague, who is a Linux expert, offered to look into the issue. You need to make sure that he can access the VMs. What should you do?



Answer : C

https://cloud.google.com/compute/docs/instance-groups/autohealing-instances-in-migs

Health checks used for autohealing should be conservative so they don't preemptively delete and recreate your instances. When an autohealer health check is too aggressive, the autohealer might mistake busy instances for failed instances and unnecessarily restart them, reducing availability


Question 2

Your organization wants to control IAM policies for different departments independently, but centrally.

Which approach should you take?



Answer : C

Folders are nodes in the Cloud Platform Resource Hierarchy. A folder can contain projects, other folders, or a combination of both. You can use folders to group projects under an organization in a hierarchy. For example, your organization might contain multiple departments, each with its own set of GCP resources. Folders allow you to group these resources on a per-department basis. Folders are used to group resources that share common IAM policies. While a folder can contain multiple folders or resources, a given folder or resource can have exactly one parent.


Question 3

For this question, refer to the TerramEarth case study. TerramEarth has decided to store data files in Cloud Storage. You need to configure Cloud Storage lifecycle rule to store 1 year of data and minimize file storage cost.

Which two actions should you take?



Answer : A


Question 4

You are a cloud architect for a financial services company that is migrating to Google Cloud. The company needs to create a multi-tenant landing zone for its business units and must adhere to strict regulatory compliance. The security team wants to use VPC Service Controls to create a zero-trust perimeter. However, the business wants you to accelerate the migration to quickly start developing new applications. How can you design a deployment and release management process to meet these competing requirements?



Answer : D

Designing a security landing zone for financial migrations requires balancing business agility with strict infrastructure perimeters. VPC Service Controls (VPC-SC) can inadvertently block legitimate service requests if misconfigured, causing application disruptions during migrations. To avoid these issues, Google Cloud recommends using the VPC-SC 'Dry Run' mode feature.

Dry Run mode allows security teams to configure perimeters and evaluate prospective violations against active workloads by logging telemetry to Cloud Logging without blocking actual API invocations. Embedding this validation into a centralized CI/CD pipeline ensures automated policy validation runs alongside application deployments. Developers can iterate quickly without experiencing perimeter blockages, while the architecture team gathers the data required to build a zero-trust perimeter before enforcing it in production. Granting unvalidated template access or omitting dry-run protections introduces severe risks of perimeter-induced application downtime.


Question 5

You are designing a new insurance claims processing application that will be deployed on Google Kubernetes Engine (GKE). Your company's compliance team requires a complete and non-repudiable audit trail for all administrative actions from day one. Your application must capture who deploys a new container image, who modifies the GKE cluster's configuration, and who interacts with running pods or Kubernetes secrets using kubectl. What should you do?



Answer : B

According to GKE Security documentation, Kubernetes API Server Audit Logging is the primary source of truth for administrative actions within a cluster. This feature captures every call made to the API server, including those made via kubectl, the Cloud Console, or automated controllers.

By enabling GKE Audit Logging and ensuring Cloud Audit Logs (specifically Admin Activity and Data Access logs) are active, you fulfill the requirement for a non-repudiable trail. This log will contain:

Who: The identity of the caller (the IAM user or service account).

What: The action taken (e.g., create pod, get secret, patch deployment).

When: The timestamp of the operation.

Option A (Binary Authorization) is a preventative control, not an audit logging tool. Option C (Security Command Center) is for threat detection, not for maintaining a raw audit trail. Option D (DaemonSet) collects application logs from within containers, but cannot capture administrative API calls like 'modifying cluster configuration' or 'accessing secrets' made through the Kubernetes control plane.


Question 6

Your organization uses Google Kubernetes Engine (GKE) and Amazon Elastic Kubernetes Service (EKS) to manage a complex Kubernetes environment across multiple cloud providers. You need to deploy a solution that streamlines configuration management, enforces security policies, and ensures consistent application deployment across all of the environments. You want to follow Google-recommended practices. What should you do?



Answer : C

According to Google Cloud's Anthos (now GKE Enterprise) documentation, Config Sync and Policy Controller are the official tools for multi-cluster and multi-cloud management. These tools allow for a GitOps approach to infrastructure and configuration.

Config Sync: Automatically synchronizes Kubernetes configurations (like YAML files for Namespaces, Roles, or Deployments) from a central Git repository to all registered clusters, whether they are in GKE or EKS. This ensures consistency across providers.

Policy Controller: Built on the open-source Gatekeeper project (using Open Policy Agent), it enforces security policies and compliance at scale. For example, it can prevent a developer from deploying a container that runs as root or requires excessive resources across both AWS and Google Cloud environments.

While Option A uses similar open-source technologies, Option C is the 'Google-recommended' integrated solution that is fully managed and supported. This centralized management reduces the complexity of maintaining custom controllers (as mentioned in A) or scripts (as mentioned in B), providing a robust, enterprise-grade framework for hybrid and multi-cloud governance.


Question 7

During a high traffic portion of the day, one of your relational databases crashes, but the replica is never promoted to a master. You want to avoid this in the future. What should you do?



Answer : D

https://cloud.google.com/solutions/dr-scenarios-planning-guide


Page:    1 / 14   
Total 346 questions