IaC BrownBag

IaC BrownBag

Professional Development

7 Qs

quiz-placeholder

Similar activities

Azure Fundamentals Networking Services Quiz

Azure Fundamentals Networking Services Quiz

Professional Development

8 Qs

Fondamentaux - Activités: Ransomware et Cloud

Fondamentaux - Activités: Ransomware et Cloud

Professional Development

8 Qs

AZ204 02-12 ES

AZ204 02-12 ES

Professional Development

4 Qs

Azure practice quiz 4

Azure practice quiz 4

Professional Development

10 Qs

#VamoPasCloud

#VamoPasCloud

Professional Development

10 Qs

Azure Data Fundamentals Module 2

Azure Data Fundamentals Module 2

Professional Development

10 Qs

Azure Portal

Azure Portal

Professional Development

9 Qs

Nuevo modelo de contribución: Sesión 1

Nuevo modelo de contribución: Sesión 1

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