問題1
Which of the following lists all of the model stages are available in the MLflow Model Registry?
Which of the following lists all of the model stages are available in the MLflow Model Registry?
正確答案: D
問題2
A Machine Learning Engineer has trained a credit scoring model and needs to evaluate fairness metrics across different customer segments while maintaining different levels of granularity for business reporting. They need to compute metrics like precision, recall, and demographic parity at the individual feature level (credit_score_range, income_bracket) as well as intersectional slices (combinations of features). The model outputs are stored in a Delta table with prediction probabilities and actual default labels. The engineer wants to systematically evaluate model performance across these various feature slices and granularities. Which approach will do this?
A Machine Learning Engineer has trained a credit scoring model and needs to evaluate fairness metrics across different customer segments while maintaining different levels of granularity for business reporting. They need to compute metrics like precision, recall, and demographic parity at the individual feature level (credit_score_range, income_bracket) as well as intersectional slices (combinations of features). The model outputs are stored in a Delta table with prediction probabilities and actual default labels. The engineer wants to systematically evaluate model performance across these various feature slices and granularities. Which approach will do this?
正確答案: D
說明:(僅 NewDumps 成員可見)
問題3
A machine learning engineer wants to move their model version model_version for the MLflow Model Registry model model from the Staging stage to the Production stage using MLflow Client client. At the same time, they would like to archive any model versions that are already in the Production stage. Which code block can they use to accomplish the task?
A machine learning engineer wants to move their model version model_version for the MLflow Model Registry model model from the Staging stage to the Production stage using MLflow Client client. At the same time, they would like to archive any model versions that are already in the Production stage. Which code block can they use to accomplish the task?
正確答案: C
問題4
A Machine Learning Engineer is using Lakehouse Monitoring to track the performance of ML models deployed in their environment. They want to monitor significant distributional drift in categorical features with a metric bounded on [0,1] for easy interpretation. Which statistical method should they use?
A Machine Learning Engineer is using Lakehouse Monitoring to track the performance of ML models deployed in their environment. They want to monitor significant distributional drift in categorical features with a metric bounded on [0,1] for easy interpretation. Which statistical method should they use?
正確答案: D
問題5
Which component manages model versions?
Which component manages model versions?
正確答案: D
說明:(僅 NewDumps 成員可見)
問題6
A Data Scientist is developing a model training pipeline on Databricks and needs to track custom performance metrics during training. They want to log a custom evaluation score (team_score), a single hyperparameter, and a confusion matrix plot as part of their MLflow experiment. Which code snippet correctly logs all three types of information in MLflow?
A Data Scientist is developing a model training pipeline on Databricks and needs to track custom performance metrics during training. They want to log a custom evaluation score (team_score), a single hyperparameter, and a confusion matrix plot as part of their MLflow experiment. Which code snippet correctly logs all three types of information in MLflow?
正確答案: D
說明:(僅 NewDumps 成員可見)
問題7
Which is a benefit of logging an input example with an MLflow model?
Which is a benefit of logging an input example with an MLflow model?
正確答案: C
說明:(僅 NewDumps 成員可見)
問題8
A Machine Learning Engineer is training a large-scale gradient boosting model using SparkML on a cluster of machines. The training job fails due to memory overflow on a single executor node after processing several iterations. The cluster resources are limited to executor nodes with 16 CPU cores and 64 GB RAM each. The engineer wants to continue training the model without changing hyperparameters or reducing the dataset size. They know Spark's architecture well and want to take advantage of its benefits. Which approach will allow the Machine Learning Engineer to solve this issue?
A Machine Learning Engineer is training a large-scale gradient boosting model using SparkML on a cluster of machines. The training job fails due to memory overflow on a single executor node after processing several iterations. The cluster resources are limited to executor nodes with 16 CPU cores and 64 GB RAM each. The engineer wants to continue training the model without changing hyperparameters or reducing the dataset size. They know Spark's architecture well and want to take advantage of its benefits. Which approach will allow the Machine Learning Engineer to solve this issue?
正確答案: C
說明:(僅 NewDumps 成員可見)
問題9
A machine learning engineer is working on a fraud detection machine learning application. When a transaction is made with a credit card, the machine learning application will immediately process the data and make a prediction to determine whether or not to approve the transaction based on the probability that the transaction is fraudulent. Which deployment strategy can be used to meet these requirements?
A machine learning engineer is working on a fraud detection machine learning application. When a transaction is made with a credit card, the machine learning application will immediately process the data and make a prediction to determine whether or not to approve the transaction based on the probability that the transaction is fraudulent. Which deployment strategy can be used to meet these requirements?
正確答案: C
說明:(僅 NewDumps 成員可見)
問題10
A Data Scientist is building a machine learning pipeline to classify raw text using a Logistic Regression model in Spark using Spark MLlib's Pipelines. This pipeline has three stages: the Tokenizer (to split the raw text in tokens), a HashingTF (to transform tokens into hashes) and the Logistic Regression itself (to perform the classification of texts). The Spark DataFrame with the training data is called trainingDF and the one with the test data is called testDF.
In order to do this, they use the following incomplete piece of code:

Which option correctly states:
(i) The complete command to run model training;
(ii) The complete command to execute the prediction on test data;
(iii) The object type of the model object returned by the model
training command.
A Data Scientist is building a machine learning pipeline to classify raw text using a Logistic Regression model in Spark using Spark MLlib's Pipelines. This pipeline has three stages: the Tokenizer (to split the raw text in tokens), a HashingTF (to transform tokens into hashes) and the Logistic Regression itself (to perform the classification of texts). The Spark DataFrame with the training data is called trainingDF and the one with the test data is called testDF.
In order to do this, they use the following incomplete piece of code:

Which option correctly states:
(i) The complete command to run model training;
(ii) The complete command to execute the prediction on test data;
(iii) The object type of the model object returned by the model
training command.
正確答案: C
說明:(僅 NewDumps 成員可見)
問題11
A machine learning engineering team has written predictions computed in a batch job to a Delta table for querying. However, the team has noticed that the querying is running slowly. The team has already tuned the size of the data files. Upon investigating, the team has concluded that the rows meeting the query condition are sparsely located throughout each of the data files. Based on the scenario, which optimization technique could speed up the query by colocating similar records while considering values in multiple columns?
A machine learning engineering team has written predictions computed in a batch job to a Delta table for querying. However, the team has noticed that the querying is running slowly. The team has already tuned the size of the data files. Upon investigating, the team has concluded that the rows meeting the query condition are sparsely located throughout each of the data files. Based on the scenario, which optimization technique could speed up the query by colocating similar records while considering values in multiple columns?
正確答案: A
問題12
What is the main purpose of the Databricks Feature Store?
What is the main purpose of the Databricks Feature Store?
正確答案: A
說明:(僅 NewDumps 成員可見)