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 (72)
โ๏ธ 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. Which statement correctly describes the bias-variance tradeoff in the context of k-Nearest Neighbors (kNN)?
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?
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?
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?
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 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.