Intro to Terraform

Intro to Terraform

KG

10 Qs

quiz-placeholder

Similar activities

Visual Servoing

Visual Servoing

10th - 12th Grade

10 Qs

DoD EA TRM

DoD EA TRM

University

10 Qs

ISO/IEC 27001:2022 Transition Quiz

ISO/IEC 27001:2022 Transition Quiz

University - Professional Development

15 Qs

Small Engines Repair Quiz

Small Engines Repair Quiz

9th Grade

10 Qs

Network Troubleshooting Quiz

Network Troubleshooting Quiz

12th Grade

15 Qs

Automation

Automation

KG

9 Qs

Cloud Infra Day 2022

Cloud Infra Day 2022

Professional Development

15 Qs

NF Chapter 1 Quiz

NF Chapter 1 Quiz

University

15 Qs

Intro to Terraform

Intro to Terraform

Assessment

Quiz

Instructional Technology

KG

Hard

Created by

Antoni Tzavelas

Used 31+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following best describes a Terraform provider?​

A container for multiple resources that are used together​

Serves as a parameter for a Terraform module that allows a module to be customized​

Describes an infrastructure object, such as a virtual network, compute instance, or other component​

A plugin that Terraform uses to translate the API interactions with the service​

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What happens when a terraform apply is executed?​

Reconciles the state Terraform knows about with the real-world infrastructure​

Creates the execution plan for the deployment of resources​

The backend is initialized and the working directory is prepped​

Applies the changes required in the target infrastructure in order to reach the desired configuration​

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which flag would be used within a Terraform configuration block to identify the specific version of a provider required?​

required-provider​

required-version​

required_versions​

required_providers​

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

True or False: You can migrate the Terraform backend but only if there are no resources currently being managed.​

True

False

5.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

In regards to Terraform state file, select all the statements below which are correct: (select 3)

The state file is always encrypted at rest​

The Terraform state can contain sensitive data, therefore the state file should be treated as sensitive​

Storing state remotely can provide better security​

When using local state, the state file is stored in plain-text​

Using the mask feature, you can instruct Terraform to mask sensitive data in the state file​

6.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Before a new provider can be used, it must be ______ (Select 2)​

Approved by HashiCorp​

Initialized​

Uploaded to source control​

Declared in the configuration​

7.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

What are some of the problems of how infrastructure was traditionally managed before Infrastructure as Code?

Pointing and clicking in a management console isn't scalable as businesses move to a multi-cloud deployment model​

Requests for infrastructure or hardware required a ticket, increasing the time required to deploy applications​

Traditional deployment methods are not able to meet the demands of the modern business where resources tend to live days to weeks, rather than months to years​

Traditionally managed infrastructure can't keep up with cyclic or elastic applications​

All of the above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?