Skip to content
MLP
ML Ops
hard
Question 4 of 88

A team's automated retraining job uses Lakeflow Jobs and detects that the model's performance has degraded below a threshold. After retraining and registering a new model version to Unity Catalog, which pattern correctly automates transition of the new version to the production alias?

AManually navigate to the Unity Catalog Model Registry UI and click "Set as Champion".
BUse MlflowClient().set_registered_model_alias(name, "champion", version) in the job notebook after validation.
CUse MlflowClient().transition_model_version_stage(name, version, "Production") in the job notebook.
DTrigger a Databricks Asset Bundle deployment with databricks bundle deploy to promote the model.

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion