1. A team has completed fine-tuning a GPT-4o mini model on Azure OpenAI for a specialized internal HR assistant. They are now planning the model's production lifecycle. Which two practices should they implement to maintain model quality over time? (Select TWO)
- A. Continuously monitor production outputs and collect user feedback to detect performance drift✓ Correct
- B. Redeploy the same fine-tuned model indefinitely without monitoring since fine-tuning is a one-time improvement
- C. Establish a periodic retraining schedule using newly collected production data and updated examples✓ Correct
- D. Delete the fine-tuning dataset after training to reduce storage costs and privacy exposure
- E. Increase the model's temperature setting in production to improve creative responses
Explanation
Monitoring production outputs (A) is essential for detecting drift as user behavior, language, and HR policies evolve over time. Periodic retraining with new data (C) ensures the model stays current with policy changes and new examples. Redeploying the same model indefinitely (B) ignores drift and policy changes, degrading quality over time. Deleting the fine-tuning dataset (D) prevents future retraining and auditing — the dataset should be archived securely, not deleted. Increasing temperature (E) makes outputs less consistent and is unrelated to maintaining fine-tuned model quality.