최신Databricks Certified Machine Learning Professional - Databricks-Machine-Learning-Professional무료샘플문제
문제1
A data scientist would like to enable MLflow Autologging for all machine learning libraries used in a notebook. They want to ensure that MLflow Autologging is used no matter what version of the Databricks Runtime for Machine Learning is used to run the notebook and no matter what workspace-wide configurations are selected in the Admin Console. Which of the following lines of code can they use to accomplish this task?
A data scientist would like to enable MLflow Autologging for all machine learning libraries used in a notebook. They want to ensure that MLflow Autologging is used no matter what version of the Databricks Runtime for Machine Learning is used to run the notebook and no matter what workspace-wide configurations are selected in the Admin Console. Which of the following lines of code can they use to accomplish this task?
정답: A
문제2
A Machine Learning Engineer has automated a model retraining job in Databricks. Each scheduled run trains multiple candidate models with new sales data and logs all runs with MLflow.
The goal is to select and register the best-performing model at the end of each cycle to ensure optimal forecast accuracy. Which approach will meet this goal?
A Machine Learning Engineer has automated a model retraining job in Databricks. Each scheduled run trains multiple candidate models with new sales data and logs all runs with MLflow.
The goal is to select and register the best-performing model at the end of each cycle to ensure optimal forecast accuracy. Which approach will meet this goal?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제3
A Machine Learning Engineer has created a custom PyFunc model wrapper for a fraud detection system that needs to be registered in Unity Catalog under the schema risk_models in the production catalog. The model requires specific dependencies and must be accessible for governance and version control. The engineer is working on a dedicated cluster with Unity Catalog enabled, but the model registration is failing. Why is the model failing to be registered in this case?
A Machine Learning Engineer has created a custom PyFunc model wrapper for a fraud detection system that needs to be registered in Unity Catalog under the schema risk_models in the production catalog. The model requires specific dependencies and must be accessible for governance and version control. The engineer is working on a dedicated cluster with Unity Catalog enabled, but the model registration is failing. Why is the model failing to be registered in this case?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제4
A data scientist would like to switch from manually using MLflow logging to MLflow Autologging for all machine learning libraries used in a notebook.
They begin by adding mlflow.autolog()to the top of the below code block:

The data scientist is now trying to determine which line of code will kick off the MLflow Autologging process.
Which line of code within the above code block will start the MLflow Autologging process?
A data scientist would like to switch from manually using MLflow logging to MLflow Autologging for all machine learning libraries used in a notebook.
They begin by adding mlflow.autolog()to the top of the below code block:

The data scientist is now trying to determine which line of code will kick off the MLflow Autologging process.
Which line of code within the above code block will start the MLflow Autologging process?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제5
A Data Scientist has created a sales forecasting model, named sales-forecasting. The model is deployed to a model serving endpoint with a schema. They need to invoke this model using Python and would prefer to use a SDK function to make the request. Which method suits these requirements?
A Data Scientist has created a sales forecasting model, named sales-forecasting. The model is deployed to a model serving endpoint with a schema. They need to invoke this model using Python and would prefer to use a SDK function to make the request. Which method suits these requirements?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
A Machine Learning Engineer is tasked with building an automated daily pipeline that updates a customer_features table in Unity Catalog. They have implemented a function, compute_customer_features, that returns a DataFrame with a unique customer_id as the primary key and want to ensure the latest feature values are merged into the table each day. Which code snippet implements this requirement?
A Machine Learning Engineer is tasked with building an automated daily pipeline that updates a customer_features table in Unity Catalog. They have implemented a function, compute_customer_features, that returns a DataFrame with a unique customer_id as the primary key and want to ensure the latest feature values are merged into the table each day. Which code snippet implements this requirement?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제7
A machine learning engineer wants to load the data from the very first version of a Delta table from location path. Which of the following lines of code can be used to accomplish this task?
A machine learning engineer wants to load the data from the very first version of a Delta table from location path. Which of the following lines of code can be used to accomplish this task?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제8
Feature drift occurs when there is a change in which element?
Feature drift occurs when there is a change in which element?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제9
A machine learning engineer has created a webhook with the following code block:

Which code block will trigger this webhook to run the associate job?
A machine learning engineer has created a webhook with the following code block:

Which code block will trigger this webhook to run the associate job?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제10
In order to connect an MLflow Model Registry Webhook to a Databricks Job, the Job ID must be provided to the code block used to create the webhook. Which approach can be used to obtain a Databricks Job ID?
In order to connect an MLflow Model Registry Webhook to a Databricks Job, the Job ID must be provided to the code block used to create the webhook. Which approach can be used to obtain a Databricks Job ID?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제11
A data scientist has written a function to track the runs of their random forest model. The data scientist is changing the number of trees in the forest across each run. Which of the following MLflow operations is designed to log single values like the number of trees in a random forest?
A data scientist has written a function to track the runs of their random forest model. The data scientist is changing the number of trees in the forest across each run. Which of the following MLflow operations is designed to log single values like the number of trees in a random forest?
정답: A
문제12
A Data Scientist is building a product recommendation model that suggests additional items based on a customer's current shopping basket for an online merchant. The model needs to access the real-time basket contents at inference time to avoid recommending items already in the basket. The model will be deployed using Databricks Model Serving. The data scientist now wants to implement real-time feature engineering to incorporate the current basket contents into the model's prediction. Which approach will do this?
A Data Scientist is building a product recommendation model that suggests additional items based on a customer's current shopping basket for an online merchant. The model needs to access the real-time basket contents at inference time to avoid recommending items already in the basket. The model will be deployed using Databricks Model Serving. The data scientist now wants to implement real-time feature engineering to incorporate the current basket contents into the model's prediction. Which approach will do this?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제13
A machine learning engineer needs to select a deployment strategy for a new machine learning application. The machine learning application requires central prediction computation and exceedingly fast results, but only a handful of predictions need to be computed at a time. Which deployment strategy can be used to meet these requirements?
A machine learning engineer needs to select a deployment strategy for a new machine learning application. The machine learning application requires central prediction computation and exceedingly fast results, but only a handful of predictions need to be computed at a time. Which deployment strategy can be used to meet these requirements?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제14
Why are Delta tables often used to store machine learning features?
Why are Delta tables often used to store machine learning features?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제15
A machine learning engineer has registered a sklearn model in the MLflow Model Registry using the sklearn model flavor with UI model_uri. Which operation can be used to load the model as an sklearn object for batch deployment?
A machine learning engineer has registered a sklearn model in the MLflow Model Registry using the sklearn model flavor with UI model_uri. Which operation can be used to load the model as an sklearn object for batch deployment?
정답: B