# Google Skills Arcade Trivia November 2025 Week 2 (Solution)

## **Overview**

Welcome to Google Skills Arcade Trivia November 2025! Give your career a boost with hands-on experience with different Google Cloud and partner services.

Click **Start Lab** to begin.

P.S. 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. **How will you make a new Google Cloud Function accessible via a public URL?**  
    Select **ONE** answer that would be relevant
    
    * <mark>HTTP Trigger</mark>
        
    * Pub/Sub Trigger
        
    * Eventarc Trigger
        
    * Storage Trigger
        
2. **In the Google Cloud console, where will you find the logs generated by your Cloud Function?**  
    Select **ONE** answer that would be relevant
    
    * <mark>Cloud Logging</mark>
        
    * Error Reporting
        
    * Metrics Explorer
        
    * Cloud Trace
        
3. **Which gcloud command group is used to deploy Cloud Functions?**  
    Select **ONE** answer that would be relevant
    
    * <mark>gcloud functions deploy</mark>
        
    * gcloud compute deploy
        
    * gcloud run deploy
        
    * gcloud app deploy
        
4. **How will you specify the geographic location for your Google Cloud Function deployment from the command line?**  
    Select **ONE** answer that would be relevant
    
    * <mark>--region</mark>
        
    * \--zone
        
    * \--network
        
    * \--location
        
5. **Which Google Cloud service is used to build and deploy containerized applications without managing the underlying infrastructure?**  
    Select **ONE** answer that would be relevant
    
    * <mark>Cloud Run</mark>
        
    * Cloud Functions
        
    * Kubernetes Engine
        
    * Compute Engine
        
6. **Which command do you use in Cloud Shell to deploy a container to Cloud Run?**  
    Select **ONE** answer that would be relevant
    
    * <mark>gcloud run deploy</mark>
        
    * kubectl deploy app
        
    * gcloud app create
        
    * docker run deploy
        

---

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1762413869725/03d8d711-eec7-443d-974c-fa5f011fb18a.png align="center")
