Table of Contents
πΉοΈ Skills Boost Arcade Trivia β October 2025
Welcome to Skills Boost Arcade Trivia October 2025!
Give your career a boost with hands-on experience with different Google Cloud and partner services.
π Click Start Lab to begin.
π‘ You don't need to open the GCP Console for this, but you do need to keep this quiz open for at least 5 minutes to register your completion in the game.
π§ Quiz
1. Which command is used to deploy a Google Cloud Function?
Select ONE answer that would be relevant:
go build
gcloud app deploy
gcloud functions deploy
go run
2. Which command should you use to delete your Google Cloud Run functions once testing is complete?
Select ONE answer that would be relevant:
Functions disable
gcloud functions delete
gcloud services disable
API enable
3. What is the correct order for the three core commands in a typical Terraform workflow to deploy infrastructure?
Select ONE answer that would be relevant:
terraform plan, terraform init, terraform apply
terraform init, terraform plan, terraform apply
terraform apply, terraform plan, terraform init
terraform validate, terraform plan, terraform apply
4. Which file extension is used for Terraform configuration files?
Select ONE answer that would be relevant:
.yaml
.json
.tf
.sh
5. Which HTTP method is used to retrieve an object from a Cloud Storage bucket?
Select ONE answer that would be relevant:
GET
PUT
POST
DELETE
6. Which API is used to manage App Engine applications?
Select ONE answer that would be relevant:
Compute Engine API
Cloud SQL Admin API
App Engine Admin API
Cloud Storage API