Databricks Certified Machine Learning Professional — Question 87

In a continuous integration, continuous deployment (CI/CD) process for machine learning pipelines, which of the following events commonly triggers the execution of automated testing?

Answer options

Correct answer: E

Explanation

The correct answer is E because the arrival of a new model version in the MLflow Model Registry signifies that changes have been made which necessitate testing to ensure functionality and performance. The other options either do not relate directly to the model versioning process or incorrectly state that CI/CD is not applicable to machine learning pipelines.