G-ACE - Part 8

G-ACE - Part 8

Professional Development

20 Qs

quiz-placeholder

Similar activities

1Z0-1093-21_01

1Z0-1093-21_01

Professional Development

20 Qs

AZ-900 part 1

AZ-900 part 1

Professional Development

17 Qs

Fun and Exciting SAP Lead to Cash Quiz

Fun and Exciting SAP Lead to Cash Quiz

Professional Development

18 Qs

Datamellon DevJam at LSW23

Datamellon DevJam at LSW23

Professional Development

16 Qs

Slime Quiz

Slime Quiz

1st Grade - Professional Development

22 Qs

RDS Exam Questions

RDS Exam Questions

Professional Development

20 Qs

AWS Quiz Show 2023 (Week 3)

AWS Quiz Show 2023 (Week 3)

Professional Development

15 Qs

AWS Quiz Show 2023 (Week 4)

AWS Quiz Show 2023 (Week 4)

Professional Development

15 Qs

G-ACE - Part 8

G-ACE - Part 8

Assessment

Quiz

Other

Professional Development

Easy

Created by

Francis Soldevilla

Used 12+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You created several resources in multiple Google Cloud projects. All projects are linked to different billing accounts. To better estimate future charges, you want to have a single visual representation of all costs incurred. You want to include new cost data as soon as possible. What should you do?

Configure Billing Data Export to BigQuery and visualize the data in Data Studio.

Visit the Cost Table page to get a CSV export and visualize it using Data Studio.

Fill all resources in the Pricing Calculator to get an estimate of the monthly cost.

Use the Reports view in the Cloud Billing Console to view the desired cost information.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company has workloads running on Compute Engine and on-premises. The Google Cloud Virtual Private Cloud (VPC) is connected to your WAN over a Virtual Private Network (VPN). You need to deploy a new Compute Engine instance and ensure that no public Internet traffic can be routed to it. What should you do?

Create the instance without a public IP address.

Create the instance with Private Google Access enabled.

Create a deny-all egress firewall rule on the VPC network.

Create a route on the VPC to route all traffic to the instance over the VPN tunnel.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your team maintains the infrastructure for your organization. The current infrastructure requires changes. You need to share your proposed changes with the rest of the team. You want to follow Google's recommended best practices. What should you do?

Use Deployment Manager templates to describe the proposed changes and store them in a Cloud Storage bucket.

Use Deployment Manager templates to describe the proposed changes and store them in Cloud Source Repositories.

Apply the changes in a development environment, run gcloud compute instances list, and then save the output in a shared Storage bucket.

Apply the changes in a development environment, run gcloud compute instances list, and then save the output in Cloud Source Repositories.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have a Compute Engine instance hosting an application used between 9 AM and 6 PM on weekdays. You want to back up this instance daily for disaster recovery purposes. You want to keep the backups for 30 days. You want the Google-recommended solution with the least management overhead and the least number of services. What should you do?

1. Update your instances' metadata to add the following value: snapshot"schedule: 0 1 * 2. Update your instances' metadata to add the following value: snapshot"retention: 30

1. In the Cloud Console, go to the Compute Engine Disks page and select your instance's disk. 2. In the Snapshot Schedule section, select Create Schedule and configure the following parameters: - Schedule frequency: Daily - Start time: 1:00 AM " 2:00 AM - Autodelete snapshots after: 30 days

1. Create a Cloud Function that creates a snapshot of your instance's disk. 2. Create a Cloud Function that deletes snapshots that are older than 30 days. 3. Use Cloud Scheduler to trigger both Cloud Functions daily at 1:00 AM.

1. Create a bash script in the instance that copies the content of the disk to Cloud Storage. 2. Create a bash script in the instance that deletes data older than 30 days in the backup Cloud Storage bucket. 3. Configure the instance's crontab to execute these scripts daily at 1:00 AM.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your existing application running in Google Kubernetes Engine (GKE) consists of multiple pods running on four GKE n1`"standard`"2 nodes. You need to deploy additional pods requiring n2`"highmem`"16 nodes without any downtime. What should you do?

Use gcloud container clusters upgrade. Deploy the new services.

Create a new Node Pool and specify machine type n2"highmem"16. Deploy the new pods.

Create a new cluster with n2"highmem"16 nodes. Redeploy the pods and delete the old cluster.

Create a new cluster with both n1"standard"2 and n2"highmem"16 nodes. Redeploy the pods and delete the old cluster.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have an application that uses Cloud Spanner as a database backend to keep current state information about users. Cloud Bigtable logs all events triggered by users. You export Cloud Spanner data to Cloud Storage during daily backups. One of your analysts asks you to join data from Cloud Spanner and Cloud Bigtable for specific users. You want to complete this ad hoc request as efficiently as possible. What should you do?

Create a dataflow job that copies data from Cloud Bigtable and Cloud Storage for specific users.

Create a dataflow job that copies data from Cloud Bigtable and Cloud Spanner for specific users.

Create a Cloud Dataproc cluster that runs a Spark job to extract data from Cloud Bigtable and Cloud Storage for specific users.

Create two separate BigQuery external tables on Cloud Storage and Cloud Bigtable. Use the BigQuery console to join these tables through user fields, and apply appropriate filters.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are hosting an application from Compute Engine virtual machines (VMs) in us`"central1`"a. You want to adjust your design to support the failure of a single Compute Engine zone, eliminate downtime, and minimize cost. What should you do?

" Create Compute Engine resources in us"central1"b. " Balance the load across both us"central1"a and us"central1"b.

" Create a Managed Instance Group and specify us"central1"a as the zone. " Configure the Health Check with a short Health Interval.

" Create an HTTP(S) Load Balancer. " Create one or more global forwarding rules to direct traffic to your VMs.

" Perform regular backups of your application. " Create a Cloud Monitoring Alert and be notified if your application becomes unavailable. " Restore from backups when notified.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?