# Google Skills Arcade Trivia January 2026 Week 4 (Solution)

## **Overview**

Welcome to Google Skills Arcade Trivia January 2026! 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. **Your App Engine app is running, but you suspect there is an error in the code. How will you view the application logs to debug the issue?**  
    Select **ONE** answer that would be relevant
    
    * Run docker logs
        
    * Use Cloud Vision
        
    * <mark>Run gcloud app logs read</mark>
        
    * Restart your computer
        
2. **You want to see your newly deployed App Engine application running in the web browser. How will you find its URL in Google Cloud?**  
    Select **ONE** answer that would be relevant
    
    * Look in Cloud Storage
        
    * Use the ping command
        
    * Guess the URL
        
    * <mark>Run gcloud app browse</mark>
        
3. **You want to host a simple HTML website on Google Cloud Storage. How will you allow anyone on the internet to view your web pages?**  
    Select **ONE** answer that would be relevant
    
    * Add every email address manually
        
    * Use a VPN connection
        
    * <mark>Use gsutil iam ch allUsers:objectViewer to make the bucket public</mark>
        
    * Keep the bucket private
        
4. **You have updated your index.html file on your computer. How will you upload this new file to your Google Cloud Storage bucket?**  
    Select **ONE** answer that would be relevant
    
    * <mark>Run gsutil cp index.html gs://your-bucket-name</mark>
        
    * Run git push
        
    * Run docker push
        
    * Drag and drop it into Google Docs
        
5. **You want to enable "Versioning" on your bucket so that if you accidentally delete a file, you can restore it. How will you turn this on?**  
    Select **ONE** answer that would be relevant
    
    * Use Cloud Functions
        
    * <mark>Run gsutil versioning set on gs://[BUCKET_NAME]</mark>
        
    * Create a backup folder manually
        
    * Run gsutil rm
        
6. **You want to see what lifecycle rules are currently active on your Google Cloud Storage bucket. How will you check this?**  
    Select **ONE** answer that would be relevant
    
    * Run gcloud help
        
    * Look at your billing report
        
    * Run gsutil ls
        
    * <mark>Run gsutil lifecycle get gs://your-bucket-name</mark>
        

---

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1768126734989/ba6ed145-1601-4f13-b443-50a3e2ba5b83.png align="center")
