Free CERTIFIED-MACHINE-LEARNING-ASSOCIATE Databricks CERTIFIED-MACHINE-LEARNING-ASSOCIATE Practice Test Question

Loading demo links...

Showing 4–5 of 5 questions

Question 4 (Topic 1)

A machine learning engineer is trying to scale a machine learning pipeline by distributing its feature engineering process. Which of the following feature engineering tasks will be the least efficient to distribute?

Select an option, then click Submit answer.

  • One-hot encoding categorical features
  • Target encoding categorical features
  • Imputing missing feature values with the mean
  • Imputing missing feature values with the true median
  • Creating binary indicator features for missing values
Question 5 (Topic 1)

Which of the following is a benefit of using vectorized pandas UDFs instead of standard PySpark UDFs?

Select an option, then click Submit answer.

  • The vectorized pandas UDFs allow for the use of type hints
  • The vectorized pandas UDFs process data in batches rather than one row at a time
  • The vectorized pandas UDFs allow for pandas API use inside of the function
  • The vectorized pandas UDFs work on distributed DataFrames
  • The vectorized pandas UDFs process data in memory rather than spilling to disk