Databricks Certified Machine Learning Associate · Difficulty

Easy Databricks-ML-Associate practice questions

Direct recall — confirm you know the core facts and definitions. 4 easy questions available — no sign-up, always free.

Question 1 of 4

A data analyst wants to quickly benchmark several models for a customer churn classification problem using the Databricks AutoML UI. They have a Delta table registered in Unity Catalog and want AutoML to automatically try multiple algorithms and generate reproducible notebooks. When configuring the AutoML experiment through the UI, which combination of settings must they specify for the experiment to run correctly?

Reviewed for accuracy · Report an issue
Question 2 of 4

A data scientist wants to start a new interactive cluster to train a scikit-learn model and track it with MLflow autologging, using libraries like TensorFlow and XGBoost without manually installing them. When creating the cluster, which choice ensures these ML libraries and MLflow come preinstalled?

Reviewed for accuracy · Report an issue
Question 3 of 4

A data scientist has trained a scikit-learn classifier inside an MLflow run and generated a confusion matrix plot saved locally as 'confusion_matrix.png'. They want this image to be stored with the run so teammates can view it in the MLflow UI under the run's artifacts. Which MLflow API call should they use inside the active run?

Reviewed for accuracy · Report an issue
Question 4 of 4

A data scientist is evaluating a scikit-learn RandomForestClassifier on a dataset that comfortably fits in memory on a single node. They run cross_val_score(model, X, y, cv=5, scoring='f1') and want to report a single, robust estimate of the model's generalization performance for stakeholders. Which value should they report?

Reviewed for accuracy · Report an issue