Google Skills Arcade Trivia November 2025 Week 2 (Solution)

Google Skills Arcade Trivia November 2025 Week 2 (Solution)

Table of Contents

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

    • HTTP Trigger

    • 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

    • Cloud Logging

    • Error Reporting

    • Metrics Explorer

    • Cloud Trace

  3. Which gcloud command group is used to deploy Cloud Functions?
    Select ONE answer that would be relevant

    • gcloud functions deploy

    • 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

    • --region

    • --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

    • Cloud Run

    • 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

    • gcloud run deploy

    • kubectl deploy app

    • gcloud app create

    • docker run deploy