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

Google Cloud-Digital-Leader Based on Real Exam Environment

Google Cloud Digital Leader exam Questions and Answers

Question 113

Your Coustomer's Organization has decided to move to the cloud. They currently run VMs on-promise but their goal on Google cloud is to run containers, primarily on Google Kuber-nete's Engine. They have a lease for their private data center for another year that they have already paid for. What could be strategy they could adopt in migrating?

Options:

A.

Jump and Ramp.

B.

Improve and Move.

C.

Rip and Replace.

D.

Left and Shift.

Question 114

You are discussing scaling requirements with a gaming company. When the game launches, they are expecting incoming data surges of 2 million users or more during weekends and holidays. Their on-premise systems have had issues scaling and they want your advice on solving the issue. What do you recommend?

Options:

A.

Either Compute Engine VMs or Kubernetes nodes work, but it is better to keep a buffer of an extra 2 million users.

B.

We can deploy a Pub/Sub to ingest data which will grow to absorb demand and pass it on to other stages.

C.

We will allocate Compute Engine VMs estimating 80% capacity of 2 million users.

D.

We will allocate Kubernetes nodes estimating 80% capacity of 2 million users.

Question 115

In discussions with a prospective customer who wants to move to Google Cloud to make use of the latest, scalable technologies available therein, you learn that there are very strict regulations concern-ing the storage of data. They only have the approval to store it in their current private data cen-ter. What would you advise them?

Options:

A.

Retain on-premise itself those portions of data and compute which are under regulation. Take advantage of all the other cloud capabilities for remaining work-loads.

B.

It is too risky to touch anything in such a scenario. It is best to remain entirely on-premise.

C.

Regulations are guidelines. As long as the data remains encrypted, you can move it anywhere.

D.

Petition the government for changes to such regulations as all industries are mov-ing to the public cloud. Then, when the regulations are eased, move to Google Cloud.

Question 116

You are working for a hospital that stores its medical images in an on-premises data room and it is provided that the hospitals want to use Cloud Storage for archival storage of these images. You are required to design and implement a solution where the hospital wants an automated process to up-load any new medical images to Cloud Storage. On the basis of this statements which of the follow-ing statement is correct.

Options:

A.

Create a Pub/Sub topic, and enable a Cloud Storage trigger for the Pub/Sub topic. Create an application that sends all medical images to the Pub/Sub topic.

B.

Create a script that uses the gsutil command line interface to synchronize the on-premises storage with Cloud Storage. Schedule the script as a cron job.

C.

In the Cloud Console, go to Cloud Storage. Upload the relevant images to the ap-propriate bucket.

D.

Deploy a Dataflow job from the batch template, “Datastore to Cloud Storage” Schedule the batch job on the desired interval.