AWS

Free AWS AI Practitioner Practice Exam

The AWS Certified AI Practitioner (AIF-C01) exam is up to 65 questions in 90 minutes, and the voucher costs $150. CertCrush provides 260 syllabus-aligned practice questions and 7 performance-based questions across all 5 exam domains, each with a full explanation. Free to try, no account required.

The AWS Certified AI Practitioner (AIF-C01) certification validates a professional’s ability to understand core artificial intelligence and machine learning concepts, use AWS AI services responsibly, and apply generative AI and machine learning solutions within real-world cloud environments.

Practice content last updated · Independently written and aligned to AWS’s published exam objectives.

10

Sample questions

90 min

Exam time limit

70%

Practice pass mark

$150

Exam voucher

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

The AWS Certified AI Practitioner (AIF-C01) is AWS's entry-level certification for professionals who work with or alongside AI and machine learning on the AWS platform. It validates foundational knowledge of AI/ML concepts, core AWS AI services, and the responsible use of AI — without requiring hands-on development experience. This certification is designed for roles that interact with AI outputs or guide AI adoption: product managers, business analysts, solutions architects, and security professionals who need to evaluate AI tools, communicate with ML teams, or assess risk and governance considerations. It is not a builders' certification — no coding is required. AIF-C01 was launched in 2024 in response to the rapid enterprise adoption of generative AI. It specifically covers AWS generative AI services including Amazon Bedrock, Amazon Q, and SageMaker, alongside foundational ML concepts and responsible AI principles. Passing it signals to employers that you can participate meaningfully in AI-driven projects on AWS. CertCrush gets you exam-ready with a free AWS AI Practitioner practice exam experience: realistic practice questions, timed mock exams and a clear explanation for every answer.

Exam Domains Covered

Fundamentals of AI and ML · 20%Fundamentals of Generative AI · 24%Applications of Foundation Models · 28%Guidelines for Responsible AI · 14%Security, Compliance, and Governance for AI Solutions · 14%

Exam Format & Details

The AIF-C01 exam contains 65 questions (50 scored and 15 unscored) — multiple-choice and multiple-response — with a 90-minute time limit. The passing score is 700 on a 100–1000 scale. It is available at Pearson VUE and online. Domain breakdown: - Fundamentals of AI and ML (20%) - Fundamentals of Generative AI (24%) - Applications of Foundation Models (28%) - Guidelines for Responsible AI (14%) - Security, Compliance, and Governance for AI Solutions (14%) Questions test conceptual understanding rather than hands-on configuration. Expect to identify the correct AWS service for a given AI use case, distinguish between ML model types, explain responsible AI principles, and apply basic data and security concepts to AI workloads.

Why Practice Questions Matter

AIF-C01 covers a broad range of concepts — from basic ML terminology through generative AI architecture to AWS-specific services — and the exam rewards candidates who can navigate this breadth confidently, not just memorise one topic area. Practice questions help you: - Distinguish between supervised, unsupervised, and reinforcement learning use cases - Identify which AWS AI service (Bedrock, Comprehend, Rekognition, Textract, Q, etc.) fits a given business requirement - Apply responsible AI principles — fairness, explainability, privacy — to real-world scenarios - Understand RAG, prompt engineering, and fine-tuning at a conceptual level without needing to implement them Many candidates underestimate this exam because it is entry-level, then struggle with the AWS service breadth. Systematic practice across all five domains, particularly Applications of Foundation Models and Responsible AI, is the most reliable path to a first-attempt pass.

Back to home
Free Sample

Try AWS Certified AI Practitioner (AIF-C01)

Get a taste before you commit — no account needed. Then a free account unlocks 25 questions with readiness tracking, no card required.

Get full access to AWS Certified AI Practitioner (AIF-C01)

All questions, timed exams, flashcards, PDF study guide download & progress tracking.

This course

$9.99

one-time

Buy Course

Monthly

$12.99

per month · all courses

Monthly Plan
Best value

Annual

$79.99

Save 49% · all courses

Annual Plan

Takes 30 seconds — create a free account, then straight to checkout. Already have an account? Sign in

Try 2 performance tasks free

Drag-and-drop, sequencing and configuration tasks that mirror the interactive questions on the real AWS Certified AI Practitioner (AIF-C01) exam — marked with partial credit.

Start free

Sample Practice Questions

The following questions are a preview of the type of syllabus-aligned questions you will practise in CertCrush. They reflect the format and reasoning style of the AWS Certified AI Practitioner (AIF-C01) exam — not actual exam content.

Q1.A company is evaluating LLM outputs for a medical information application and wants to understand whether responses are accurate, empathetic, and appropriate for patients before deploying. They are considering using automated metrics but a clinical expert argues that certain qualities cannot be captured by automated scoring. When is human evaluation of LLM outputs most important?

  • A.Evaluating subjective qualities like empathy and appropriateness that automated metrics cannot capture
  • B.Evaluating high-stakes outputs in domains like healthcare where errors could cause patient harm
  • C.Evaluating the inference latency of model API responses under load
  • D.Evaluating the cost per API call across different model providers

Domain: Applications of Foundation Models

Q2.A security operations team is responsible for monitoring a production AI inference environment that processes thousands of model invocations per hour. They want to detect anomalies such as sudden spikes in invocation volume, unusual geographic origins of requests, or attempts to extract sensitive information through repeated probing. Which AWS service is most appropriate for setting up this behavioral monitoring and anomaly detection?

  • A.Amazon CloudWatch metrics and alarms
  • B.Amazon Macie automated PII discovery
  • C.AWS Config configuration compliance rules
  • D.Amazon Detective security investigation

Domain: Security, Compliance, and Governance for AI Solutions

Q3.A company is evaluating several third-party AI vendors to power a new customer analytics platform. The procurement team wants to ensure the selected vendor meets the company's responsible AI standards before signing a contract. Which of the following should the team evaluate when assessing a third-party AI provider's responsible AI practices?

  • A.Reviewing the vendor's transparency documentation on model training, data, and known limitations
  • B.Assessing whether the vendor conducts bias testing and fairness evaluations of their AI models
  • C.Confirming that the vendor's API response latency consistently meets a 100-millisecond threshold
  • D.Verifying that the vendor's headquarters is located in the same country as the procuring company

Domain: Guidelines for Responsible AI

Q4.A data scientist is evaluating a binary classification model that predicts whether a loan applicant will default. The team wants a single metric that measures the model's ability to distinguish between defaulters and non-defaulters across all possible classification thresholds, regardless of which threshold is chosen. Which metric should the data scientist use?

  • A.AUC-ROC (Area Under the Receiver Operating Characteristic curve)
  • B.Accuracy
  • C.F1 score
  • D.RMSE (Root Mean Squared Error)

Domain: Fundamentals of AI and ML

Q5.A developer is tuning a foundation model's inference parameters to control the diversity of generated text. They want to limit the model so it only considers the smallest set of top-ranked tokens whose cumulative probability exceeds 90% at each generation step, cutting off the long tail of unlikely words. Which inference parameter controls this behavior?

  • A.Top-p (nucleus sampling)
  • B.Temperature
  • C.Top-k
  • D.Max tokens

Domain: Fundamentals of Generative AI

Q6.A company wants to align a foundation model's outputs to be more helpful, honest, and harmless by using human preference data. They collect pairs of model responses and have human raters indicate which response they prefer. The preferred responses are then used to train a separate model that scores outputs, and this score guides further model training. Which technique does this describe?

  • A.Reinforcement Learning from Human Feedback (RLHF)
  • B.Constitutional AI
  • C.Direct Preference Optimization (DPO)
  • D.Supervised fine-tuning on expert-written exemplar responses

Domain: Applications of Foundation Models

Q7.A company has a central AI platform team in Account A that manages foundation model deployments. Individual business unit teams in Accounts B, C, and D need to invoke Amazon Bedrock models managed in Account A without embedding long-term credentials in their applications. What is the recommended approach for implementing this cross-account access pattern?

  • A.IAM roles in Account A with trust policies allowing Account B, C, and D to assume them via STS
  • B.Storing Account A IAM access keys in AWS Secrets Manager in each business unit account
  • C.Deploying separate Amazon Bedrock model endpoints in each business unit account
  • D.Using a shared IAM root account user with access keys distributed to all teams

Domain: Security, Compliance, and Governance for AI Solutions

Q8.A team is analyzing a dataset used to train a medical diagnosis model and notices that certain rare diseases appear far more frequently in the training data than their true prevalence in the general population because academic papers disproportionately report on unusual or novel cases. Which type of bias does this data collection problem represent?

  • A.Reporting bias
  • B.Selection bias
  • C.Label bias
  • D.Availability heuristic bias

Domain: Guidelines for Responsible AI

Q9.A data scientist is evaluating a multi-class classification model that categorizes support tickets into five categories. Two categories have very few examples while three have many. The data scientist wants a metric that treats each class equally regardless of how many examples it has. Which averaging method should be used when computing F1 score?

  • A.Macro averaging
  • B.Micro averaging
  • C.Weighted averaging
  • D.Simple averaging

Domain: Fundamentals of AI and ML

Q10.A development team is designing a generative AI application that needs to process documents uploaded by users and return analysis results. The uploads happen sporadically and volume is unpredictable. They want the architecture to scale automatically and only process documents when they arrive. Which architecture pattern best fits this use case?

  • A.Event-driven architecture (triggered by upload events via S3 and EventBridge or SQS)
  • B.Synchronous request-response architecture
  • C.Scheduled batch processing architecture
  • D.Polling-based architecture

Domain: Fundamentals of Generative AI

Frequently Asked Questions

Does the AWS Certified AI Practitioner (AIF-C01) course include performance-based questions?

Yes. The AWS Certified AI Practitioner (AIF-C01) course includes 7 performance-based questions (PBQs) — hands-on tasks that mirror the interactive questions on the real exam, including drag-and-drop matching, sequencing and configuration screens. Each one is marked with partial credit, so you can see exactly which placements were wrong, and every task includes a full explanation. The first two are free to try.

What is included in the free AWS Certified AI Practitioner (AIF-C01) sample?

The free sample includes 10 syllabus-aligned practice questions, sample flashcards, and a preview chapter from the study guide. No account or payment is required to try the sample.

How many questions are in the full AWS Certified AI Practitioner (AIF-C01) course?

The full course includes a comprehensive question bank covering all exam domains. You can see the total question count on the AWS Certified AI Practitioner (AIF-C01) course page.

Are these official AWS exam questions?

No. CertCrush questions are independently written and syllabus-aligned — they mirror the format, difficulty, and reasoning style of the official exam. We are not affiliated with or endorsed by AWS.

Which domains does the AWS Certified AI Practitioner (AIF-C01) course cover?

The course covers 5 exam domains: Fundamentals of AI and ML, Fundamentals of Generative AI, Applications of Foundation Models, Guidelines for Responsible AI, Security, Compliance, and Governance for AI Solutions.

Can I study on mobile?

Yes. CertCrush is fully responsive and works on phones, tablets, and desktops. The timed exam, flashcards, and study guide all work on mobile without installing an app.

What happens when I create an account?

Creating a free account lets you access full courses, track your weak areas by domain, and resume practice sessions across devices. No credit card is required to register.