# The Arcade Trivia August 2024 Week 2

## **Overview**

Welcome to The Arcade Trivia August 2024! Give your career a boost with hands on experience with different Google Cloud and partner services.

Click **Start Lab** to begin.

<div data-node-type="callout">
<div data-node-type="callout-emoji">💡</div>
<div data-node-type="callout-text">P.S. You don't need the GCP Console for this, but you do need to keep this quiz open for a minimum of <strong>3 minutes</strong>.</div>
</div>

## **Quiz**

1. **Which tool assists you in building, managing, and versioning infrastructure safely and efficiently?**
    
    Select **ONE** answer that would be relevant
    
    * Kubernetes
        
    * Cloud Guard
        
    * <mark>Terraform</mark>
        
    * Cloud computing
        
2. **Which of the following commands will you use to verify that Terraform is available in the cloud shell?**
    
    Select **ONE** answer that would be relevant
    
    * show
        
    * get
        
    * <mark>terraform</mark>
        
    * version
        
3. **Which command will you use from the list below to apply your configuration in Terraform?**
    
    Select **ONE** answer that would be relevant
    
    * config apply
        
    * plan apply
        
    * <mark>terraform apply</mark>
        
    * action apply
        
4. **Which command will you choose from the options below to execute in order to destroy your resources?**
    
    Select **ONE** answer that would be relevant
    
    * terraform apply
        
    * destroy resources
        
    * <mark>terraform destroy</mark>
        
    * delete resources
        
5. **Which command will you run to tell Terraform to recreate the instance?**
    
    Select **ONE** answer that would be relevant
    
    * get instance
        
    * <mark>terraform taint</mark>
        
    * generate inst
        
    * instance create
        
6. **Which command will you use to initialize your new Terraform configuration?**
    
    Select **ONE** answer that would be relevant
    
    * Init conf
        
    * terra init
        
    * conf show
        
    * <mark>terraform init</mark>
        

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1723518545797/2c58be79-8f30-4fa7-bfed-d58a308c11de.png align="center")
