ACE_Workbook_Modulo3

ACE_Workbook_Modulo3

12th Grade

12 Qs

quiz-placeholder

Similar activities

Ramadan Quiz

Ramadan Quiz

1st - 12th Grade

15 Qs

Linking Words

Linking Words

KG - Professional Development

7 Qs

LES OUTILS NUMERIQUES - Le Cloud Computing

LES OUTILS NUMERIQUES - Le Cloud Computing

1st Grade - University

10 Qs

Weather Vocabulary

Weather Vocabulary

6th - 12th Grade

15 Qs

2.2 Digital Society - Concept - Expression

2.2 Digital Society - Concept - Expression

12th Grade

15 Qs

Foods II Module 1 Definitions

Foods II Module 1 Definitions

9th - 12th Grade

11 Qs

Ariana Grande

Ariana Grande

KG - Professional Development

10 Qs

starbucks

starbucks

1st Grade - Professional Development

13 Qs

ACE_Workbook_Modulo3

ACE_Workbook_Modulo3

Assessment

Quiz

Other

12th Grade

Easy

Created by

Isaac Souza

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cymbal Superstore’s sales department has a medium-sized MySQL database. This database includes user-defined functions and is used internally by the marketing department at Cymbal Superstore HQ. The sales department asks you to migrate the database to Google Cloud in the most timely and economical way. What should you do?

Find a MySQL machine image in Cloud Marketplace and configure it to meet your needs.

Implement a database instance using Cloud SQL, back up your local data, and restore it to the new instance.

Configure a Compute Engine VM with an N2 machine type, install MySQL, and restore your data to the new instance.

Use gcloud to implement a Compute Engine instance with an E2-standard-8 machine type, install, and configure MySQL

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The backend of Cymbal Superstore’s e-commerce system consists of managed instance groups. You need to update the operating system of the instances in an automated way using minimal resources. What should you do?

Create a new instance template. Click Update VMs. Set the update type to Opportunistic. Click Start.

Create a new instance template, then click Update VMs. Set the update type to PROACTIVE. Click Start.

Create a new instance template. Click Update VMs. Set max surge to 5. Click Start.

Abandon each of the instances in the managed instance group. Delete the instance template, replace it with a new one, and recreate the instances in the managed group.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The development team for the supply chain project is ready to start building their new cloud app using a small Kubernetes cluster for the pilot. The cluster should only be available to team members and does not need to be highly available. The developers also need the ability to change the cluster architecture as they deploy new capabilities. How would you implement this?

Implement an autopilot cluster in us-central1-a with a default pool and an Ubuntu image.

Implement a private standard zonal cluster in us-central1-a with a default pool and an Ubuntu image.

Implement a private standard regional cluster in us-central1 with a default pool and container-optimized image type.

Implement an autopilot cluster in us-central1 with an Ubuntu image type.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You need to quickly deploy a containerized web application on Google Cloud. You know the services you want to be exposed. You do not want to manage infrastructure. You only want to pay when requests are being handled and need support for custom packages. What technology meets these needs?

App Engine flexible environment

App Engine standard environment

Cloud Run

Cloud Functions

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You need to analyze and act on files being added to a Cloud Storage bucket. Your programming team is proficient in Python. The analysis you need to do takes at most 5 minutes. You implement a Cloud Function to accomplish your processing and specify a trigger resource pointing to your bucket. How should you configure the --trigger-event parameter using gcloud?

--trigger-event google.storage.object.finalize

--trigger-event google.storage.object.create

--trigger-event google.storage.object.change

--trigger-event google.storage.object.add

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You require a Cloud Storage bucket serving users in New York City. There is a need for geo-redundancy. You do not plan on using ACLs. What CLI command do you use?

Run a gcloud mb command specifying the name of the bucket and accepting defaults for the other mb settings.

Run a gsutil mb command specifying a multi-regional location and an option to turn ACL evaluation off.

Run a gsutil mb command specifying a dual-region bucket and an option to turn ACL evaluation off.

Run a gsutil mb command specifying a dual-region bucket and accepting defaults for the other mb settings.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cymbal Superstore asks you to implement Cloud SQL as a database backend to their supply chain application. You want to configure automatic failover in case of a zone outage. You decide to use the gcloud sql instances create command set to accomplish this.

Which gcloud command line argument is required to configure the stated failover capability as you create the required instances?

--availability-type

--replica-type

--secondary-zone

--master-instance-name

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?