Online Access Free Databricks-Machine-Learning-Professional Practice Test
| Exam Code: | Databricks-Machine-Learning-Professional |
| Exam Name: | Databricks Certified Machine Learning Professional |
| Certification Provider: | Databricks |
| Free Question Number: | 193 |
| Posted: | Aug 16, 2026 |
A machine learning engineer wants to move their model version model_version for the MLflow Model Registry model model from the Staging stage to the Production stage using MLflow Client client. At the same time, they would like to archive any model versions that are already in the Production stage. Which code block can they use to accomplish the task?
A Data Scientist is building a product recommendation model that suggests additional items based on a customer's current shopping basket for an online merchant. The model needs to access the real-time basket contents at inference time to avoid recommending items already in the basket. The model will be deployed using Databricks Model Serving. The data scientist now wants to implement real-time feature engineering to incorporate the current basket contents into the model's prediction. Which approach will do this?
A Machine Learning Engineer is implementing integration tests for an ML pipeline in Databricks.
The current integration test runs the complete workflow but takes four hours to execute due to large dataset processing and extensive model training. They need to select an approach that will be the most effective for optimizing integration test execution while maintaining test reliability. The approach should also be based on MLOps best practices. Which approach will do this?
