# Skills Boost Arcade Trivia October 2025 Week 3 (Solution)

## 🕹️ 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
    
* <mark>gcloud functions deploy</mark>
    
* 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
    
* <mark>gcloud functions delete</mark>
    
* 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
    
* <mark>terraform init, terraform plan, terraform apply</mark>
    
* 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
    
* <mark>.tf</mark>
    
* .sh
    

**5\. Which HTTP method is used to retrieve an object from a Cloud Storage bucket?**  
*Select ONE answer that would be relevant:*

* <mark>GET</mark>
    
* 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
    
* <mark>App Engine Admin API</mark>
    
* Cloud Storage API
    

---

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1760523607568/057fe694-18bb-4a80-850f-3da93d3d3b73.png align="center")
