InterviewSolution
| 1. |
How can you define continuous delivery workflow? |
|
Answer» CONTINUOUS delivery (CD ) is a product design methodology in which team software in short cycles, guaranteeing that the product can be dependably released whenever and, when releasing the product, doing as such manually. It goes for building, testing, and releasing programming with more PROMINENT speed and recurrence. The methodology LESSENS the cost, time, and risk of conveying changes by considering progressively GRADUAL updates to applications underway. A direct and repeatable arrangement procedure is significant for continuous delivery. CD stands out from continuous deployment, a comparable methodology where software is likewise delivered in short cycles yet through automatic arrangements as opposed to manual ONES. The flowchart beneath demonstrates the Continuous Delivery Workflow. Hope it will be much easier to understand with visuals. |
|