0
0
GCPcloud~10 mins

GCP Console walkthrough - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to open the main dashboard in the GCP Console.

GCP
Open the GCP Console and click on the [1] icon to access the dashboard.
Drag options to blanks, or click blank then click option'
Anavigation menu
Bsettings
Cnotifications
Dhelp
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing settings or help icons which do not open the dashboard.
Confusing notifications icon with the navigation menu.
2fill in blank
medium

Complete the code to select a project in the GCP Console.

GCP
Click on the [1] dropdown at the top to choose your project.
Drag options to blanks, or click blank then click option'
Abilling
Bprofile
Cproject
Dnotifications
Attempts:
3 left
💡 Hint
Common Mistakes
Selecting profile or billing dropdowns which do not list projects.
Looking for project selection in notifications.
3fill in blank
hard

Fix the error in the code to open the Cloud Storage service from the navigation menu.

GCP
In the navigation menu, click on [1] to open Cloud Storage.
Drag options to blanks, or click blank then click option'
ACompute Engine
BCloud Storage
CBigQuery
DCloud Functions
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Compute Engine which is for virtual machines.
Selecting BigQuery which is for data analytics.
4fill in blank
hard

Fill both blanks to create a new VM instance in Compute Engine.

GCP
Go to Compute Engine > [1] and click [2] to start creating a VM.
Drag options to blanks, or click blank then click option'
AVM instances
BCreate
CDisks
DDelete
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Disks' instead of 'VM instances' for the first blank.
Clicking 'Delete' instead of 'Create' to start a new VM.
5fill in blank
hard

Fill all three blanks to filter logs in Cloud Logging by severity and resource type.

GCP
In Cloud Logging, set the filter to resource.type = '[1]' AND severity [2] '[3]'.
Drag options to blanks, or click blank then click option'
Agce_instance
B>=
CERROR
Dapp_engine
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'app_engine' instead of 'gce_instance' for resource type.
Using '=' instead of '>=' for severity comparison.