InterviewSolution
| 1. |
What is DevOps? |
|
Answer» DevOps is an approach to COLLABORATE the development and operations teams for a better, bug-free continuous DELIVERY and integration of the source code. CI/CD are the Continuous integration and continuous deployment methodologies. Every team takes the accountability of the entire product right from the requirement ANALYSIS to documentation to coding, testing in development environments, code deployment and continuous improvements in terms of bugs and feedback from reviewers and the customers. |
|