Spring Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Professional-Cloud-Architect Questions Bank

Google Certified Professional - Cloud Architect (GCP) Questions and Answers

Question 53

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?

Options:

A.

Leverage Argo CD for GitOps-based continuous delivery and Open Policy Agent (OPA) for policy enforcement, and develop a controller for multi-cluster configuration management.

B.

Deploy Customize for configuration customization. Config Sync with multiple Git repositories, and a script to enforce security policies.

C.

Utilize Config Sync as part of GKE to synchronize configurations from a centralized repository, and utilize Policy Controller to enforce policies using OPA Gatekeeper.

D.

Deploy Crossplane for managing cloud resources as Kubernetes objects. FluxCD for GitOps-based configuration synchronization, and Kyverno for policy enforcement.

Question 54

You are developing a globally scaled frontend for a legacy streaming backend data API. This API expects

events in strict chronological order with no repeat data for proper processing.

Which products should you deploy to ensure guaranteed-once FIFO (first-in, first-out) delivery of data?

Options:

A.

Cloud Pub/Sub alone

B.

Cloud Pub/Sub to Cloud DataFlow

C.

Cloud Pub/Sub to Stackdriver

D.

Cloud Pub/Sub to Cloud SQL

Question 55

Your applications will be writing their logs to BigQuery for analysis. Each application should have its own table.

Any logs older than 45 days should be removed. You want to optimize storage and follow Google recommended practices. What should you do?

Options:

A.

Configure the expiration time for your tables at 45 days

B.

Make the tables time-partitioned, and configure the partition expiration at 45 days

C.

Rely on BigQuery’s default behavior to prune application logs older than 45 days

D.

Create a script that uses the BigQuery command line tool (bq) to remove records older than 45 days

Question 56

You want to create a private connection between your instances on Compute Engine and your on-premises data center. You require a connection of at least 20 Gbps. You want to follow Google-recommended practices.

How should you set up the connection?

Options:

A.

Create a VPC and connect it to your on-premises data center using Dedicated Interconnect.

B.

Create a VPC and connect it to your on-premises data center using a single Cloud VPN.

C.

Create a Cloud Content Delivery Network (Cloud CDN) and connect it to your on-premises data center

using Dedicated Interconnect.

D.

Create a Cloud Content Delivery Network (Cloud CDN) and connect it to your on-premises datacenter

using a single Cloud VPN.