Valid Databricks-Machine-Learning-Professional Dumps shared by EduDump.com for Helping Passing Databricks-Machine-Learning-Professional Exam! EduDump.com now offer the newest Databricks-Machine-Learning-Professional exam dumps, the EduDump.com Databricks-Machine-Learning-Professional exam questions have been updated and answers have been corrected get the newest EduDump.com Databricks-Machine-Learning-Professional dumps with Test Engine here:
A Data Scientist is building a propensity model for an e-commerce start-up. The company maintains 7GB of historical data and receives about 5MB of new transaction data daily. The goal is to generate daily purchase predictions for all users by 7:00 AM each morning. As the start-up is in its early stages, the data scientist must prioritize a highly cost-efficient approach. Which approach should the Data Scientist take?
Correct Answer: B
With only 7GB of historical data and a small daily increment (about 5MB), a single-node memory- optimized cluster can comfortably train and score using scikit-learn without the overhead and cost of distributed compute. Scheduling a nightly batch job is the most cost-efficient way to meet a fixed daily SLA (7:00 AM) because the compute can be started only for the job run and then terminated, avoiding the expense of always-on serving or streaming infrastructure.