Online Access Free Databricks-Machine-Learning-Associate Practice Test

Exam Code:Databricks-Machine-Learning-Associate
Exam Name:Databricks Certified Machine Learning Associate Exam
Certification Provider:Databricks
Free Question Number:76
Posted:Jan 05, 2026
Rating
100%

Question 1

A data scientist has written a feature engineering notebook that utilizes the pandas library. As the size of the data processed by the notebook increases, the notebook's runtime is drastically increasing, but it is processing slowly as the size of the data included in the process increases.
Which of the following tools can the data scientist use to spend the least amount of time refactoring their notebook to scale with big data?

Question 2

A machine learning engineer is trying to perform batch model inference. They want to get predictions using the linear regression model saved at the path model_uri for the DataFrame batch_df.
batch_df has the following schema:
customer_id STRING
The machine learning engineer runs the following code block to perform inference on batch_df using the linear regression model at model_uri:

In which situation will the machine learning engineer's code block perform the desired inference?

Question 3

A data scientist uses 3-fold cross-validation when optimizing model hyperparameters for a regression problem. The following root-mean-squared-error values are calculated on each of the validation folds:
* 10.0
* 12.0
* 17.0
Which of the following values represents the overall cross-validation root-mean-squared error?

Question 4

Which of the following machine learning algorithms typically uses bagging?

Question 5

A data scientist wants to use Spark ML to one-hot encode the categorical features in their PySpark DataFrame features_df. A list of the names of the string columns is assigned to the input_columns variable.
They have developed this code block to accomplish this task:

The code block is returning an error.
Which of the following adjustments does the data scientist need to make to accomplish this task?

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.