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

100
Questions
120 min
Time Limit
70.00%
Passing Score

📚 AML Topics to Study (72)

✍️ Sample AML Questions & Answers

1. Which of these is an unsupervised learning technique?
K-Means Clustering

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. Which statement correctly describes the bias-variance tradeoff in the context of k-Nearest Neighbors (kNN)?
Larger k increases bias and decreases variance

A larger k smooths the decision boundary by averaging more neighbors, increasing bias (underfitting) but reducing variance (sensitivity to noise).

3. In the context of LLM inference optimization, what does 'KV cache' refer to?
Cached key-value attention matrices reused across autoregressive generation steps

The KV cache stores computed key and value tensors from previous tokens during autoregressive decoding, avoiding redundant recomputation and dramatically accelerating text generation.

4. What is the goal of data governance?
To manage data integrity and compliance

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.

5. Which technique is most appropriate for communicating model uncertainty to executive stakeholders?
Present confidence intervals alongside predictions with plain-language explanations

Confidence intervals paired with plain-language explanations help executives understand prediction reliability without overwhelming technical detail.

6. Which linkage method in hierarchical clustering is most sensitive to outliers?
Single linkage

Single linkage defines cluster distance as the minimum distance between any two points across clusters, making it highly sensitive to outliers that can form long 'chaining' clusters.

🎯 Free AML Practice Tests

📖 AML Guides & Articles

Your AML Study Path
1. Learn with Flashcards → 2. Drill Practice Tests → 3. Take the Full Exam Simulation
Was this helpful?