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

Professional-Cloud-Architect Exam Results

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

Question 49

You want to store critical business information in Cloud Storage buckets. The information is regularly changed but previous versions need to be referenced on a regular basis. You want to ensure that there is a record of all changes to any information in these buckets. You want to ensure that accidental edits or deletions can be easily roiled back. Which feature should you enable?

Options:

A.

Bucket Lock

B.

Object Versioning

C.

Object change notification

D.

Object Lifecycle Management

Question 50

Your company is running a stateless application on a Compute Engine instance. The application is used

heavily during regular business hours and lightly outside of business hours. Users are reporting that the

application is slow during peak hours. You need to optimize the application’s performance. What should you do?

Options:

A.

Create a snapshot of the existing disk. Create an instance template from the snapshot. Create an

autoscaled managed instance group from the instance template.

B.

Create a snapshot of the existing disk. Create a custom image from the snapshot. Create an autoscaled managed instance group from the custom image.

C.

Create a custom image from the existing disk. Create an instance template from the custom image. Create an autoscaled managed instance group from the instance template.

D.

Create an instance template from the existing disk. Create a custom image from the instance template.

Create an autoscaled managed instance group from the custom image.

Question 51

The operations manager asks you for a list of recommended practices that she should consider when migrating a J2EE application to the cloud. Which three practices should you recommend? Choose 3 answers

Options:

A.

Port the application code to run on Google App Engine.

B.

Integrate Cloud Dataflow into the application to capture real-time metrics.

C.

Instrument the application with a monitoring tool like Stackdriver Debugger.

D.

Select an automation framework to reliably provision the cloud infrastructure.

E.

Deploy a continuous integration tool with automated testing in a staging environment.

F.

Migrate from MySQL to a managed NoSQL database like Google Cloud Datastore or Bigtable.

Question 52

Your company and one of its partners each nave a Google Cloud protect in separate organizations. Your company s protect (prj-a) runs in Virtual Private Cloud (vpc-a). The partner's project (prj-b) runs in vpc-b. There are two instances running on vpc-a and one instance running on vpc-b Subnets denned in both VPCs are not overlapping. You need to ensure that all instances communicate with each other via internal IPs minimizing latency and maximizing throughput. What should you do?

Options:

A.

Set up a network peering between vpc-a and vpc-b

B.

Set up a VPN between vpc-a and vpc-b using Cloud VPN

C.

Configure IAP TCP forwarding on the instance in vpc b and then launch the following gcloud command from one of the instance in vpc-gcloud:

1. Create an additional instance in vpc-a

2. Create an additional instance n vpc-b

3. Instal OpenVPN in newly created instances

4. Configure a VPN tunnel between vpc-a and vpc-b with the help of OpenVPN