CCoE training

CCoE training

University

10 Qs

quiz-placeholder

Similar activities

Virtualization and Cloud Computing

Virtualization and Cloud Computing

12th Grade - University

11 Qs

VC and Cloud - Lab Quiz

VC and Cloud - Lab Quiz

University

10 Qs

Google Cloud Quiz

Google Cloud Quiz

University

15 Qs

Cloud Computing

Cloud Computing

University

10 Qs

Domestic hot water systems

Domestic hot water systems

12th Grade - Professional Development

15 Qs

Cloud computing

Cloud computing

University

10 Qs

Quiz on Cloud Computing on Sept 2

Quiz on Cloud Computing on Sept 2

University

10 Qs

Ch 4: Technology in the Classroom

Ch 4: Technology in the Classroom

University

10 Qs

CCoE training

CCoE training

Assessment

Quiz

Other

University

Medium

Created by

Phupha Toonkamtoey

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

21.Your company’s finance team needs to back up data on a Cloud Storage bucket for disaster recovery purposes. You want to comply with Google’s recommended practices in implementing the solution for this task.

Which storage class do you think would be the best option?

Coldline Storage

Archive Storage

Nearline Storage

Multi-Regional Storage

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

22.You are managing your company’s cloud resources that are residing in multiple GCP projects. You are tasked to set up centralized monitoring of all the CPU, memory, and disk metrics of your resources. You want to follow Google’s recommended best practices.

What should you do?

Create an export sink on each project. Export the logs on a single BigQuery dataset.

  • Configure Metrics Scope in Cloud Monitoring. Create a new scoping project and include all GCP Projects for monitoring.

  • Deploy a Cloud Monitoring agent on all projects to collect metrics. Create an application that consumes and presents these metrics.

  • Enable Cloud Monitoring on all projects to monitor all resources. Create a custom application that processes metrics from Cloud Monitoring.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

23.You are training four newly hired junior cloud engineers in your company. Part of their training is to familiarize themselves with Cloud Spanner. You need to provide access to these four users to view and edit table information on a Cloud Spanner instance found in the test project.

What should you do?

  • Using the gcloud tool, execute the gcloud iam roles describe roles/spanner.viewer --project my-project command on Cloud Shell. Attach the users to a newly created Google group and add the group to the role.

  • Using the gcloud tool, execute the gcloud iam roles describe roles/spanner.databaseUser command on Cloud Shell. Attach the users to the role.

  • Using the gcloud tool, execute the gcloud iam roles describe roles/spanner.databaseUser command on Cloud Shell. Attach the users to a newly created Google group and add the group to the role.

  • Using the gcloud tool, execute the gcloud iam roles describe roles/spanner.viewer --project my-project command on Cloud Shell. Attach the users to the role.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

24.You built an application and deployed it to the Google Cloud Platform. This application needs to connect to a licensing server that you plan to host on Compute Engine. You configure the application to connect to the licensing server on the 10.146.0.17 IP address. You intend to keep this setting intact to avoid manually reconfiguring the application.

What should you do?

Start the licensing server with an automatically generated ephemeral IP address. Afterward, promote it to a static external IP address set to 10.0.146.0.17.

Do not assign an IP while creating the licensing server on Compute Engine to automatically get an ephemeral internal IP address.

Using the Cloud Console, create a Compute Engine instance. Configure the External IP as a static IP address and set it to 10.146.0.17.

Using the Cloud Console, create a Compute Engine instance. Configure the Primary internal IP as a static internal IP address and set it to 10.146.0.17.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

25.You have installed the gcloud command-line interface (CLI) on your windows machine and have successfully authenticated it with your corporate Google Account. You are working on a project in which resources are mostly deployed in asia-southeast1-a zone. You want to deploy instances on this region but you don’t want to define its zone every time you run a gcloud command.

What should you do?

On your CLI, set the default compute zone by running the gcloud init command.

  • On your CLI, set the asia-southeast1-a as the default compute zone by using the gcloud config set zone ZONE command.

  • On your CLI, set the asia-southeast1-a as the default compute zone by using the gcloud config set compute/zone ZONE command.

On your Windows machine, go to the C:\Windows\System32\drivers\etc directory. Open your host file and add this line: asia-southeast1-a compute/zone.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

26.Your company uses Cloud Storage to store all of its application files where objects are written once and are stored for processing. The objects are frequently accessed for a month (30 days) and are rarely accessed for the entire year. These objects must be archived for three years. The Object Lifecycle Management on the Cloud Storage bucket must be configured to minimize the storage costs.

What should you do?

Create a policy that uses Standard storage for 30 days. Move the objects to Coldline for one year and afterward, transition the objects to Archive storage for two years.

Create a policy that uses Nearline Storage for 30 days. Move the objects to Archive storage for three years.

Create a policy that uses Standard storage for 30 days. Move the objects to Archive storage for three years.

Create a policy that uses Nearline storage for 30 days. Move the objects to Coldline for one year, and then transition to Archive storage for two years.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

27.Your company wants to review the IAM users and roles assigned on a specific Google Cloud project named finance-project.

What should you do to fulfill this requirement?

Using the Cloud Console, navigate to the finance-project, and go to the Roles section. From there, review the Roles and Status of the project.

  • Use the Cloud Shell to run the gcloud iam service-accounts list command and then review the output.

Set up the Cloud SDK to run the gcloud iam roles list command and review the output.

Using the Cloud Console, navigate to the finance-project, and go to the IAM section. Under the 'Permissions' tab, review the Members and Roles section.

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?