Palo Alto Networks Cybersecurity Entry-Level Technician (PCCET) — Question 85
Which process replaces manual checks with automated code testing and deployment?
Answer options
- A. Continuous development
- B. Continuous deployment
- C. Continuous delivery
- D. Continuous integration
Correct answer: B
Explanation
Continuous deployment is the process that automates the release of code to production after passing automated tests, thus removing manual checks. Continuous development and Continuous delivery pertain to different aspects of the development process, while Continuous integration focuses on integrating code changes but not necessarily on deploying them automatically.