KCNA · Question #199
In a cloud native world, what does the IaC abbreviation stands for?
The correct answer is B. Infrastructure as Code. IaC stands for Infrastructure as Code, which is a key practice in cloud-native environments for managing and provisioning infrastructure through code instead of manual processes.
Question
In a cloud native world, what does the IaC abbreviation stands for?
Options
- AInfrastructure and Code
- BInfrastructure as Code
- CInfrastructure above Code
- DInfrastructure across Code
How the community answered
(54 responses)- A2% (1)
- B94% (51)
- D4% (2)
Why each option
IaC stands for Infrastructure as Code, which is a key practice in cloud-native environments for managing and provisioning infrastructure through code instead of manual processes.
"Infrastructure and Code" is not the correct expansion of the IaC abbreviation.
Infrastructure as Code (IaC) is a crucial practice in cloud-native and DevOps methodologies where infrastructure (networks, virtual machines, load balancers, etc.) is defined and managed using configuration files or code, rather than manual configuration. This allows for versioning, automation, and reproducibility of infrastructure deployments.
"Infrastructure above Code" is not the correct expansion of the IaC abbreviation.
"Infrastructure across Code" is not the correct expansion of the IaC abbreviation.
Concept tested: Infrastructure as Code (IaC) definition
Source: https://learn.microsoft.com/en-us/devops/deliver/what-is-infrastructure-as-code
Topics
Community Discussion
No community discussion yet for this question.