What work is performed in the Build activity of the Continuous Delivery Pipeline?
Answer : B
The correct answer is B. Compile. The Build activity of the Continuous Delivery Pipeline is responsible for creating deployable binaries and merging development branches into the trunk. The Build activity includes the following practices:
Compile -- Compile is the process of transforming the source code into executable code that can run on a specific platform or environment. Compile involves checking the syntax, semantics, and dependencies of the code, and resolving any errors or conflicts. Compile also involves linking the code with other libraries or components that are required for the functionality of the solution.
Package -- Package is the process of bundling the compiled code and other resources into a format that can be easily deployed to the target environment. Package involves creating archives, containers, or installers that contain the necessary files and metadata for the deployment process. Package also involves applying versioning and configuration information to the packages, to ensure traceability and consistency.
Which practice appears under the Respond activity?
Answer : B
Under the Respond activity in the context of DevOps, the practice of Rollback is often included. Rollback is a key response mechanism used to quickly revert a system to a previous stable state in the event of a failure or issue in the production environment. This practice is critical for maintaining system stability and minimizing downtime.
Which two statements describe the purpose of value stream mapping? (Choose two.)
Choose the correct option from below list
After the team maps the steps of the current state Value Stream during value stream mapping, what are the next two steps? (Choose two.)
Choose the correct option from below list
In which activity are specific improvements to the Continuous Delivery Pipeline identified?