Try 10 focused GARP RAI questions on History and Overview of AI Concepts, with answers and explanations, then continue with Finance Prep.
Use this page to isolate History and Overview of AI Concepts before returning to mixed GARP RAI practice.
| Field | Detail |
|---|---|
| Exam route | GARP RAI |
| Issuer | GARP |
| Topic area | History and Overview of AI Concepts |
| Blueprint weight | 20% |
| Page purpose | Focused sample questions before returning to mixed practice |
Use this page to isolate History and Overview of AI Concepts for GARP RAI. Work through the 10 questions first, then review the explanations and return to mixed practice in Finance Prep.
| Pass | What to do | What to record |
|---|---|---|
| First attempt | Answer without checking the explanation first. | The fact, rule, calculation, or judgment point that controlled your answer. |
| Review | Read the explanation even when you were correct. | Why the best answer is stronger than the closest distractor. |
| Repair | Repeat only missed or uncertain items after a short break. | The pattern behind misses, not the answer letter. |
| Transfer | Return to mixed practice once the topic feels stable. | Whether the same skill holds up when the topic is no longer obvious. |
Blueprint context: 20% of the practice outline. A focused topic score can overstate readiness if you recognize the pattern too quickly, so use it as repair work before timed mixed sets.
These questions are original Finance Prep practice items aligned to this topic area. They are designed for self-assessment and are not official exam questions.
Topic: History and Overview of AI Concepts
A bank uses an AI model to rank small-business loan applications for manual underwriter review. The model was validated before launch, but the applicant mix has changed after a new digital channel, and management wants to continue using the model without changing its intended use. Which evidence would best support whether the model remains fit for that intended use?
Best answer: B
What this tests: History and Overview of AI Concepts
Explanation: A model remains fit for intended use when evidence shows it still performs adequately for the current population, decision context, and approved performance expectations. Because the applicant mix has changed, historical validation alone is insufficient. The best evidence is recent monitoring or back-testing on current production data, comparing predictions with realized outcomes and approved criteria such as discrimination, calibration, error rates, or ranking effectiveness. Unchanged code does not prove unchanged performance, because data drift or population shift can degrade results. User convenience may support adoption, but it does not establish model performance or risk fitness.
Current, outcome-based performance evidence tied to the model’s intended use is the strongest basis for assessing ongoing fitness.
Topic: History and Overview of AI Concepts
A bank uses an AI score to support credit line-increase approvals. Although the model has strong overall accuracy, the risk team evaluates false approvals, false declines, and cutoff choices in terms of expected losses, revenue, and customer impact for that specific approval decision. Which concept does this description best illustrate?
Best answer: C
What this tests: History and Overview of AI Concepts
Explanation: Model performance should be judged in relation to the decision the model informs, not only by generic statistical metrics. A credit approval model may have high overall accuracy but still be unsuitable if its errors create unacceptable credit losses, missed revenue, customer harm, or control issues. Decision-centered evaluation connects metrics such as false positives, false negatives, thresholds, and calibration to the business action being taken. This helps determine whether the model is fit for purpose in its operating context.
It assesses model performance by the consequences and trade-offs of the business decision the model supports.
Topic: History and Overview of AI Concepts
A bank trains an AI classifier to predict whether loan applicants will default. The training data includes only applicants who were previously approved, because rejected applicants have no repayment outcomes. The model will now be used to classify all new applicants, including profiles that were often rejected in the past. Which data-quality issue most directly undermines the classification outcome?
Best answer: C
What this tests: History and Overview of AI Concepts
Explanation: Sample selection bias occurs when the observations used for training are not representative of the population where the model will be applied. Here, the classifier learns only from previously approved borrowers, while the intended scoring population includes all new applicants. Because rejected applicants are systematically missing, the model may learn relationships that do not hold for applicant types it has not observed with repayment outcomes. This can undermine default predictions even if the historical approved-applicant records are accurate. The key issue is not simply model choice; it is a data coverage and representativeness problem tied to how the training sample was created.
The training data excludes rejected applicants, so it may not represent the full population the classifier will score.
Topic: History and Overview of AI Concepts
A consumer-lending risk team is asked to identify accounts most likely to become 60 days past due in the next 90 days. The team currently has a dashboard that summarizes last quarter’s delinquencies by product and region. Management wants to prioritize early outreach before borrowers miss additional payments. What is the BEST action for the team?
Best answer: A
What this tests: History and Overview of AI Concepts
Explanation: Descriptive analytics summarizes or explains what has already happened, such as delinquency rates by product, region, or branch. That can support management understanding but does not directly forecast which current accounts are likely to become delinquent. Because the objective is to prioritize outreach before future missed payments, the better fit is a predictive model. The model should use historical borrower and account features, connect them to subsequent delinquency outcomes, and be validated on its ability to predict future risk. A simple ranking rule may be useful as a baseline, but without validation against future outcomes it is not sufficient for a forecasting objective.
Forecasting future delinquency requires a predictive model trained and tested against future outcome labels, not only summaries of past activity.
Topic: History and Overview of AI Concepts
A bank plans to use a supervised model to prioritize credit-card accounts for early outreach. The model has 91% overall accuracy on a holdout sample, but outreach staff can contact only 10% of accounts each week, and missing a truly at-risk account is much more costly than contacting a low-risk account. What is the best action before approving the model for this use?
Best answer: A
What this tests: History and Overview of AI Concepts
Explanation: Model performance should be evaluated in relation to the business decision the model supports. In this case, the model is not being used simply to classify all accounts correctly; it is being used to rank accounts for a limited outreach capacity. Overall accuracy may hide poor performance on the most important cases, especially when the cost of missed at-risk accounts is high. The appropriate review links technical metrics to the decision context: which accounts are selected, how many can be contacted, what errors matter most, and whether the selected threshold improves business outcomes compared with alternatives.
The model should be judged by how well it supports the actual prioritization decision under capacity and cost constraints.
Topic: History and Overview of AI Concepts
A bank’s analytics team has a large set of customer transaction records, but the records do not contain preassigned outcomes such as fraud or not fraud. The team wants the model to identify natural groupings and unusual patterns in the data. Which machine learning concept best matches this training approach?
Best answer: A
What this tests: History and Overview of AI Concepts
Explanation: The decisive fact is that the training data do not include known target labels such as fraud or not fraud. When a model learns from unlabeled data to find structure, clusters, or anomalies, the approach is unsupervised learning. By contrast, supervised learning requires labeled examples so the model can learn a mapping from input features to a known outcome. In this scenario, the bank is not training the model to reproduce known fraud decisions; it is asking the model to discover patterns in the transaction data.
Unsupervised learning uses unlabeled data to discover patterns, clusters, or anomalies without target outcomes provided during training.
Topic: History and Overview of AI Concepts
A bank’s financial-crime operations team wants to reduce manual review time for transaction-monitoring alerts. It has several years of historical alerts with final dispositions labeled as true suspicious activity or false positive, and it wants new alerts routed to review queues based on the likelihood of being truly suspicious. Which model purpose is the best fit?
Best answer: B
What this tests: History and Overview of AI Concepts
Explanation: The use case asks the model to assign or score new alerts against known labeled outcomes: true suspicious activity versus false positive. That is a supervised classification purpose because the model learns from examples where the correct class is already known and applies that pattern to new cases. The result can support queue routing, prioritization, and reviewer efficiency, while human review and controls remain important in a compliance setting. The other model purposes address different tasks: forecasting quantities, discovering unlabeled groups, or generating text. Those may support related workflows, but they do not directly solve the stated objective of predicting the disposition category for each new alert.
The target outcome is a labeled category, so supervised classification best matches the routing objective.
Topic: History and Overview of AI Concepts
A bank deploys an AI model that compares new payment activity with historical customer patterns and highlights transactions that look unusual for analyst review. The model is intended to flag deviations from expected behavior, not to automatically approve, rank, or forecast transactions. Which AI concept best matches this purpose?
Best answer: D
What this tests: History and Overview of AI Concepts
Explanation: Anomaly-detection models are used to identify observations, events, or patterns that differ materially from what is expected or typical. In financial services, they are often used to flag unusual transactions, account activity, system behavior, or operational events for review. The key point is that the model raises an alert or exception for investigation; it does not necessarily prove fraud or make a final decision. In the stem, the model compares new payment activity with historical customer behavior and highlights deviations, which directly matches anomaly detection.
An anomaly-detection model is designed to identify unusual patterns or outliers for further investigation.
Topic: History and Overview of AI Concepts
A bank uses a delinquency-workflow tool to route accounts to collections queues. Business analysts wrote explicit if/then rules, such as assigning accounts over 30 days past due to a senior queue; the tool has no training dataset, learned parameters, or periodic retraining, though it logs outcomes for reporting. During an AI inventory review, the first line proposes labeling it as a machine-learning model because it processes customer data. What is the best action for the risk reviewer?
Best answer: B
What this tests: History and Overview of AI Concepts
Explanation: Rules-based automation applies logic that humans explicitly specify, such as if/then decision rules. A machine-learning model, by contrast, learns patterns or parameters from data during training and then uses those learned relationships to make predictions, classifications, or decisions. In this scenario, the tool processes customer data and logs outcomes, but those facts do not make it machine learning. The decisive fact is that the routing logic was manually coded and there is no training process or learned parameter set. The best action is to classify it accurately as rules-based automation while still applying relevant controls, such as change management, testing, access control, and monitoring appropriate to its business impact.
The decision logic is explicitly coded by humans and is not learned from data, so it is rules-based automation even though it uses customer data.
Topic: History and Overview of AI Concepts
A bank uses an AI system trained and validated only to classify incoming payment messages as likely duplicate or not duplicate. It performs well in that workflow but cannot answer customer-service questions, summarize policies, or perform other banking tasks without separate design and training. Which concept best describes this system?
Best answer: D
What this tests: History and Overview of AI Concepts
Explanation: Narrow or task-specific AI is designed to perform a defined function within a limited context, such as classifying payment messages for duplicate risk. Strong performance on that task does not imply the system can reason across domains, adapt to unrelated workflows, or perform open-ended business activities. Broader general-purpose AI capabilities involve models that can be adapted across many tasks, and artificial general intelligence would imply human-like flexibility across domains. In this scenario, the need for separate design and training before handling other banking tasks is the key evidence that the system is narrow AI.
The system is optimized for one defined business task and lacks broader cross-domain capabilities.
Use the GARP RAI Practice Test page for the full Finance Prep practice bank, mixed-topic practice, timed mock exams, and explanations.
Use the full Finance Prep practice page above for the latest review links and practice page.