Databricks Certified Machine Learning Professional — Question 68

Which of the following describes batch deployment for machine learning projects?

Answer options

Correct answer: C

Explanation

The correct answer is C because batch deployment involves making predictions in advance and storing them for later use, rather than providing them immediately. Option A describes real-time deployment, while option D indicates immediate processing, which is also not batch deployment. Option B is incorrect as option C accurately defines batch deployment.