Certified Machine Learning Professional Exam QuestionsBrowse all questions from this exam

Certified Machine Learning Professional Exam - Question 26


A machine learning engineer wants to deploy a model for real-time serving using MLflow Model Serving. For the model, the machine learning engineer currently has one model version in each of the stages in the MLflow Model Registry. The engineer wants to know which model versions can be queried once Model Serving is enabled for the model.

Which of the following lists all of the MLflow Model Registry stages whose model versions are automatically deployed with Model Serving?

Show Answer
Correct Answer: D

In MLflow Model Serving, the model versions that are automatically deployed are those in the Staging and Production stages. The Staging stage is used for testing the latest changes in a controlled environment, while the Production stage is for serving predictions in a live environment. Model versions in the Archived stage are not automatically deployed. Therefore, the correct list of stages whose model versions are deployed with Model Serving includes only Staging and Production.

Discussion

7 comments
Sign in to comment
ldoyle3332Option: D
Jan 29, 2024

Correct answer is D. See https://www.databricks.com/blog/2020/06/25/announcing-mlflow-model-serving-on-databricks.html "Note the URL for each model: you can query either by the version number (1 or 2) or by the stage (Production or Staging)"

BokNinjaOption: C
Dec 19, 2023

C. Correct

trendy01Option: C
Dec 27, 2023

C. None, Staging, Production, Archived

spaceexplorerOption: E
Feb 2, 2024

E is correct

Alishahab70Option: D
Feb 7, 2024

D. Staging, Production Model versions in the Staging and Production stages are automatically deployed with Model Serving. When Model Serving is enabled for a model, the latest version in the Staging stage is deployed for testing, and the latest version in the Production stage is deployed for serving predictions in production environments.

lenOption: A
May 21, 2024

A is correct. Over the course of the model’s lifecycle, a model evolves—from development to staging to production. You can transition a registered model to one of the stages: Staging, Production or Archived. https://mlflow.org/docs/latest/model-registry.html#deprecated-using-model-stages

james_donquixoteOption: D
May 23, 2024

https://www.databricks.com/blog/2020/06/25/announcing-mlflow-model-serving-on-databricks.html