DATABRICKS-MACHINE-LEARNING-ASSOCIATE Exam Details

  • Exam Code
    :DATABRICKS-MACHINE-LEARNING-ASSOCIATE
  • Exam Name
    :Databricks Certified Machine Learning Associate
  • Certification
    :Databricks Certifications
  • Vendor
    :Databricks
  • Total Questions
    :74 Q&As
  • Last Updated
    :Jul 14, 2026

Databricks DATABRICKS-MACHINE-LEARNING-ASSOCIATE Online Questions & Answers

  • Question 61:

    A data scientist has a Spark DataFrame spark_df. They want to create a new Spark DataFrame that contains only the rows from spark_df where the value in column price is greater than 0.

    Which of the following code blocks will accomplish this task?

    A. spark_df[spark_df["price"] > 0]
    B. spark_df.filter(col("price") > 0)
    C. SELECT * FROM spark_df WHERE price > 0
    D. spark_df.loc[spark_df["price"] > 0,:]
    E. spark_df.loc[:,spark_df["price"] > 0]

  • Question 62:

    Which statement describes a Spark ML transformer?

    A. A transformer is an algorithm which can transform one DataFrame into another DataFrame
    B. A transformer is a hyperparameter grid that can be used to train a model
    C. A transformer chains multiple algorithms together to transform an ML workflow
    D. A transformer is a learning algorithm that can use a DataFrame to train a model

  • Question 63:

    A new data scientist has started working on an existing machine learning project. The project is a scheduled Job that retrains every day. The project currently exists in a Repo in Databricks. The data scientist has been tasked with improving the feature engineering of the pipeline's preprocessing stage. The data scientist wants to make necessary updates to the code that can be easily adopted into the project without changing what is being run each day.

    Which approach should the data scientist take to complete this task?

    A. They can create a new branch in Databricks, commit their changes, and push those changes to the Git provider.
    B. They can clone the notebooks in the repository into a Databricks Workspace folder and make the necessary changes.
    C. They can create a new Git repository, import it into Databricks, and copy and paste the existing code from the original repository before making changes.
    D. They can clone the notebooks in the repository into a new Databricks Repo and make the necessary changes.

  • Question 64:

    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:

    1.

    10.0

    2.

    12.0

    3.

    17.0

    Which of the following values represents the overall cross-validation root-mean-squared error?

    A. 13.0
    B. 17.0
    C. 12.0
    D. 39.0
    E. 10.0

  • Question 65:

    A data scientist wants to parallelize the training of trees in a gradient boosted tree to speed up the training process. A colleague suggests that parallelizing a boosted tree algorithm can be difficult.

    Which of the following describes why?

    A. Gradient boosting is not a linear algebra-based algorithm which is required for parallelization
    B. Gradient boosting requires access to all data at once which cannot happen during parallelization.
    C. Gradient boosting calculates gradients in evaluation metrics using all cores which prevents parallelization.
    D. Gradient boosting is an iterative algorithm that requires information from the previous iteration to perform the next step.

  • Question 66:

    Which of the following statements describes a Spark ML estimator?

    A. An estimator is a hyperparameter arid that can be used to train a model
    B. An estimator chains multiple alqorithms toqether to specify an ML workflow
    C. An estimator is a trained ML model which turns a DataFrame with features into a DataFrame with predictions
    D. An estimator is an alqorithm which can be fit on a DataFrame to produce a Transformer
    E. An estimator is an evaluation tool to assess to the quality of a model

  • Question 67:

    In which of the following situations is it preferable to impute missing feature values with their median value over the mean value?

    A. When the features are of the categorical type
    B. When the features are of the boolean type
    C. When the features contain a lot of extreme outliers
    D. When the features contain no outliers
    E. When the features contain no missingno values

  • Question 68:

    Which of the following machine learning algorithms typically uses bagging?

    A. Gradient boosted trees B. K-means
    C. Random forest
    D. Linear regression
    E. Decision tree

  • Question 69:

    A data scientist learned during their training to always use 5-fold cross-validation in their model development workflow. A colleague suggests that there are cases where a train-validation split could be preferred over k-fold cross-validation

    when k > 2.

    Which of the following describes a potential benefit of using a train-validation split over k-fold cross-validation in this scenario?

    A. A holdout set is not necessary when using a train-validation split
    B. Reproducibility is achievable when using a train-validation split
    C. Fewer hyperparameter values need to be tested when usinga train-validation split
    D. Bias is avoidable when using a train-validation split
    E. Fewer models need to be trained when using a train-validation split

  • Question 70:

    A data scientist is wanting to explore summary statistics for Spark DataFrame spark_df. The data scientist wants to see the count, mean, standard deviation, minimum, maximum, and interquartile range (IQR) for each numerical feature.

    Which of the following lines of code can the data scientist run to accomplish the task?

    A. spark_df.summary ()
    B. spark_df.stats()
    C. spark_df.describe().head()
    D. spark_df.printSchema()
    E. spark_df.toPandas()

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Databricks exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your DATABRICKS-MACHINE-LEARNING-ASSOCIATE exam preparations and Databricks certification application, do not hesitate to visit our Vcedump.com to find your solutions here.