🔥 3-day streak
Databricks Certified Machine Learning Associate124 / 137
Question 124 of 137
A data engineer needs to score 500 million records in a nightly Spark batch job using an MLflow model registered in Unity Catalog. Each record must first be grouped by 'store_id' so that a store-specific normalization step (implemented as custom Python logic requiring the full group in memory) is applied before the model's predictions are generated. Which approach correctly handles the per-group preprocessing and inference in a distributed manner?
Reviewed for accuracy · Report an issueNext question