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 Machine Learning Engineer has a production AI model that predicts fraudulent transactions in real time. This model is integrated into critical business workflows and any downtime could result in significant financial loss and regulatory penalties. The engineer needs to deploy a new, improved version of the model to production to replace the existing model. The bank's fairness policy requires that all transactions be exposed to the same model at any given time. Additionally, the deployment must meet the following requirements: - Zero downtime: The fraud detection service must remain continuously available to users and downstream systems. - Immediate rollback: If the new model causes issues, you must be able to revert to the previous version instantly. Which deployment strategy meets these requirements?
Correct Answer: D
Blue-green deployment maintains two fully operational production environments and switches all traffic from the old model to the new model at once. This guarantees zero downtime and ensures that all transactions are handled by the same model version at any given time. If issues arise, traffic can be immediately switched back to the previous environment, enabling instant rollback while meeting strict fairness and availability requirements.