CompTIA DataX (DY0-001) — Question 25

Which of the following techniques enables automation and iteration of code releases?

Answer options

Correct answer: D

Explanation

CI/CD (Continuous Integration/Continuous Deployment) is the correct answer because it specifically encompasses practices that automate the process of code releases, allowing for faster iterations. The other options, such as Virtualization and Code isolation, do not directly pertain to the automation of code deployment, and Markdown is a markup language that is not related to code release processes.