Terraform Brownbag

Terraform Brownbag

University

15 Qs

quiz-placeholder

Similar activities

Logo Quiz

Logo Quiz

6th Grade - University

20 Qs

Techwiz - ICL2.0 Quiz

Techwiz - ICL2.0 Quiz

University

20 Qs

DTM20213_NEW

DTM20213_NEW

University

15 Qs

Movie Trivia

Movie Trivia

11th Grade - University

16 Qs

1. Intro to CC and  AWS

1. Intro to CC and AWS

University

15 Qs

industry 4.0 pillars

industry 4.0 pillars

University

10 Qs

KUIS 2 ARSITEKTUR SI/TI

KUIS 2 ARSITEKTUR SI/TI

University

10 Qs

National Correct Coding Initiative (NCCI) Procedure to Procedure

National Correct Coding Initiative (NCCI) Procedure to Procedure

12th Grade - Professional Development

10 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?