Skip to main content

A Tour of Google Cloud Hands-on Labs [GSP282]


Link to the Video: https://youtu.be/KFjyI-o60W8

Answers are marked bold and are highlighted in light yellow

  1. This builds a temporary environment in Google Cloud.

  • Start lab (button)

  • Credit

  • Time

  • Score


  1. When the timer reaches 00:00:00, you will lose access to your temporary Google Cloud environment.

  • False

  • True


  1. Some labs have tracking, which scores your completion of hands-on lab activities.

  • False

  • True


  1. In order to receive completion credit for a lab that has tracking, you must complete the required hands-on lab activities.

  • False

  • True


  1. What field is NOT found in the left pane?

  • Project ID

  • System admin

  • Password

  • Open Google Console


  1. The username in the left panel, which resembles googlexxxxxx_student@qwiklabs.net, is a Cloud IAM identity.

  • True

  • False


  1. An organizing entity for anything you build with Google Cloud.

  • Password

  • Username

  • Cloud Storage bucket

  • Google Cloud Project


  1. Qwiklabs Resources is shared (read only) with all Qwiklabs users, which means that you cannot delete or modify it.

  • False

  • True


  1. Qwiklabs Resources is the project where you run all of your lab steps.

  • False

  • True


  1. Offers quick access to the platform's services and also outlines its offerings.

  • Networking

  • Compute

  • Cloud Operations

  • Navigation menu


  1. Primitive roles set project-level permissions and, unless otherwise specified, control access and management to all Google Cloud services.

  • True

  • False


  1. Provides all viewer permissions, plus permissions for actions that modify state, such as changing existing resources.

  • Google Cloud project

  • Viewer role

  • Editor role


  1. When you start a lab, you need to enable APIs in your project to start working with Google Cloud.

  • True

  • False



Comments

Popular posts from this blog

Deploy and Manage Cloud Environments with Google Cloud: Challenge Lab [GSP314]

Link to the Lab:  https://google.qwiklabs.com/focuses/10417?parent=catalog Link to the youtube video:  https://youtu.be/eraSK1T45Do Link to my youtube channel:  https://www.youtube.com/channel/UCiWP5KYh4MWj-yp3j-DMIrA   DO NOT START WITHOUT LAB RESOURCES! DO NOT MAKE HASTE. COPY PASTE STEP BY STEP OTHERWISE IT WILL NOT WORK. TASK 1: GO TO COMPUTE ENGINE > VM INSTANCES > OPEN SSH OF kraken-jumphost TYPE THE COMMANDS IN SSH: cd /work/dm sed -i s/SET_REGION/us-east1/g prod-network.yaml gcloud deployment-manager deployments create prod-network --config=prod-network.yaml gcloud config set compute/zone us-east1-b gcloud container clusters create kraken-prod --num-nodes 2 --network kraken-prod-vpc --subnetwork kraken-prod-subnet --zone us-east1-b gcloud container clusters get-credentials kraken-prod cd /work/k8s for F in $(ls *.yaml); do kubectl create -f $F; done

Perform Foundational Data, ML, and AI Tasks in Google Cloud: Challenge Lab [GSP323]

Link to the Lab:  https://www.cloudskillsboost.google/focuses/11044?parent=catalog Link to the Video:  https://youtu.be/lkI8WscliSs Link to the Channel:  https://www.youtube.com/channel/UCiWP5KYh4MWj-yp3j-DMIrA STEPS (will be unique for everyone) storage →  bucket → create bucket with your Cloud Storage Bucket Name . For Access Control select Fine-Grained → Press create bigquery →  select project →  create dataset →  name= BigQuery Dataset Name open cloud shell gsutil cp gs://cloud-training/gsp323/lab.csv . cat lab.csv gsutil cp gs://cloud-training/gsp323/lab.schema . cat lab.schema copy the bigquery schema and store it somewhere go to bigquery go to dataset lab create table create table from = google cloud storage select file from GCS bucket = cloud-training/gsp323/lab.csv table name = customers enable edit as text paste the bigquery schema that you copied earlier create Go to dataproc clusters create cluster → Cluster on Compute Engine → Create Location → Region leave the rest d