Exam 312-41 Topic 4 Question 77 Discussion
Actual exam question for EC-COUNCIL's 312-41 exam
Question #: 77
Topic #: 4
Question #: 77
Topic #: 4
Isabella, a Lead Data Scientist, is auditing a credit-scoring model that shows a statistically significant disparity in approval rates for shift workers. Her investigation confirms that the code is mathematically sound and functions exactly as designed. The issue arises because the engineering team, seeking to find new indicators of lifestyle stability, decided to include telemetry data related to hardware brand and application timestamp. While these data points are technically accurate, they serve as unintentional proxies for socioeconomic status, leading the model to penalize applicants based on their work schedule rather than their creditworthiness. At which specific entry point did bias infiltrate this system?
Suggested Answer: D Vote an answer
The scenario clearly identifies that the model is functioning correctly from a mathematical and implementation standpoint, meaning the algorithm itself is not the source of bias. Instead, the bias originates from the choice of input variables used by the model.
The engineering team intentionally introduced new variables such as hardware brand and application timestamp. While these features are technically accurate, they act as proxy variables for socioeconomic status, indirectly encoding sensitive or protected characteristics. This leads to biased outcomes even though the model is technically correct.
This is a classic example of bias introduced during feature selection, which is the stage where decisions are made about which inputs the model will use. In CAIPM governance frameworks, feature selection is a critical control point because:
Features can unintentionally encode protected attributes or proxies
Bias can emerge even when data is accurate and algorithms are correct
Ethical risks often arise from what is included, not just how it is processed Other options are less appropriate:
Algorithm is functioning as intended and not introducing bias
Training data is not explicitly identified as biased in this scenario
User interaction is not relevant to model training or design
CAIPM emphasizes that responsible AI requires careful scrutiny of feature engineering decisions to prevent proxy discrimination and unintended bias.
Therefore, the correct answer is Feature Selection, as bias was introduced through the inclusion of problematic proxy variables.
=========
The engineering team intentionally introduced new variables such as hardware brand and application timestamp. While these features are technically accurate, they act as proxy variables for socioeconomic status, indirectly encoding sensitive or protected characteristics. This leads to biased outcomes even though the model is technically correct.
This is a classic example of bias introduced during feature selection, which is the stage where decisions are made about which inputs the model will use. In CAIPM governance frameworks, feature selection is a critical control point because:
Features can unintentionally encode protected attributes or proxies
Bias can emerge even when data is accurate and algorithms are correct
Ethical risks often arise from what is included, not just how it is processed Other options are less appropriate:
Algorithm is functioning as intended and not introducing bias
Training data is not explicitly identified as biased in this scenario
User interaction is not relevant to model training or design
CAIPM emphasizes that responsible AI requires careful scrutiny of feature engineering decisions to prevent proxy discrimination and unintended bias.
Therefore, the correct answer is Feature Selection, as bias was introduced through the inclusion of problematic proxy variables.
=========
by Hedda at Jul 31, 2026, 09:30 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).