# Arcade February 2026 Sprint 3 (Solution)

## **Overview**

Welcome to **Arcade February 2026 Sprint 3**! This quick quiz will help you check your understanding and stay on track as you continue to build your Google Cloud skills.

Click **Start Lab** to begin.

**Note:** Take a moment to read each question carefully and double-check your answers before submitting. To ensure your completion is recorded, keep the quiz open for at least **10 minutes**. Submitting earlier may result in an incomplete attempt.

---

## **Quiz**

1. **In Google Cloud, which component is used to route incoming traffic to the nearest healthy region?**
    
    *Select ONE answer that would be relevant*
    
    * Cloud Build
        
    * <mark>Global Load Balancer</mark>
        
    * Local HDD
        
    * Static VM
        
2. **Which Google Cloud component monitors the status of instances to ensure traffic is only sent to healthy VMs?**
    
    *Select ONE answer that would be relevant*
    
    * kubectl run pods
        
    * Traffic Director
        
    * kubectl show pods
        
    * <mark>Health Check</mark>
        
3. **Which command is used to create a new deployment in a Google Kubernetes Engine cluster?**
    
    *Select ONE answer that would be relevant*
    
    * <mark>kubectl create deployment</mark>
        
    * kubectl start deploy
        
    * kubectl run instance
        
    * kubectl new pod
        
4. **In Google Kubernetes Engine, what is the smallest deployable object that represents a single instance of a running process?**
    
    *Select ONE answer that would be relevant*
    
    * Node
        
    * Cluster
        
    * Service
        
    * <mark>Pod</mark>
        
5. **Which command-line utility is used to manage and deploy resources within a Kubernetes cluster?**
    
    *Select ONE answer that would be relevant*
    
    * gsutil
        
    * <mark>kubectl</mark>
        
    * bq
        
    * terraform
        
6. **Which Google Cloud command creates a new cluster in Google Kubernetes Engine?**
    
    *Select ONE answer that would be relevant*
    
    * gcloud k8s new-cluster
        
    * gcloud compute clusters add
        
    * <mark>gcloud container clusters create</mark>
        
    * gcloud container new
        

---

![]( align="center")
