Explain the difference between continuous integration, delivery, and deployment ?
Answer / Mahendra Patel
1. Continuous Integration (CI): The practice of frequently merging code changes from multiple contributors into a shared repository and automatically building and testing the software.n2. Continuous Delivery (CD): The practice of keeping the software in a deployable state at any given time, ensuring that it can be released to production quickly whenever needed.n3. Continuous Deployment: An extension of CD where every change that passes through CI is automatically deployed to production.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you explain the uses of the tools just mentioned and how they connect to give a devops model (ci/cd)?
What types of testing are needed?
What are the advantages of nosql database over rdbms?
Explain how you can update memcached when data changes?
How can one know the branches that are already merged into the master branch?
What is DevOps architecture?
What is the purpose of cm tools and which one you have used?
What are the key elements of continuous testing?
How to automate testing in the devops lifecycle?
Explain continuous testing.
What are DevOps skills?
What is the difference between memcache and memcached?