Databricks-Machine-Learning-Professional Databricks Certified Machine Learning Professional Exam Practice Test

Page: 1 / 14
Total 60 questions
Question 1

A machine learning engineer wants to view all of the active MLflow Model Registry Webhooks for a specific model.

They are using the following code block:

Which of the following changes does the machine learning engineer need to make to this code block so it will successfully accomplish the task?



Answer : D


Question 2

A machine learning engineer is migrating a machine learning pipeline to use Databricks Machine Learning. They have programmatically identified the best run from an MLflow Experiment and stored its URI in the model_uri variable and its Run ID in the run_id variable. They have also determined that the model was logged with the name "model". Now, the machine learning engineer wants to register that model in the MLflow Model Registry with the name "best_model".

Which of the following lines of code can they use to register the model to the MLflow Model Registry?



Answer : D


Question 3

A machine learning engineer is using the following code block as part of a batch deployment pipeline:

Which of the following changes needs to be made so this code block will work when the inference table is a stream source?



Answer : B


Question 4

A machine learning engineer needs to select a deployment strategy for a new machine learning application. The feature values are not available until the time of delivery, and results are needed exceedingly fast for one record at a time.

Which of the following deployment strategies can be used to meet these requirements?



Answer : E


Question 5

A data scientist has created a Python function compute_features that returns a Spark DataFrame with the following schema:

The resulting DataFrame is assigned to the features_df variable. The data scientist wants to create a Feature Store table using features_df.

Which of the following code blocks can they use to create and populate the Feature Store table using the Feature Store Client fs?

A)

B)

C)

features_df.write.mode("fs").path("new_table")

D)



Answer : D


Question 6

Which of the following machine learning model deployment paradigms is the most common for machine learning projects?



Answer : B


Question 7

Which of the following describes label drift?



Answer : C


Page:    1 / 14   
Total 60 questions