Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
What are the differences between continuous integration, continuous delivery, and continuous deployment?
Home
Interview Question
What are the differences between continuous integration, continuous delivery, and continuous...
asked
May 22, 2019
in
Interview Question
by
Robindeniel
Q:
What are the differences between continuous integration, continuous delivery, and continuous deployment?
Developers practicing
continuous integration
merge their changes back to the main branch as often as possible. By doing so, you avoid the integration hell that usually happens when people wait for release day to merge their changes into the release branch.
Continuous delivery
is an extension of continuous integration to make sure that you can release new changes to your customers quickly in a sustainable way. This means that on top of having automated your testing, you also have automated your release process and you can deploy your application at any point of time by clicking on a button.
Continuous deployment
goes one step further than continuous delivery. With this practice, every change that passes all stages of your production pipeline is released to your customers. There's no human intervention, and only a failed test will prevent a new change to be deployed to production.
#continousintegration
#integration
#interviewquestionandanswer
#interviewquestions
0
Answers
Related questions
0
votes
Q: What are the success factors for Continuous Integration?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
#continousintegration
#integration
#interviewquestionandanswer
#interviewquestions
0
votes
Q: What is the function of CI (Continuous Integration) server?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
#integration
#continousintegration
#interviewquestionandanswer
#interviewquestions
0
votes
Q: What is meant by Continuous Integration?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
#continousintegration
#integration
#interviewquestionandanswer
#interviewquestions
0
votes
Q: What's the difference between a blue/green deployment and a rolling deployment?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
#continousintegration
#integration
#interviewquestionandanswer
#interviewquestions
0
votes
Q: What is the difference between resource allocation and resource provisioning?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
#continousintegration
#integration
#interviewquestionandanswer
#interviewquestions
0
votes
Q: What Is Your Greatest Strength?
asked
May 23, 2019
in
Interview Question
by
rajeshsharma
#interviewquestionandanswer
#continousintegration
#interviewquestions
#integration
#infrastructure
0
votes
Q: What Is Sticky Session Load Balancing? What Do You Mean By "Session Affinity"?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
#continousintegration
#integration
#interviewquestions
#interviewquestionandanswer
0
votes
Q: Explain the purpose of Scalability testing
asked
May 22, 2019
in
Interview Question
by
Robindeniel
#continousintegration
#integration
#interviewquestions
#interviewquestionandanswer
0
votes
Q: Could you explain the Gitflow workflow?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
#continousintegration
#integration
#interviewquestionandanswer
#interviewquestions
0
votes
Q: What are the differences between continuous integration, continuous delivery, and continuous deployment?
asked
May 14, 2019
in
Other
by
Robindeniel
#integration
0
votes
Q: hat is mean by Collections in Java?
asked
May 24, 2019
in
JAVA
by
rajeshsharma
#interviewquestionandanswer
#interviewquestions
#continousintegration
#integration
#java
Java-questions-answers
0
votes
Q: Explain Blue-Green Deployment Technique
asked
May 22, 2019
in
Interview Question
by
Robindeniel
#continousintegration
#integration
#interviewquestionandanswer
0
votes
Q: What is the difference between load and stress testing?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
#continousintegration
#integration
#interviewquestions
0
votes
Q: What would you consider your greatest strengths & weakness?
asked
Oct 24, 2019
in
Interview Question
by
AdilsonLima
#interviewquestions
#interviewquestionandanswer
#integration
0
votes
Q: What Is Your Greatest Weakness?
asked
May 23, 2019
in
Interview Question
by
rajeshsharma
#interviewquestionandanswer
#interviewquestions
#integration
0
votes
Q: What are the success factors for Continuous Integration?
asked
May 14, 2019
in
Other
by
Robindeniel
#continousintegration
#integration
0
votes
Q: What is the function of CI (Continuous Integration) server?
asked
May 14, 2019
in
Other
by
Robindeniel
#continousintegration
#integration
0
votes
Q: What is meant by Continuous Integration?
asked
May 14, 2019
in
Other
by
Robindeniel
#continousintegration
#integration
0
votes
Q: Are you familiar with The Twelve-Factor App principles?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
#interviewquestions
#interviewquestionandanswer
#continousintegration
0
votes
Q: What Is Meant By Impedance Diagram.?
asked
May 18, 2019
in
Other
by
SakshiSharma
#continousintegration
#integration
#electronicsquestions
#interviewquestionandanswer
...