AML Study Guide 2026
Everything you need to pass the AML exam in one place: the exam format, every topic to study, real practice questions with explanations, flashcards, and full-length practice tests. Free, no sign-up needed.
📋 AML Exam Format at a Glance
📚 AML Topics to Study (24)
✍️ Sample AML Questions & Answers
1. Which of these is an unsupervised learning technique?
K-Means Clustering is a prominent unsupervised learning technique used for partitioning a dataset into K distinct, non-overlapping subgroups or clusters. Unlike supervised methods, it does not require pre-labeled data; instead, it identifies inherent groupings based on the similarity of data points. This makes it ideal for tasks like customer segmentation or anomaly detection where labels are unknown.
2. What is the goal of data governance?
The goal of data governance is to establish and enforce policies, procedures, and standards for managing an organization's data assets. This ensures data integrity, quality, security, and compliance with relevant regulations and ethical guidelines. Effective data governance is essential for reliable AI systems, as it guarantees that the data used for training and operation is trustworthy and legally sound.
3. Which metric category is most critical when monitoring a deployed classification model in production?
Monitoring live prediction confidence and accuracy reveals model drift and performance degradation before it significantly impacts business outcomes.
4. In AML practice, what is evidence-based practice?
Evidence-based practice combines rigorous research evidence, professional clinical expertise, and client/patient preferences and values to make informed decisions that optimize outcomes.
5. What does a stochastic policy output for a given state in reinforcement learning?
A stochastic policy maps each state to a probability distribution over actions, enabling exploration by sampling from this distribution during training.
6. In NLP, what does Named Entity Recognition (NER) identify in text?
NER tags spans of text that refer to specific entities like person names, companies, dates, and geographic locations.