# Google Skills Arcade Trivia November 2025 Week 1 (Solution)

## **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
    
    * <mark>gcloud iam roles update</mark>
        
    * 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
    
    * <mark>Custom Role</mark>
        
    * 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
    
    * <mark>flutter run</mark>
        
    * 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
    
    * <mark>flutter create</mark>
        
    * 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
    
    * <mark>Navigator.push</mark>
        
    * 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
    
    * <mark>ListView</mark>
        
    * Row
        
    * Grid
        
    * Column
        

---

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1762331484401/3ddb2c46-2e62-4dc3-93c9-a78a426e3746.png align="center")
