
Ultimate access to all questions.
Databricks CI/CD Workflows
A data engineer has created a pipeline that implements unit tests and has run this pipeline after pushing changes to the repo. Which of the following steps does the data engineer need to take in order to create a complete Workflow? Select one response.
Explanation:
In a complete CI/CD (Continuous Integration/Continuous Deployment) workflow, after implementing unit tests and running them after pushing changes to the repository, the next critical step is to run implementation tests when code is moved to a staging environment.
Why option B is correct:
Why other options are incorrect:
The complete CI/CD workflow typically includes: development → unit testing → staging environment testing → production deployment.