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

Professional-Cloud-Architect VCE Exam Download

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

Question 17

A financial services company is decommissioning one of its on-premises data centers. As part of this initiative, the company needs to perform a one-time migration of 500 TB of historical transaction archives to a Cloud Storage bucket for long-term retention. The data center ' s internet egress is 1 Gbps, which is shared with critical business operations. You must complete the secure data transfer within a 60-day window to meet the decommissioning deadline. What should you do?

Options:

A.

Order a Transfer Appliance, copy the data to the appliance using your high-speed local network, and ship it back to Google to upload the data into your Cloud Storage bucket.

B.

Use Storage Transfer Service to create an agent-based transfer job that moves the data from the on-premises file servers directly to the Cloud Storage bucket.

C.

Provision a Partner Interconnect connection with a 10 Gbps capacity to accelerate the data transfer, and then use Storage Transfer Service.

D.

Write a script that uses the gcloud storage cp --parallel command to upload the data in chunks over the public internet during off-peak hours.

Question 18

You want to enable your running Google Kubernetes Engine cluster to scale as demand for your application changes.

What should you do?

Options:

A.

Add additional nodes to your Kubernetes Engine cluster using the following command:gcloud container clusters resizeCLUSTER_Name – -size 10

B.

Add a tag to the instances in the cluster with the following command:gcloud compute instances add-tagsINSTANCE - -tags enable-autoscaling max-nodes-10

C.

Update the existing Kubernetes Engine cluster with the following command:gcloud alpha container clustersupdate mycluster - -enable-autoscaling - -min-nodes=1 - -max-nodes=10

D.

Create a new Kubernetes Engine cluster with the following command:gcloud alpha container clusterscreate mycluster - -enable-autoscaling - -min-nodes=1 - -max-nodes=10and redeploy your application

Question 19

Your team is developing a web application that will be deployed on Google Kubernetes Engine (GKE). Your CTO expects a successful launch and you need to ensure your application can handle the expected load of tens of thousands of users. You want to test the current deployment to ensure the latency of your application stays below a certain threshold. What should you do?

Options:

A.

Use a load testing tool to simulate the expected number of concurrent users and total requests to your application, and inspect the results.

B.

Enable autoscaling on the GKE cluster and enable horizontal pod autoscaling on your application deployments. Send curl requests to your application, and validate if the auto scaling works.

C.

Replicate the application over multiple GKE clusters in every Google Cloud region. Configure a global HTTP

(S) load balancer to expose the different clusters over a single global IP address.

D.

Use Cloud Debugger in the development environment to understand the latency between the different microservices.

Question 20

You deploy your custom Java application to Google App Engine. It fails to deploy and gives you the following stack trace.

What should you do?

Options:

A.

Upload missing JAR files and redeploy your application.

B.

Digitally sign all of your JAR files and redeploy your application

C.

Recompile the CLoakedServlet class using and MD5 hash instead of SHA1