00:00

QUESTION 51

- (Exam Topic 1)
Your customer has reliable information to indicate that they will use a certain amount of computing and analytics. The workloads are critical and they don't want to take a chance with VMs or BigQuery slots being unavailable during a peak period. How can they ensure that they allocate the capacity?

Correct Answer: B
Create reservations on Compute Engine and BigQuery. You can reserve capacity in advance and use it over a period of time. You could also get a cost advantage.
=> There is no need for involved support. It is self-serve via the console.
=> You can reserve resources in advance when you have the need for it. And when you want to take a pay-per-use approach, that is also possible.
=> It is not a good idea to be lock in/hoard resources; you'll pay unnecessarily for resources. Also, it is difficult to time exactly when the demand will be.
References:
https://cloud.google.com/compute/docs/instances/reserving-zonal-resources https://cloud.google.com/bigquery/docs/reservations-intro

QUESTION 52

- (Exam Topic 3)
An organization operates their entire IT infrastructure from Google Cloud. What should they do to prepare for data breaches?

Correct Answer: C

QUESTION 53

- (Exam Topic 2)
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?

Correct Answer: B
Since they have already paid for data center for another year. They have the time and resources to work with,
They can make the change to their workloads locally/on-promise Improve and Migrate Move to Google
Cloud later on.

QUESTION 54

- (Exam Topic 1)
Which Google Cloud product can report on and maintain compliance on your entire Google Cloud organization to cover multiple projects?

Correct Answer: D
Security Command Center is a centralized security and risk management platform for your Google Cloud resources. It is a single tool that offers a variety of security features including:
* 1. Gain centralized visibility and control
* 2. Discover misconfigurations and vulnerabilities
* 3. Report on and maintain compliance
* 4. Detect threats targeting your Google Cloud assets https://cloud.google.com/security-command-center

QUESTION 55

- (Exam Topic 1)
Your organization is building an application running in Google Cloud. Currently, software builds, tests, and regular deployments are done manually, but you want to reduce work for the team. Your organization wants to use Google Cloud managed solutions to automate your build, testing, and deployment process.
Which Google Cloud product or feature should your organization use?

Correct Answer: C
Deploy your application to App Engine using the gcloud app deploy command. This command automatically builds a container image by using the Cloud Build service and then deploys that image to the App Engine flexible environment.
Reference: https://cloud.google.com/appengine/docs/flexible/nodejs/testing-and-deploying-your-app