IaC BrownBag

IaC BrownBag

Professional Development

7 Qs

quiz-placeholder

Similar activities

Ansible part 2

Ansible part 2

Professional Development

11 Qs

Infrastructure as Code

Infrastructure as Code

Professional Development

11 Qs

Azure Cloud computing

Azure Cloud computing

Professional Development

10 Qs

AZ-400_Module1_by_Siddharth

AZ-400_Module1_by_Siddharth

Professional Development

9 Qs

AZ-900 practice quiz

AZ-900 practice quiz

Professional Development

10 Qs

Azure Fundamentals Module 1 Review

Azure Fundamentals Module 1 Review

10th Grade - Professional Development

10 Qs

Azure Iot Services

Azure Iot Services

Professional Development

10 Qs

AZ-900 MÓDULO 04 pt-br

AZ-900 MÓDULO 04 pt-br

Professional Development

12 Qs

IaC BrownBag

IaC BrownBag

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Crystal Marveena Maritin

Used 7+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ClickOps is a form of manual infrastructure provisioning.

(True of False)

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Terraform can only be used with Azure.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Once a resource is created via Terraform, it cannot be changed

True

False

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Terraform uses a ____________ language called HCL.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The three main steps in Terraform’s core workflow are:

Write -> Plan -> Apply

Read -> Apply -> Plan

Read -> Plan -> Run

Write -> Plan -> Run

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an advantage of Terraform?

Repeatable infrastructure

Manual setup

Version control

Automation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is an example of ClickOps?

terraform apply

Creating a VM via Azure Portal

Using a .tf file

Pushing code to Git