A bank uses AI to detect fraud in financial transactions. What is the AI capability that enables this functionality?
Correct Answer: B
Explanation:
In the financial sector, the primary utility of AI for fraud detection is its superior ability for pattern identification. Financial transactions generate massive streams of data, most of which follow a predictable "normal" pattern for any given user. AI models are trained to establish a baseline of these standard behaviors—such as typical spending amounts, geographical locations, and frequency of purchases. When a transaction occurs that deviates significantly from these established patterns, the AI flags it as potential fraud. This process is fundamentally about detecting anomalies within a dataset. While identity verification and contextual understanding are useful in banking, they are sub-components or different processes entirely. Pattern identification allows the system to analyze variables across millions of transactions simultaneously, identifying microscopic correlations that might suggest a stolen credit card or a sophisticated money-laundering scheme. Because fraudsters are constantly evolving their tactics, AI systems use machine learning to adapt to new patterns of illicit behavior. This capability is what makes AI an indispensable tool for real-time risk management, as it can process and evaluate the legitimacy of a transaction in milliseconds, a task that would be impossible for human auditors to perform at scale.
Question 2
What is a capability that results from the raw data processing functionality of AI?
Correct Answer: C
Explanation:
The fundamental strength of Artificial Intelligence lies in its ability to process vast amounts of raw data to identify patterns that are often imperceptible to humans. Among these capabilities, computer vision—specifically the recognition of objects or people in images—is a primary result of raw data processing. When an AI is fed millions of pixels from an image, it utilizes neural networks to identify edges, shapes, and textures, eventually aggregating these features to classify the subject matter. Unlike humans, who perceive an image through cognitive understanding and life experience, an AI "understands" an image as a complex matrix of numerical values. Options such as experiencing emotions or applying moral reasoning remain outside the current capabilities of "Narrow AI," as these require consciousness and subjective experience. Predicting human decision-making is also a separate, more complex behavioral modeling task that goes beyond simple raw data processing. Recognizing objects serves as a foundational "perception" task, enabling practical applications such as facial recognition, autonomous driving, and medical imaging diagnostics. This capability is the direct result of training models on labeled datasets where the raw input (pixels) is mapped to specific outputs (labels), demonstrating the power of pattern recognition in modern AI architectures.
Demo Practice Mode
You are viewing only the questions marked as Demo.