AWS AI Practitioner: 1116 practice exam questions
7-day money-back guarantee — full refund within 7 days of purchase if you've completed under 20% of the questions. See pricing →
Certifications Tools Flashcards Career Paths Exam Guides Blog Pricing For Teams About

Language

✓ EnglishDeutschEspañolFrançaisPortuguês
Check readiness — free →

AWS AI Practitioner practice exam: 1116 questions with full explanations

5 domains 1116 questions

1116 practice exam questions for AWS Certified AI Practitioner AIF-C01, grouped by exam domain. Every question below shows all four options, which one is correct, and why each of the other three is not — the wrong answers are where most candidates lose marks.

Not sure where you stand? Take the free 5-min AWS AI Practitioner readiness check →

AWS AI Practitioner exam format →  · 

Questions by domain

Sample questions

Prefer a smaller suitable model for lower response latency: Which approach is most appropriate?

Applications of Foundation Models Medium
A quality assurance team needs an interactive assistant with low response latency. The team considers answer quality adequate from several candidate models and does not require extensive reasoning or long documents. Which approach is most appropriate?
  1. Add retrieval so every response performs an additional document lookup.
    Retrieval can improve grounding, but unnecessary lookups may add latency when the team has no document requirement.
  2. Use an agent that plans several tool calls before answering each request.
    Planning and tool calls can increase latency, making an agent unsuitable when fast direct responses are the priority.
  3. Use a larger model for broader capability despite the latency priority.
    A larger model may add latency without providing needed value when quality is already adequate and complex reasoning is unnecessary.
  4. Prefer a smaller suitable model for lower response latency.
    A smaller suitable model can reduce response latency when its quality meets the interactive requirement.
The trap
Equating a larger model with the best choice despite the explicit latency requirement. Adding RAG without a freshness or grounding need. Assuming orchestration improves every assistant even when extra steps conflict with latency.

All 311 Applications of Foundation Models questions →

Use retrieval units that balance focus and context: Which approach is best?

Fundamentals of GenAI Medium
An education company is building retrieval over course manuals. The team must divide source material so retrieved passages are useful without losing necessary context. Which approach is best?
  1. Split every sentence into a separate retrieval unit regardless of meaning.
    Overly small units can separate related ideas and remove context needed to interpret answers.
  2. Use retrieval units that balance focus and context.
    Effective chunking creates focused retrieval units while preserving enough surrounding information to answer questions accurately.
  3. Place every manual into one retrieval unit to preserve all context.
    Very large units can reduce retrieval focus and consume available context with irrelevant material.
  4. Remove surrounding context from each passage to minimize token usage.
    Removing context may reduce usefulness when meaning depends on definitions, conditions, or nearby explanations.
The trap
Assuming maximum context always produces better retrieval. Equating smaller chunks with more precise retrieval. Optimizing token reduction without considering answerability.

All 269 Fundamentals of GenAI questions →

Use machine learning to predict discontinuation: Which approach best meets this requirement?

Fundamentals of AI and ML Medium
An education company wants to predict which students may discontinue courses using historical examples and outcomes. Which approach best meets this requirement?
  1. Use a rules engine with conditions defined by education specialists.
    Rules apply predefined logic and do not learn predictive relationships from historical outcomes.
  2. Use deep learning to model the outcome with multiple neural-network layers.
    Deep learning can support prediction, but the requirement does not indicate that multilayer neural networks are necessary.
  3. Use machine learning to predict discontinuation from historical student data.
    Machine learning learns relationships from labeled historical examples and applies them to new student records.
  4. Use a generative model to write personalized explanations of likely discontinuation.
    Generating explanations is different from selecting or predicting which students may discontinue.
The trap
Confuses fixed decision logic with learning from examples. Assumes the most specialized learning method is always required. Confuses content generation with outcome prediction.

All 223 Fundamentals of AI and ML questions →

Use a dedicated role with narrowly scoped permissions: Which approach is best?

Security, Compliance, and Governance for AI Solutions Medium
A small software business is granting an AI workload access to customer documents. The requirement is least privilege: only necessary resources and actions should be permitted. Which approach is best?
  1. Use a content filter to decide which cloud resources the workload may access.
    Content filters inspect selected inputs or outputs; they do not define identity permissions for cloud resources.
  2. Store a long-lived administrator credential in the application environment.
    Long-lived administrator credentials increase exposure and violate least-privilege and credential-protection practices.
  3. Use a dedicated role with narrowly scoped permissions for required resources and actions.
    A dedicated, narrowly scoped role limits workload access to resources and actions required for its documented purpose.
  4. Grant broad administrator access so the workload can handle future features.
    Broad administrator access exceeds current needs and increases the impact of compromised credentials or unintended actions.
The trap
Confusing flexibility with least privilege creates unnecessary permissions. Assuming application convenience justifies permanent broad credentials ignores workload security. Confusing content safety controls with IAM authorization fails the access requirement.

All 157 Security, Compliance, and Governance for AI Solutions questions →

Measure recall overall and across relevant subgroups: Which evaluation approach best addresses responsible per

Guidelines for Responsible AI Easy
A manufacturing team uses an AI system to classify equipment alerts. Missed alerts have greater operational impact than unnecessary reviews. Which evaluation approach best addresses responsible performance?
  1. Measure recall overall and across relevant subgroups, emphasizing missed-alert costs.
    Recall captures detected alerts, while subgroup analysis reveals whether missed-alert performance differs across relevant populations.
  2. Remove alert-related group information so evaluation cannot reveal unequal outcomes.
    Removing attributes can prevent subgroup analysis and does not eliminate proxy information or unequal performance.
  3. Use balanced class counts as proof that the classifier is fair and reliable.
    Balanced counts do not prove equal performance, label quality, or acceptable consequences across subgroups.
  4. Report overall accuracy only because it summarizes all classification outcomes in one number.
    Overall accuracy can hide missed alerts, especially when alert classes are imbalanced or operational costs differ.
The trap
Assumes accuracy reflects the most important error. Confuses hiding group information with achieving fairness. Treats dataset balance as sufficient fairness evidence.

All 156 Guidelines for Responsible AI questions →

Choose a model with a context window that fits: Which choice best addresses the requirement?

Applications of Foundation Models Medium
A small software business must summarize individual contracts whose contents can exceed a candidate model’s context window. The business needs the model to consider the supplied contract material in one request. Which choice best addresses the requirement?
  1. Fine-tune the model on contract examples to expand context
    Fine-tuning can adapt behavior or style, but does not ordinarily expand the context window.
  2. Lower temperature to accept more contract text
    Temperature affects sampling variability, not the maximum context the model can process.
  3. Choose a model with a context window that fits the contract
    The complete contract must fit within the model’s usable context window for one-request processing.
  4. Use embeddings alone instead of supplying the contract context
    Embeddings support similarity tasks but do not let a generative model process the complete contract directly.
The trap
Confuses generation settings with context capacity. Confuses parameter adaptation with increased input capacity. Treats numerical representations as a universal substitute for model context.

All 311 Applications of Foundation Models questions →

Attention weighs relationships among sequence elements: Which concept best explains this capability?

Fundamentals of GenAI Medium
A quality assurance team asks why a transformer can relate a word to relevant terms elsewhere in a sequence. Which concept best explains this capability?
  1. Diffusion iteratively removes noise from an initially noisy representation.
    Denoising describes diffusion generation, not how transformers relate sequence elements during processing.
  2. Chunking divides long documents into smaller retrieval units.
    Chunking organizes source material for retrieval but does not explain token-to-token relationships inside a model.
  3. Embedding conversion grants a model access to every source document.
    Embeddings create numerical representations for comparison and do not inherently provide unrestricted document access.
  4. Attention weighs relationships among sequence elements when processing the input.
    Attention helps transformers consider relationships between tokens, including information located elsewhere in the sequence.
The trap
Applying the defining mechanism of diffusion models to transformers. Confusing retrieval preparation with model processing. Confusing semantic representations with data availability.

All 269 Fundamentals of GenAI questions →

Deep learning: Which technology is most directly associated with this requirement?

Fundamentals of AI and ML Easy
A travel company needs to identify landmarks in uploaded photographs. Which technology is most directly associated with this requirement?
  1. Unsupervised clustering of travel bookings
    Clustering groups similar records but does not directly identify named landmarks in uploaded photographs.
  2. Rule-based matching with fixed landmark conditions
    Fixed rules are difficult to maintain for varied photographs, viewpoints, lighting, and landmark appearances.
  3. Deep learning
    Deep learning uses multilayer neural networks and is commonly suited to complex image-recognition patterns.
  4. Generative text completion for itinerary descriptions
    Text generation can create descriptions but does not itself provide landmark image recognition.
The trap
Treats visual recognition as a small set of predictable manual conditions. Chooses a data-grouping method unrelated to the requested image recognition output. Confuses generating travel language with identifying visual content.

All 223 Fundamentals of AI and ML questions →

AWS AI Practitioner exam: the facts

What topics does the AWS AI Practitioner exam cover?

5 domains: Applications of Foundation Models, Fundamentals of GenAI, Fundamentals of AI and ML, Security, Compliance, and Governance for AI Solutions, Guidelines for Responsible AI. Weights: Applications of Foundation Models 0.28%, Fundamentals of GenAI 0.24%, Fundamentals of AI and ML 0.2%, Security, Compliance, and Governance for AI Solutions 0.14%, Guidelines for Responsible AI 0.14%.

How many AWS AI Practitioner practice exam questions does Certsqill have?

1116, spread across 5 exam domains. Every one shows all options, which is correct, and why each of the others is not.

Would you pass AWS AI Practitioner today?

Five minutes, and you get a score per domain — not one number, but which section to open tonight.

Test your AWS AI Practitioner readiness — free
Certsqill AWS AI Practitioner question bank · 1116 questions across 5 domains · Every answer, right and wrong, comes with its own explanation.