Terraform

Terraform

Professional Development

12 Qs

quiz-placeholder

Similar activities

Cloud Computing

Cloud Computing

University - Professional Development

10 Qs

AWS Cloud Practitioner

AWS Cloud Practitioner

Professional Development

16 Qs

GCP_FUNDAMENTALS_QUIZ

GCP_FUNDAMENTALS_QUIZ

Professional Development

15 Qs

AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

Professional Development

15 Qs

DevOps

DevOps

Professional Development

10 Qs

Google cloud introductory quiz GCP-CE 1

Google cloud introductory quiz GCP-CE 1

University - Professional Development

15 Qs

Cloud Physics Enablement

Cloud Physics Enablement

Professional Development

10 Qs

Cloud Engineer interview

Cloud Engineer interview

Professional Development

16 Qs

Terraform

Terraform

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Sharique Kamal

Used 17+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is NOT a Terraform command?

plan

destroy

remove

init

apply

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are not examples of Providers in Terraform?

AWS

Heroku

Puppet

DigitalOcean

remote-exec

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Benefits of using an Infrastructure as Code software are....

Version Control of your Infrastructure

Automatic Deployment and Documentation

Consistent Environments

Reusability

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select among the below which applies the most with respect to typical Terraform workflow:

Plan ->  Init   -> Apply  -> Destroy

Init ->  Apply -> Plan  -> Destroy

Init ->  Plan   -> Apply  -> Destroy

None of the above

All of the above

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following options are true in context of comparison between Terraform & CloudFormation?

CloudFormation is typically used to provision resources in AWS, however Terraform supports almost all the major Cloud and non-cloud vendors via “providers”.

CloudFormation supports Windows and as well as Unix based platform however Terraform only supports Linux and Unix Platform.

CloudFormation Templates are written either in JSON or YAML syntax. Whereas Terraform config files are written in HCL (Hashicorp Configuration Language)

All of the above

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Terraform uses  imperative approach to deploy infrastructure as Code.

True

False

Answer explanation

Terraform is an example of declarative approach to deploy infrastructure as code.

Declarative approach is more concerned about “WHAT” you want and rest is up to the software to manage and get to that desired state.

In case of imperative approach, the emphasize is more on “HOW” to get to the desired state thus system expects the steps provided by the user to be able to achieve the desired state.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

“_______” are the most important element in the Terraform language wherein each block describes one or more infrastructure objects to be provisioned such as virtual network, compute instances, db instances etc

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?