You are designing a responsible AI solution for a healthcare application that uses Azure AI Vision to analyze medical images. The solution must minimize bias across demographic groups and provide explainability for predictions. Which combination of services should you use?
Content Safety filters inappropriate content; Fairlearn and interpretability address bias and explainability.
Why this answer
Option D is correct because Azure AI Content Safety helps filter harmful content and reduce bias in model outputs, while Fairlearn with Azure Machine Learning interpretability provides tools to assess fairness across demographic groups and explain model predictions. This combination directly addresses the requirements of minimizing bias and providing explainability for medical image analysis.
Exam trap
The trap here is that candidates may confuse general-purpose AI services (like translation or search) with specialized fairness and interpretability tools, overlooking that Fairlearn and ML interpretability are the Azure-native solutions for responsible AI requirements.
How to eliminate wrong answers
Option A is wrong because Azure AI Document Intelligence extracts text from documents and Azure AI Language performs sentiment analysis, neither of which addresses bias minimization or explainability for image analysis. Option B is wrong because Azure AI Translator provides multilingual translation and Azure AI Metrics Advisor monitors time-series data, both irrelevant to bias detection or model interpretability in medical imaging. Option C is wrong because Azure AI Search indexes searchable content and Azure AI Anomaly Detector identifies outliers in time-series data, neither of which offers fairness assessment or explainability for AI vision predictions.