# Arcade February 2026 Sprint 2 (Solution)

## **Overview**

Welcome to **Arcade February 2026 Sprint 2**! 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 service is used to manage and orchestrate containerized applications?**
    
    *Select ONE answer that would be relevant*
    
    * <mark>Kubernetes Engine</mark>
        
    * Compute Engine
        
    * Cloud Run
        
    * Cloud Build
        
2. **Which Kubernetes command is used to list all the pods currently running in your Google Cloud cluster?**
    
    *Select ONE answer that would be relevant*
    
    * kubectl run pods
        
    * kubectl show pods
        
    * kubectl start pods
        
    * <mark>kubectl get pods</mark>
        
3. **Which Google Cloud command is used to provision a Virtual Private Cloud (VPC) network?**
    
    *Select ONE answer that would be relevant*
    
    * gcloud compute vpc add
        
    * gcloud vpc provision
        
    * gcloud networks new
        
    * <mark>gcloud compute networks create</mark>
        
4. **Which Google Cloud command is used to create a new virtual machine instance?**
    
    *Select ONE answer that would be relevant*
    
    * gcloud vm create
        
    * gcloud provision instance
        
    * <mark>gcloud compute instances create</mark>
        
    * gcloud compute new-vm
        
5. **Which Google Cloud service caches content at the network edge to reduce user latency?**
    
    *Select ONE answer that would be relevant*
    
    * Cloud Armor
        
    * Cloud NAT
        
    * <mark>Cloud CDN</mark>
        
    * Cloud DNS
        
6. **To use Cloud CDN, it must be enabled on which specific Google Cloud component?**
    
    *Select ONE answer that would be relevant*
    
    * BigQuery
        
    * <mark>Load Balancer</mark>
        
    * Cloud PubSub
        
    * Cloud SQL
        

---

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1770446090366/29281fdd-2a3e-4e82-87a3-248d5416301d.png align="center")
