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
In Google Cloud, how will you update the permissions within an existing custom role using a YAML file?
Select ONE answer that would be relevantgcloud iam roles update
gcloud iam roles describe
gcloud iam roles copy
gcloud iam roles create
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 relevantCustom Role
Google Group
Service Account
Access Level
From the command line, how will you launch your Flutter application on a connected device or simulator?
Select ONE answer that would be relevantflutter run
flutter launch
flutter go
flutter start
Which command is used to create a new Flutter project from the command line?
Select ONE answer that would be relevantflutter create
flutter init
flutter build
flutter new
In a multi-screen Flutter app, how will you programmatically move from the first screen to the second?
Select ONE answer that would be relevantNavigator.push
Screen.change
View.load
Router.go
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 relevantListView
Row
Grid
Column

