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
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 relevantRun docker logs
Use Cloud Vision
Run gcloud app logs read
Restart your computer
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 relevantLook in Cloud Storage
Use the ping command
Guess the URL
Run gcloud app browse
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 relevantAdd every email address manually
Use a VPN connection
Use gsutil iam ch allUsers:objectViewer to make the bucket public
Keep the bucket private
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 relevantRun gsutil cp index.html gs://your-bucket-name
Run git push
Run docker push
Drag and drop it into Google Docs
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 relevantUse Cloud Functions
Run gsutil versioning set on gs://[BUCKET_NAME]
Create a backup folder manually
Run gsutil rm
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 relevantRun gcloud help
Look at your billing report
Run gsutil ls
Run gsutil lifecycle get gs://your-bucket-name

