IaC BrownBag

IaC BrownBag

Professional Development

7 Qs

quiz-placeholder

Similar activities

Videoconferencias

Videoconferencias

5th Grade - Professional Development

10 Qs

Advanced JS II

Advanced JS II

Professional Development

9 Qs

SQL Sesi 1

SQL Sesi 1

Professional Development

10 Qs

SQL JOINs 2

SQL JOINs 2

Professional Development

10 Qs

BAI 3 K12 (TT)

BAI 3 K12 (TT)

Professional Development

10 Qs

HTML - Introdução

HTML - Introdução

Professional Development

10 Qs

Java Server Page

Java Server Page

Professional Development

10 Qs

MATLAB variables. Types. Declaration. Operations.

MATLAB variables. Types. Declaration. Operations.

Professional Development

10 Qs

IaC BrownBag

IaC BrownBag

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Crystal Marveena Maritin

Used 7+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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