# Skills Boost Arcade Trivia April 2025 Week 3

## Overview

Welcome to Skills Boost Arcade Trivia April 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 the GCP Console for this, but you do need to keep this quiz open for a minimum of 3 minutes.

## Quiz

1. **Which command would you use to create a topic with the ID my-topic via the gcloud CLI?**
    
    *Select ONE answer that would be relevant*
    
    * gcloud pubsub subscribe create
        
    * googlecloud pubsub topics create my-topic
        
    * <mark>gcloud pubsub topics create my-topic</mark>
        
    * gcpcloud pubsub topics create your-topic
        
2. **Which command would you use to create a subscription with the ID my-sub via the gcloud CLI?**
    
    *Select ONE answer that would be relevant*
    
    * <mark>gcloud pubsub subscriptions create my-sub</mark>
        
    * gcpcloud pubsub subscriptions create my-sub
        
    * gcloud pubsub topics
        
    * googlecloud pubsub pubsub create my-sub
        
3. **Which service does Google Cloud offer to manage file storage for applications that require a file system interface and a shared file system for data?**
    
    *Select ONE answer that would be relevant*
    
    * <mark>Cloud Filestore</mark>
        
    * Cloud Pub/Sub
        
    * Cloud Storage
        
    * Cloud Scheduler
        
4. **Which command would you run to mount the file share, specifying the Cloud Filestore instance IP address and the file share name?**
    
    *Select ONE answer that would be relevant*
    
    * sudo unmount ip-address:/file-share mount-point-directory  
        mount directory
        
    * umount directory
        
    * <mark>sudo mount ip-address:/file-share mount-point-directory</mark>
        
5. **Which API management system does Google Cloud offer that helps you secure, monitor, analyze, and set quotas on your APIs using the same infrastructure Google uses for its own APIs?**
    
    *Select ONE answer that would be relevant*
    
    * Cloud Gateway
        
    * Cloud Closedpoints
        
    * Cloud Openpoints
        
    * <mark>Cloud Endpoints</mark>
        
6. **Which field in the OpenAPI configuration file does Cloud Endpoints use to identify the service?**
    
    *Select ONE answer that would be relevant*
    
    * Points
        
    * <mark>Host</mark>
        
    * Gate
        
    * IP
        

---

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1744781409522/17bba263-b0c3-4392-8204-2abca59ca9ad.png align="center")
