Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 113
Which two statements about Infrastructure as Code are true? (Choose two.)
Answer options
- A. Test-driven development practices make use of Infrastructure as Code.
- B. Infrastructure as Code refers to automated testing libraries.
- C. DevOps builds upon Infrastructure as Code.
- D. Infrastructure as Code is based on practices from software development.
- E. Infrastructure as Code must use the same programming language as the application.
Correct answer: A, D
Explanation
Answer A is correct because test-driven development indeed leverages Infrastructure as Code to ensure infrastructure consistency. Answer D is also correct as Infrastructure as Code is influenced by software development practices. The other options are incorrect; B misrepresents Infrastructure as Code, C inaccurately suggests that DevOps solely relies on it, and E is false since Infrastructure as Code can be implemented in various programming languages.