Databricks-Machine-Learning-Associate 試験問題を無料オンラインアクセス
| 試験コード: | Databricks-Machine-Learning-Associate |
| 試験名称: | Databricks Certified Machine Learning Associate Exam |
| 認定資格: | Databricks |
| 無料問題数: | 76 |
| 更新日: | 2026-06-02 |
Which of the following tools can be used to parallelize the hyperparameter tuning process for single-node machine learning models using a Spark cluster?
A machine learning engineering team has a Job with three successive tasks. Each task runs a single notebook. The team has been alerted that the Job has failed in its latest run.
Which of the following approaches can the team use to identify which task is the cause of the failure?
Which of the following is a benefit of using vectorized pandas UDFs instead of standard PySpark UDFs?
A data scientist has replaced missing values in their feature set with each respective feature variable's median value. A colleague suggests that the data scientist is throwing away valuable information by doing this.
Which of the following approaches can they take to include as much information as possible in the feature set?
The implementation of linear regression in Spark ML first attempts to solve the linear regression problem using matrix decomposition, but this method does not scale well to large datasets with a large number of variables.
Which of the following approaches does Spark ML use to distribute the training of a linear regression model for large data?