6. DevOps

Iac — Quiz

Test your understanding of iac with 5 practice questions.

Read the lesson first

Practice Questions

Question 1

Which infrastructure management practice extends Infrastructure as Code by using Git repositories as the single source of truth for declarative infrastructure definitions, automatically applying changes when pull requests are merged?

Question 2

In immutable infrastructure deployments, how are application updates typically rolled out to production?

Question 3

Within a Terraform resource lifecycle meta-argument, what is the effect of setting \create_before_destroy = true\"?"

Question 4

In Terraform, when implicit dependency inference fails to capture the correct order, which argument can you use in a resource block to explicitly declare a dependency on another resource?

Question 5

To configure two separate AWS provider instances in the same Terraform configuration, which attribute must you include in the secondary provider block?
Iac Quiz — Cloud Computing | A-Warded