CoStudy

HomeCertifications › AWS Certified AI Practitioner (AIF-C01)

AWS Certified AI Practitioner (AIF-C01) practice questions and exam guide

150 multiple-choice questions, 120 flashcards and 10 scenario simulations, organised into 5 chapters, written to the AWS Certified AI Practitioner blueprint. Every question carries a full rationale.

Written and maintained by Nick Burton · last updated 2026-08-22 · how we write and review questions

Study AWS Certified AI Practitioner (AIF-C01) in CoStudy →

About the AWS Certified AI Practitioner (AIF-C01) exam

AWS Certified AI Practitioner (AIF-C01) Exam Guide (public, aws.amazon.com) — 5 content domains: 1) Fundamentals of AI and ML (20%) — basic terminology, types, lifecycle, 2) Fundamentals of Generative AI (24%) — foundation models, prompt engineering, RAG, 3) Applications of Foundation Models (28%) — Bedrock, SageMaker, application design patterns, 4) Guidelines for Responsible AI (14%) — bias, fairness, transparency, safety, 5) Security, Compliance, and Governance for AI Solutions (14%). MCQs reference public AWS docs and AI/ML foundations.

CoStudy's AWS Certified AI Practitioner (AIF-C01) bank holds 280 items organised into 5 chapters that follow the published blueprint. Every multiple-choice question carries a written rationale explaining why the correct answer is correct and why each distractor is tempting but wrong, and the bank includes 10 scenario-based simulations.

What the AWS Certified AI Practitioner AIF-C01 bank covers

Each chapter follows a domain of the published exam outline. Practise one on its own:

Free AWS Certified AI Practitioner (AIF-C01) practice questions

A sample of 12 multiple-choice questions from the bank, with the full rationale shown.

Fundamentals of AI and ML

What is bias in a machine learning model?

  1. Random noise added to inputs during training
  2. The model's inability to fit non-linear data
  3. Systematic error that unfairly favors certain outcomes
  4. The variance of predictions across training runs
  5. The regularization penalty applied to model weights

Answer: C — Systematic error that unfairly favors certain outcomes

A) Data augmentation, not bias. B) Underfitting from limited capacity. C) Correct — systematic skew (statistical or societal) toward certain outcomes. D) Variance, not bias. E) L1/L2 regularization.

Which BEST describes Amazon SageMaker?

  1. A managed service for hosting relational databases
  2. A managed service for foundation model chat only
  3. A managed service for building serverless web APIs
  4. A managed service for end-to-end ML development
  5. A managed service for extract-transform-load pipelines

Answer: D — A managed service for end-to-end ML development

A) RDS. B) That's Bedrock. C) API Gateway/Lambda. D) Correct — build, train, tune, deploy, and monitor ML models. E) AWS Glue.

Which BEST describes the difference between training and inference?

  1. Training fits weights on data; inference uses the trained model to predict
  2. Training predicts on new data; inference updates weights in place
  3. Both stages update weights, only the compute type differs
  4. Both stages only run on CPUs, never on GPUs or accelerators

Answer: A — Training fits weights on data; inference uses the trained model to predict

A) Correct — canonical distinction. B) Reversed. C) Inference is weight-frozen. D) Accelerators are common at both stages.

Fundamentals of Generative AI

Prompt engineering refers to:

  1. Fine-tuning weights on a supervised dataset
  2. Compressing model artifacts for edge deployment
  3. Designing inputs to steer the model's outputs
  4. Auto-scaling the endpoint based on token throughput

Answer: C — Designing inputs to steer the model's outputs

A) Fine-tuning. B) Model compression. C) Correct — role, context, examples, format, and constraints. D) Auto-scaling policy.

Which BEST describes a foundation model?

  1. A small classifier tuned to one specific task
  2. A rules-based knowledge graph used for reasoning
  3. A pretrained deep model adaptable to many tasks
  4. A statistical technique for regression on tabular data
  5. A cloud service that hosts container-based workloads

Answer: C — A pretrained deep model adaptable to many tasks

A) Foundation models are broad, not task-specific. B) Describes symbolic AI. C) Correct — trained on broad data, adapted (fine-tune/prompt/RAG) to many downstream tasks. D) Describes classical stats. E) Describes ECS/EKS/Fargate.

Which BEST describes prompt engineering?

  1. Continuing pre-training on general web text
  2. Updating the transformer's weight matrices offline
  3. Increasing the model's context window at runtime
  4. Redesigning the tokenizer to shrink vocabulary size
  5. Designing inputs, examples, and constraints to guide outputs

Answer: E — Designing inputs, examples, and constraints to guide outputs

A) Continued pre-training. B) Fine-tuning. C) Not a technique — the window is architectural. D) Tokenizer change. E) Correct — role, context, examples, format, constraints.

Applications of Foundation Models

Amazon Rekognition is BEST described as:

  1. A managed relational database service
  2. A managed vision service for images and video
  3. A managed voice synthesis service
  4. A managed conversational chatbot builder

Answer: B — A managed vision service for images and video

A) RDS. B) Correct — labels, faces, moderation, PPE, text-in-image. C) Amazon Polly. D) Amazon Lex.

Which SageMaker feature offers pre-built foundation models and solution templates?

  1. SageMaker JumpStart with model templates
  2. SageMaker Feature Store with online lookups
  3. SageMaker Data Wrangler for data prep
  4. SageMaker Model Monitor for drift alerts

Answer: A — SageMaker JumpStart with model templates

A) Correct — JumpStart is the model + solution catalog you can deploy in a few clicks. B) Feature Store manages ML features. C) Data prep. D) Endpoint monitoring.

Guidelines for Responsible AI

Which AWS capability detects bias in datasets and ML models?

  1. Amazon Macie PII discovery
  2. AWS Config compliance rules
  3. Amazon CloudWatch metrics
  4. SageMaker Clarify bias reports
  5. AWS CloudTrail audit trail

Answer: D — SageMaker Clarify bias reports

A) PII discovery in S3. B) Resource-config compliance. C) Metrics/logs monitoring. D) Correct — bias detection + explainability (SHAP) for ML. E) Account-level API auditing.

Bias in ML systems can arise from which source?

  1. The choice of programming language
  2. Historical bias baked into training data
  3. The AWS region hosting the training job
  4. The number of parallel training instances

Answer: B — Historical bias baked into training data

A) Language-agnostic. B) Correct — biased labels/sampling propagate to the model. C) Region choice is unrelated. D) Compute count is unrelated.

Security, Compliance, and Governance for AI Solutions

A team wants Bedrock invocation logs (prompt + completion) delivered to S3 for audit. What fits BEST?

  1. Enable Bedrock model-invocation logging with an S3 destination
  2. Rely solely on CloudTrail management events for the prompts
  3. Enable VPC Flow Logs on the Bedrock endpoint interface
  4. Turn on GuardDuty ML anomaly detection for the account

Answer: A — Enable Bedrock model-invocation logging with an S3 destination

A) Correct — Bedrock model-invocation logging captures prompts + completions to S3 / CloudWatch. B) CloudTrail logs API calls, not payloads. C) Flow logs capture network metadata, not payloads. D) GuardDuty finds threats, not audit trails.

Where can you obtain AWS audit reports (SOC, PCI, ISO) for compliance reviews?

  1. AWS CloudTrail event history
  2. Amazon CloudWatch Logs Insights
  3. AWS Trusted Advisor cost checks
  4. AWS Artifact compliance portal

Answer: D — AWS Artifact compliance portal

A) API audit trail, not audit reports. B) Application logs. C) Cost/security best-practice checks. D) Correct — Artifact is the self-serve portal for AWS audit reports (SOC, PCI, ISO) and customer agreements.

AWS Certified AI Practitioner (AIF-C01) flashcards

6 sample cards from the 120 in the bank.

Amazon Bedrock?

Managed service for foundation models. Access multiple models via single API.

What is AWS AI Practitioner (AIF-C01)?

Foundational cert (no prerequisites). Tests AI/ML fundamentals + AWS generative AI services.

Pillars of responsible AI?

Fairness, explainability, privacy, security, safety, controllability, governance, transparency, robustness.

Validation vs test data?

Validation: tune hyperparameters during training. Test: final evaluation, untouched until end.

Bedrock model evaluation?

Compare models on your data. Built-in or custom metrics.

Encryption for AI workloads?

Encrypt data at rest (S3, EBS) and in transit. KMS keys for AI services.

Practise the full AWS Certified AI Practitioner (AIF-C01) bank

These samples are a small slice. The full bank runs flashcards, multiple choice and timed mock exams with per-chapter progress tracking, on the web and in the iOS app.

Open AWS Certified AI Practitioner (AIF-C01) →

AWS Certified AI Practitioner AIF-C01 — frequently asked

How many AWS Certified AI Practitioner AIF-C01 practice questions does CoStudy have?

The AWS Certified AI Practitioner (AIF-C01) bank holds 280 items: 150 multiple-choice questions, 120 flashcards and 10 scenario-based simulations. 18 of them are on this page to read free, with no signup.

Do the AWS Certified AI Practitioner AIF-C01 questions come with explanations?

Yes. Every multiple-choice item carries a written rationale that states the controlling principle behind the correct answer and then addresses each wrong option in turn — why it tempts and precisely where it fails. Knowing why the plausible answer was wrong is worth more than knowing which letter was right.

What topics does the AWS Certified AI Practitioner AIF-C01 bank cover?

It is organised into 5 chapters that follow the published exam blueprint: Fundamentals of AI and ML; Fundamentals of Generative AI; Applications of Foundation Models; Guidelines for Responsible AI; Security, Compliance, and Governance for AI Solutions. The number of questions in each chapter is proportional to that domain's published weight, so working through the bank exposes you to roughly the mix the real exam uses.

What is on the AWS Certified AI Practitioner AIF-C01 exam?

AWS Certified AI Practitioner (AIF-C01) Exam Guide (public, aws.amazon.com) — 5 content domains: 1) Fundamentals of AI and ML (20%) — basic terminology, types, lifecycle, 2) Fundamentals of Generative AI (24%) — foundation models, prompt engineering, RAG, 3) Applications of Foundation Models (28%) — Bedrock, SageMaker, application design patterns, 4) Guidelines for Responsible AI (14%) — bias, fairness, transparency, safety, 5) Security, Compliance, and Governance for AI Solutions (14%). MCQs reference public AWS docs and AI/ML foundations.

Are the AWS Certified AI Practitioner AIF-C01 practice questions free?

The samples on this page are free to read in full, rationales included, with no account. The complete 280-item bank, the timed mock exams and per-chapter progress tracking are part of CoStudy on the web and in the iOS app.

How current is the AWS Certified AI Practitioner AIF-C01 content?

Last reviewed 2026-08-22. Banks are written against the certifying body's published exam outline and re-checked when that outline changes — exams get renumbered, retired and reweighted, and a bank written to a superseded outline teaches the wrong proportions. Figures that are re-indexed annually are deliberately not asserted as rules; the questions test the governing principle instead.

Primary source

This bank is written against AWS's published exam material. Check the AWS Certification exam guides for the current outline, fees and eligibility rules — those change, and the certifying body is the only authority on them. CoStudy is not affiliated with AWS.

Related study guides

Related certifications

Browse all 222 study banks →