nerdexam
Google

PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #328

You have developed a fraud detection model for a large financial institution using Vertex AI. The model achieves high accuracy, but the stakeholders are concerned about the model's potential for bias

The correct answer is B. Use feature attribution in Vertex AI to analyze model predictions and the impact of each feature on. Feature attribution in Vertex AI (using tools like SHAP or integrated gradients) provides transparency into which features most influence the model’s predictions. This helps identify whether demographic features are contributing disproportionately, which is essential for detectin

Submitted by mike_84· Apr 18, 2026ML model development

Question

You have developed a fraud detection model for a large financial institution using Vertex AI. The model achieves high accuracy, but the stakeholders are concerned about the model's potential for bias based on customer demographics. You have been asked to provide insights into the model's decision-making process and identify any fairness issues. What should you do?

Options

  • ACreate feature groups using Vertex AI Feature Store to segregate customer demographic features
  • BUse feature attribution in Vertex AI to analyze model predictions and the impact of each feature on
  • CEnable Vertex AI Model Monitoring to detect training-serving skew. Configure an alert to send an
  • DCompile a dataset of unfair predictions. Use Vertex AI Vector Search to identify similar data points

How the community answered

(62 responses)
  • A
    15% (9)
  • B
    71% (44)
  • C
    5% (3)
  • D
    10% (6)

Explanation

Feature attribution in Vertex AI (using tools like SHAP or integrated gradients) provides transparency into which features most influence the model’s predictions. This helps identify whether demographic features are contributing disproportionately, which is essential for detecting and addressing fairness concerns. It aligns with stakeholder needs for explainability and bias

Topics

#Model Explainability#AI Fairness#Feature Attribution#Vertex AI Explainable AI

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-MACHINE-LEARNING-ENGINEER Practice