Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 105

What are two principles of an infrastructure as code environment? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answers, C and E, highlight the importance of consistency and reusability in an infrastructure as code environment. Option C emphasizes that environments should be provisioned with the same inputs to ensure reliability, while option E states that complex systems can be built using reusable definitions, promoting efficiency. The other options suggest undesirable practices such as coupling components or inconsistencies, which contradict the principles of infrastructure as code.