InterviewSolution
| 1. |
What is the final element of the Continuous Delivery Pipeline? |
|
Answer» Release on Demand is the final element of the Continuous Delivery Pipeline. It is the method through which features deployed into production are released incrementally or immediately to Customers as PER market demand. It is the last element in the four-part Continuous Delivery Pipeline of Continuous Exploration (CE), Continuous Integration (CI), Continuous Deployment (CD) and Release on Demand, as can be seen in Figure. Continuous delivery is deploying software product incrementally with new features as continuously and frequently as needed. It consists of PROCESSES and workflows that reduce cost and improve speed, quality and reliability of the software product. The course of Continuous Delivery is started by the consent of an EPIC. The stakeholders track the progress by using the Program Kanban Board where progress of features can be tracked from team level to business level. Once the consent is made, the Epic goes through four stages of Continuous Delivery.
|
|