Skills Boost Arcade Trivia October 2025 Week 3 (Solution)

Skills Boost Arcade Trivia October 2025 Week 3 (Solution)

Oct 15, 2025Β·

2 min read

πŸ•ΉοΈ 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