# Skills Boost Arcade Trivia May 2025 Week 4 (Solution)

## Overview

Welcome to Skills Boost Arcade Trivia May 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 from the following will you use to create a new Google Kubernetes Engine cluster within your GCP project?**
    
    *Select ONE answer that would be relevant*
    
    * gcloud container clusters generate
        
    * create clusters
        
    * gcloud container clusters create
        
    * gen clusters
        
2. **Which of the following commands will you use to launch a single instance of the nginx container?**
    
    *Select ONE answer that would be relevant*
    
    * gcloud create deployment nginx
        
    * <mark>kubectl create deployment nginx</mark>
        
    * gcp create deployment nginx
        
    * create deployment nginx
        
3. **Which of the following commands will you execute in Google Cloud CLI to list all the subnets within the VPC network(s) of your project?**
    
    *Select ONE answer that would be relevant*
    
    * compute networks subnets all
        
    * gcp compute networks subnets list
        
    * <mark>gcloud compute networks subnets list</mark>
        
    * list all networks subnets
        
4. **Which command would you use in the Google Cloud Platform Command-Line Interface to retrieve and display detailed information about a specific virtual machine?**
    
    *Select ONE answer that would be relevant*
    
    * gcp compute instances describe
        
    * Google Cloud compute instances describe
        
    * describe instances
        
    * <mark>cloud compute instances describe</mark>
        
5. **Which Google Cloud service enables applications to exchange messages in a reliable, fast, and asynchronous manner?**
    
    *Select ONE answer that would be relevant*
    
    * Compute Engine
        
    * BigQuery
        
    * Kubernetes
        
    * <mark>Google Cloud Pub/Sub</mark>
        
6. **In Google Cloud Pub/Sub, which command will you use to publish a message?**
    
    *Select ONE answer that would be relevant*
    
    * gcloud pubsub topics launch
        
    * pubsub topics publish
        
    * <mark>gcloud pubsub topics publish</mark>
        
    * publish message
        

---

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1747465144512/fc055706-61d3-4770-9b36-9bc11b967d0d.png align="center")
