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

