Google Skills Arcade Trivia November 2025 Week 1 (Solution)

Google Skills Arcade Trivia November 2025 Week 1 (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. In Google Cloud, how will you update the permissions within an existing custom role using a YAML file?
    Select ONE answer that would be relevant

    • gcloud iam roles update

    • gcloud iam roles describe

    • gcloud iam roles copy

    • gcloud iam roles create

  2. In Google Cloud, how will you grant a user a specific set of permissions not available in predefined roles?
    Select ONE answer that would be relevant

    • Custom Role

    • Google Group

    • Service Account

    • Access Level

  3. From the command line, how will you launch your Flutter application on a connected device or simulator?
    Select ONE answer that would be relevant

    • flutter run

    • flutter launch

    • flutter go

    • flutter start

  4. Which command is used to create a new Flutter project from the command line?
    Select ONE answer that would be relevant

    • flutter create

    • flutter init

    • flutter build

    • flutter new

  5. In a multi-screen Flutter app, how will you programmatically move from the first screen to the second?
    Select ONE answer that would be relevant

    • Navigator.push

    • Screen.change

    • View.load

    • Router.go

  6. How will you display a scrollable list of items that can be of varying lengths in your Flutter application?
    Select ONE answer that would be relevant

    • ListView

    • Row

    • Grid

    • Column