Rolling 7-day practice signal

Hardest AWS Certified AI Practitioner questions this week

These are the public diagnostic questions people are missing most often. Use the list as a weekly study loop: review the concept, then retake the diagnostic.

Weekly review loop

  1. Step 1Start with the most-missed topic and read the short answer explanation.
  2. Step 2Open the full breakdown for the concept before moving to the next topic.
  3. Step 3Retake the diagnostic and email the score report if you want the study plan.
Live
answers analyzed
7d
practice sessions
7
questions to review
Live weekly data is still filling in, so this page is showing the current high-signal review set.

Weekly report

Send the current weak-area list to yourself, then use the links as a study queue before your next diagnostic attempt.

Email this report
#1 most missed

Supervised vs Unsupervised Learning

Fundamentals of AI and ML
Review
high-signal topic

A data science team has a dataset of 50,000 customer support tickets, none of which have category labels. They want to discover natural groupings of tickets to design a new routing system. Which type of machine learning is the best fit?

Correct answer
A. Unsupervised learning with clustering

Unsupervised learning with clustering is designed to find structure in unlabeled data, which matches the scenario exactly. Supervised classification is wrong because it requires labeled training examples, and the tickets have no categories yet. Reinforcement learning applies to agents taking actions in an environment, not discovering groups in a static dataset.

#2 most missed

Bedrock Knowledge Bases

Applications of Foundation Models
Review
high-signal topic

A team wants a managed way to connect Amazon Bedrock to their documents in Amazon S3, chunk and embed them, store the vectors, and handle retrieval at query time without writing custom pipeline code. Which feature fits best?

Correct answer
B. Amazon Bedrock Knowledge Bases

Amazon Bedrock Knowledge Bases is the managed RAG feature that ingests from S3, handles chunking and embedding, stores vectors, and runs retrieval at query time. Agents orchestrate multi-step tool calls. Guardrails enforce content safety policies, and Provisioned Throughput is a pricing mode — none of these handle document ingestion and retrieval end-to-end.

#3 most missed

SageMaker Clarify

Guidelines for Responsible AI
Review
high-signal topic

A lending team wants to check whether a credit-scoring model produces different approval rates across demographic groups before deployment, and also wants to explain individual predictions. Which AWS service is purpose-built for this?

Correct answer
C. Amazon SageMaker Clarify

Amazon SageMaker Clarify detects bias across groups before and after training and produces SHAP-based feature attributions for explainability. Model Monitor watches deployed models for data and quality drift but does not analyze bias or explain predictions. Debugger targets training-time issues, and Trusted Advisor is an account best-practices tool.

#4 most missed

Classification Metrics and Recall

Fundamentals of AI and ML
Review
high-signal topic

A fraud detection model flags suspicious transactions. The business cost of missing a fraudulent transaction is much higher than the cost of investigating a false alarm. Which metric should the team optimize for first?

Correct answer
B. Recall

Recall measures the share of actual fraud cases the model catches, so optimizing it minimizes missed fraud — the costly error here. Precision is about how many flagged cases are truly fraud, which matters when false alarms are expensive. Accuracy is misleading on imbalanced fraud data because a model that predicts non-fraud for everything can still score high.

#5 most missed

Foundation Models vs Traditional ML

Fundamentals of GenAI
Review
high-signal topic

A product team wants one model that can summarize emails, draft replies, and answer free-form questions across many topics without being retrained for each task. Which approach best matches this requirement?

Correct answer
D. Use a pre-trained foundation model via a managed API

Foundation models are trained on broad data and generalize across many tasks through prompting, which is why one model can summarize, draft, and answer questions. Training a separate traditional model per task is exactly the overhead foundation models are designed to remove. Logistic regression and rule-based pipelines do not generalize to open-ended generative tasks.

#6 most missed

LLM Temperature Parameter

Fundamentals of GenAI
Review
high-signal topic

A developer is calling a large language model for a legal document summarizer and wants responses to be highly deterministic and consistent across runs. Which change to the inference parameters best supports that goal?

Correct answer
A. Decrease temperature toward 0

Lower temperature reduces randomness in token sampling, producing more consistent and deterministic outputs — ideal for summarizing legal content. Higher temperature adds creative variation, which is the opposite of what this use case needs. Context window size affects how much text the model can read, not how deterministic its output is.

#7 most missed

Embeddings and Vector Search

Fundamentals of GenAI
Review
high-signal topic

A team wants to build semantic search over an internal knowledge base so that a query like "how do I reset my laptop" also matches a document titled "device recovery procedure." Which representation should they use to index the documents?

Correct answer
B. Vector embeddings

Vector embeddings map text into a continuous space where semantically similar phrases sit near each other, which is what enables matching "reset" with "recovery." Keyword indexes and regex dictionaries rely on exact token overlap and miss paraphrases. One-hot encodings carry no semantic similarity at all.

Want the full score report?

Take the free diagnostic, get your weak areas, and save the detailed study plan behind signup.

Start the free diagnostic