Which of the following is an example of 'anomaly detection' as an AI workload?
Anomaly detection models learn a statistical baseline of a customer's typical spending behaviour — such as amounts, merchant categories, times, and locations — and flag transactions that are highly improbable under that baseline. Because fraud patterns are often novel and unlabelled, this is a classic unsupervised anomaly-detection use case, not a supervised classification task. That is why identifying credit card transactions that deviate from a customer's normal patterns is the correct answer.
Why this answer
Anomaly detection identifies data points that deviate significantly from the norm. In this case, fraudulent credit card transactions are detected because they do not match the customer's typical spending patterns, which is a classic use case for anomaly detection in AI workloads.
Exam trap
The trap here is that candidates may confuse anomaly detection with classification (Option D) because both involve identifying unusual items, but classification requires labeled training data for known categories, whereas anomaly detection focuses on deviations from a learned norm without predefined labels for anomalies.
How to eliminate wrong answers
Option A is wrong because translating emails from Spanish to English is a natural language processing (NLP) task for machine translation, not anomaly detection. Option C is wrong because generating product descriptions from specifications is a generative AI or natural language generation task, not anomaly detection. Option D is wrong because classifying customer reviews as positive or negative is a text classification or sentiment analysis task, which falls under supervised learning, not anomaly detection.