最新的Databricks Certified Machine Learning Professional - Databricks-Machine-Learning-Professional免費考試真題

問題1
A machine learning engineer is migrating a machine learning pipeline to use Data bricks Machine Learning. The pipeline needs to automatically refresh its model each time it runs.
They are using the following code block as part of their solution:

Assuming that this is the first time that the model is being run, which statement describes the impact of the registered_model_name=model_name parameter?

正確答案: D
說明:(僅 VCESoft 成員可見)
問題2
Which approach is best for scoring large historical datasets?

正確答案: D
說明:(僅 VCESoft 成員可見)
問題3
A Machine Learning Engineer needs to develop a custom anomaly detection model that monitors the internal IT infrastructure of their company. The model takes in compute metrics, logs, and user data and generates a binary prediction. The engineer plans to deploy it as a Databricks Model Serving endpoint. In production there will only be one client calling the endpoint once every
15 seconds. Leadership sees the model as an important part of their operational improvement strategy so maintaining consistent, stable, low latency inference is a requirement while minimizing infrastructure costs. The engineer plans to deploy the endpoint via the MLflow Deployment SDK.
Which endpoint config for the MLflow Deployment SDK should the engineer select?

正確答案: B
說明:(僅 VCESoft 成員可見)
問題4
A data scientist set up a machine learning pipeline to automatically log a data visualization with each run. They now want to view the visualizations in Databricks. Which location in Databricks will show these data visualizations?

正確答案: D
問題5
A Data Scientist is tasked with developing models to forecast product demand. The company offers 5000 different product types, and the Data Scientist must generate weekly forecasts for each type. They have access to two years of historical purchase data and are given ample project budget.
For their next project, they want to build 5000 separate Random Forest models, one for each product type. They aim to train all the models as quickly as possible with minimal setup.
Which approach meets these requirements?

正確答案: D
說明:(僅 VCESoft 成員可見)
問題6
A Machine Learning Engineer has deployed a fraud detection model in Databricks Model Serving to detect fraudulent transactions. The engineer wants to compare the model's predictions with the actual fraud classifications from the Fraud Ops team to monitor model performance. The Fraud Ops team uses a unique transaction_id to investigate fraudulent activity and persist their findings to a fraud_findings table. The engineer enabled inference tables on the endpoint, but they are not sure how to map the models' predictions to the Fraud Ops team's classifications. How can the engineer uniquely join the models' prediction to the fraud_findings table with the fewest code changes?

正確答案: C
說明:(僅 VCESoft 成員可見)
問題7
Which MLflow command logs a trained model?

正確答案: C
說明:(僅 VCESoft 成員可見)
問題8
A data scientist wants to remove the star_rating column from the Delta table at the location path.
To do this, they need to load in data and drop the star_rating column. Which of the following code blocks accomplishes this task?

正確答案: D
問題9
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?

正確答案: A
說明:(僅 VCESoft 成員可見)
問題10
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?

正確答案: E