Refer to the exhibit.
A development team is designing an application that will include multiple components and services. To streamline the process, CO/CD must be implemented.
Drag and drop the CI/CD pipeline stages from the left onto the targets on the right.


A DevOps engineer is designing a precheck validation of the network state in a CI/CD pipeline and must implement this workflow:
* Take a source Docker image named alpine
* Define two stages named build and push
* Check network connectivity before the stages run
* Fetch the latest Docker image
* Create a new Docker image and push it to the registry
* Tag the new Docker image as the latest version
Drag and drop the code snippets from the bottom onto the boxes in the GitLab CI configuration to achieve the requirements for the design. Not all options are used.


When static routes are added to a router in a network using a CI/CD pipeline, an Ansible playbook is used to make these changes. Which steps must be added to the pipeline to validate that the changes have the intended effect on the traffic flow?
An interface on a router as a Layer 3 link has been configured to another device by updating an Ansible playbook that is executed via a CI/CD pipeline. The Ansible playbook was written to push the configuration change using the ios_config module. Which automated test validates that the interface is functioning as it should?
What are two testing scenarios of the chaos engineering principle? (Choose two.)