Databricks Databricks Machine Learning Associate Übungsprüfungen
Zuletzt aktualisiert am 26.04.2025- Prüfungscode: Databricks Machine Learning Associate
- Prüfungsname: Databricks Certified Machine Learning Associate Exam
- Zertifizierungsanbieter: Databricks
- Zuletzt aktualisiert am: 26.04.2025
Question #31
A data scientist uses 3-fold cross-validation and the following hyperparameter grid when optimizing model hyperparameters via grid search for a classification problem:
● Hyperparameter 1: [2, 5, 10]
● Hyperparameter 2: [50, 100]
Which of the following represents the number of machine learning models that can be trained in parallel during this process?
- A . 3
- B . 5
- C . 6
- D . 18
Question #32
When creating a feature table in Databricks using the Feature Store Client, which method retrieves the metadata description of a created table?
- A . `fs.create_training_set("new_table")`
- B . `fs.get_table("new_table").description`
- C . `fs.get_table("new_table").load_df()`
- D . `fs.get_table("new_table")`