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
- A. Components are coupled, and definitions must be deployed for the environment to function.
- B. Redeployments cause varying environment definitions.
- C. Environments must be provisioned consistently using the same inputs.
- D. Service overlap is encouraged to cater for unique environment needs.
- E. Complete complex systems must be able to be built from reusable infrastructure definitions.
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.