Q.1
In regards to Terraform state file, select all the statements below which are correct:
  • Storing state remotely can provide better security​
  • The Terraform state can contain sensitive data, therefore the state file should be treated as sensitive​
  • When using local state, the state file is stored in plain-text​
  • All of above
Q.2
Before a new provider can be used, it must be ______
  • Initialized​
  • Declared in the configuration​
  • Uploaded to source control​
  • Both A & B
Q.3
Terraform is a tool for .................. infrastructure safely and efficiently.
  • building
  • changing
  • versioning
  • All of the above
Q.4
Does Terraform continue if state locking fails?
  • Yes
  • No
Q.5
Terraform supports both cloud and on-premises infrastructure platforms. Is this true?
  • True
  • False
Q.6
What is the command to create infrastructure?
  • Terraform plan
  • Terraform apply
  • terraform show
  • None of above
Q.7
Is Terraform cloud-agostic?
  • Yes
  • No
Q.8
Code in the Terraform language is stored in plain text files with the ........... file extension
  • .tf
  • .py
  • .hcl
  • None of above
Q.9
Terraform relies on plugins called ........... to interact with remote systems.
  • Sliders
  • Providers
  • Modules
  • None of above
Q.10
Can the Terraform Module Versions be locked anyhow?
  • Yes
  • No
Q.11
Terraform configuration files must always be UTF-8 encoded.
  • True
  • False
Q.12
The Terraform language supports .............. syntaxe for comments.
  • #
  • //
  • /*
  • All of the Above
Q.13
The Terraform language is Terraform's ............... user interface.
  • Primary
  • Secondry
  • Both Primary & Secondry
  • None of above
Q.14
Does Terraform codify cloud APIs into declarative configuration files.
  • Yes
  • No
Q.15
Terraform uses declarative configuration to describe the desired final state.
  • True
  • False
Q.16
Terraform has ............ major commands.
  • 2
  • 3
  • 4
  • 6
Q.17
Terraform supports a number of cloud infrastructure providers such as ................
  • Amazon web services
  • IBM Cloud
  • Microsoft Azure
  • All of the Above
Q.18
The Terraform supports which of the following operating system?
  • Linux
  • MacOs
  • Windows
  • All of the Above
Q.19
The latest version of terraform is ..............
  • 0.14.6
  • 0.14.7
  • 0.14.8
  • 0.14.10
Q.20
Terraform is written in which language ..................
  • Java
  • Python
  • Perl
  • Go
0 h : 0 m : 1 s