Terraform Brownbag

Terraform Brownbag

University

15 Qs

quiz-placeholder

Similar activities

Aps 101 Final

Aps 101 Final

University

10 Qs

EME316 Quiz 02

EME316 Quiz 02

10th Grade - University

15 Qs

Gaming Quiz

Gaming Quiz

4th Grade - Professional Development

15 Qs

Git & GitHub

Git & GitHub

University

10 Qs

WK FINAL REVIEW 1

WK FINAL REVIEW 1

University

16 Qs

CC-24 ACE Warm Up Quiz

CC-24 ACE Warm Up Quiz

University

10 Qs

SIA 101 - WEEK 7

SIA 101 - WEEK 7

University

10 Qs

Terraform Quiz

Terraform Quiz

University

16 Qs

Terraform Brownbag

Terraform Brownbag

Assessment

Quiz

Other

University

Medium

Created by

Terraform Quizziz

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When it comes to deploying infrastructure, which of the following languages is Terraform code written in?

Golang(Go)

Hashicorp Configuration Language(HCL)

A combination of Javascript and Golang

Python3

Answer explanation

Terraform uses its own language known as HashiCorp Configuration Language(HCL)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Infrastructure as a Code(IaC)?

A method of writing human-readable code to deploy resources in the cloud and elsewhere.

A form of code that you write to recover from production outages.

A way to align all load balancers within a datacenter in the US.

A DevOps methodology for optimizing performance on Linux-based systems.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Terraform is Cloud Agnostic. What does Cloud Agnostic means?

A technology which is baked into a single public cloud and will only ever work with that particular cloud

A group of cloud enthusiasts who do not care about a particular cloud technology

When a technology is not bound to one cloud and can work in a similar fashion across other cloud environments.

A methodology to build and support your application on a single cloud provider.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While Terraform is generally written using the HashiCorp Configuration Language (HCL). What other syntax can Terraform be expressed in?

TypeScript

XML

YAML

JSON

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What cloud providers does Terraform support?

Only Azure and AWS

Only Azure, AWS and GCP

Only Alibaba, AWS, Azure and Oracle

Most major cloud providers, with an ever-expanding list of common and uncommon cloud providers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly outlines the Terraform workflow?

Define > Iterate > Destroy

Plan > Apply > Format

Write > Plan > Apply

Plan > Write > Apply

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the terraform init command do?

It initializes a working directory containing Terraform configuration files.

It creates an execution plan, which lets you preview the changes that Terraform plans to make to your infrastructure.

It validates the configuration files in a directory.

It executes the actions proposed in a Terraform plan.

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?