Last Updated: May 20, 2026
The AWS Certified AI Practitioner (AIF-C01) is a foundational AWS certification focused on AI, machine learning (ML), generative AI, and AWS AI services such as Amazon Bedrock and SageMaker.
Passing the exam demonstrates your understanding of AI concepts and AWS AI tools in practical business scenarios, making it a valuable addition to your resume and professional skill set.
On this page, you'll get a walkthrough of the exam, including:
| Exam Detail | Information |
|---|---|
| Certification | AWS Certified AI Practitioner |
| Code | AIF-C01 |
| Level | Foundational |
| Cost | $100 USD |
| Duration | 90 Minutes |
| Total Questions | 65 Questions (50 Scored + 15 Unscored) |
| Passing Score | 700 / 1000 |
| Question Formats | Multiple Choice, Multiple Response, Ordering & Matching |
| Topics | 1) Fundamentals of AI and ML 2) Fundamentals of GenAI 3) Application of Foundation Models 4) Guidelines for Responsible AI 5) Security, Compliance and Governance |
| Recommended Experience | Around 6 months of AWS AI/ML exposure |
| Recommended Prep Time | 2-6 weeks (depending on AWS & AI experience) |
| Coding Required | No |
| Certification Validity | 3 Years |
The AWS Certified AI Practitioner exam includes questions across a wide range of domains, from AI and machine learning fundamentals to generative AI concepts and AWS AI services in practical business scenarios.
The 5 sample questions below reflect the style and difficulty level of the real AIF-C01 exam and include detailed answer explanations to help you understand what to expect on test day.
Domain: Fundamentals of AI and ML
A team is choosing among Amazon SageMaker inference options and wants to rank them from LOWEST to HIGHEST latency. Put the options in the correct order.
A. Batch transform
B. Real-time inference
C. Asynchronous inference
Correct order: B → C → A.
Why: These are three Amazon SageMaker inference options, ranked from lowest to highest latency. Real-time inference returns a synchronous response in milliseconds and suits interactive applications. Asynchronous inference queues incoming requests and is designed for large payloads or longer-running processing, so responses take longer. Batch transform runs predictions over an entire dataset offline and has the highest latency. The correct order is therefore real-time → asynchronous → batch transform.
Learn more: Deploy models for inference - Amazon SageMaker AI
Domain: Fundamentals of Generative AI
A business analyst wants to ask questions in plain English and instantly receive charts and insights without writing any code.
Which AWS feature enables this?
Wrong
Wrong
Correct!
Wrong
Correct answer: C.
Why: Amazon Q in QuickSight is the generative-AI assistant built into Amazon QuickSight, the AWS BI (Business Intelligence) service. Using LLMs (Large Language Models) through Amazon Bedrock, it lets business users ask questions in plain language and receive dashboards, multi-visual answers, and AI-written executive summaries with no coding. AWS Glue DataBrew prepares data, Amazon Athena runs SQL (Structured Query Language) queries, and Amazon Q in Connect assists contact-center agents — so none provide no-code natural-language BI.
Learn more: Generative BI with Amazon Q in QuickSight
Domain: Applications of Foundation Models
A company customizes its own foundation model with proprietary data instead of using a ready-to-use FM.
What are TWO tradeoffs of this decision? (Select two)
Wrong
Correct!
Wrong
Correct!
Wrong
Correct answers: B and D.
Why: Customizing your own FM (Foundation Model) on proprietary data, rather than using a ready-to-use model, increases cost (compute, data, and specialized expertise) and implementation complexity (building data pipelines, running training, and maintaining the model over time). It does not by itself reduce accuracy, lower latency, or reduce hallucination — those depend on many other factors.
Learn more: What is Amazon Bedrock? - Amazon Bedrock
Domain: Guidelines for Responsible AI
An ML governance team wants to record each model’s intended purpose, performance metrics, and known limitations in a standardized document.
Which AWS tool should they use?
Wrong
Wrong
Correct!
Wrong
Correct answer: C.
Why: Amazon SageMaker Model Cards create a single, standardized record for each model that captures its intended use, training data and methodology, evaluation metrics, and known limitations — supporting transparency, auditing, and governance across the model’s lifecycle. Amazon CloudWatch handles operational monitoring, Amazon Athena queries data stored in Amazon S3 (Simple Storage Service), and AWS Glue performs ETL (Extract, Transform, Load) — so none of them document model metadata.
Learn more: Amazon SageMaker Model Cards
Domain: Security, Compliance, and Governance for AI Solutions
A company is securing a generative AI chatbot built on Amazon Bedrock. Match each task to the AWS service or feature that performs it. (Each option may be used more than once.)
Tasks
Options (each may be used more than once)
Correct matching: 1 → A 2 → B 3 → B 4 → A 5 → B
Why: This question assigns security and safety controls for a generative AI chatbot on Amazon Bedrock. AWS IAM (Identity and Access Management) controls who can do what: it verifies identities and grants fine-grained, resource-level permissions, so it covers verifying a user’s identity (task 1) and defining who may call Amazon Bedrock (task 4). Amazon Bedrock Guardrails provides responsible-AI safeguards on the model itself — it can block denied topics, filter harmful content, and screen both user inputs and model responses — so it covers tasks 2, 3, and 5. In short, identity-and-access tasks map to IAM, while content-safety tasks map to Guardrails.
Learn more: What is IAM? - AWS Identity and Access Management · Detect and filter harmful content using Amazon Bedrock Guardrails
Full Prep Course Coming Soon
We are currently developing full-length practice exams and in-depth tutorials for all 5 exam domains.
Interested? Send a quick note to our team with the words “AWS AI” and we’ll notify you as soon as the prep materials go live, including a 30% launch discount.
The AWS Certified AI Practitioner (AIF-C01) exam is divided into 5 content domains that together cover the core concepts of AI, generative AI, foundation models, responsible AI, and AWS AI services. Each domain contributes a different percentage to your final exam score, with Domains 2 and 3 carrying the most weight.
The descriptions below provide a high-level overview of the topics and skills you should expect to encounter in each section of the exam.
Domain 1 covers the foundational AI and machine learning concepts that appear throughout the AWS Certified AI Practitioner exam. Questions in this domain focus on common AI terminology, practical AI use cases, different machine learning methods, and the basics of the AI/ML lifecycle.
You should also expect questions about core AWS AI services, model deployment methods, foundation models, model performance metrics, and when AI solutions are — or are not — appropriate for a business scenario.
Domain 2 focuses on the core concepts behind generative AI and large language models (LLMs). You should understand terminology such as tokens, embeddings, prompt engineering, foundation models, diffusion models, and agentic AI systems.
This domain also covers practical GenAI business applications, the advantages and limitations of generative AI, token-based pricing models, and AWS services used to build GenAI solutions, including Amazon Bedrock and SageMaker AI. Questions often focus on selecting the right GenAI approach based on cost, performance, latency, and business requirements.
Domain 3 is the largest section on the exam and focuses on how foundation models are used, customized, evaluated, and optimized in real-world AI applications. You should understand prompt engineering techniques such as zero-shot, few-shot, and chain-of-thought prompting, along with concepts like Retrieval-Augmented Generation (RAG), vector databases, and AI agents.
You can also expect questions about fine-tuning methods, FM customization tradeoffs, inference parameters, model evaluation metrics, and how organizations measure whether AI applications successfully meet business objectives.
Domain 4 focuses on responsible AI development and the importance of fairness, transparency, safety, and explainability in AI systems. Questions in this domain often cover bias detection, trustworthy datasets, hallucination risks, overfitting, and methods for monitoring AI models responsibly.
You should also understand AWS tools related to responsible AI, such as Amazon Bedrock Guardrails, SageMaker Clarify, SageMaker Model Monitor, and SageMaker Model Cards, along with the legal and ethical risks associated with generative AI systems.
Domain 5 focuses on securing AI systems and maintaining compliance, governance, and data protection standards in AI environments. Questions in this domain cover topics such as IAM permissions, encryption, audit logging, secure data engineering practices, prompt injection risks, hallucination mitigation, and output validation.
You should also be familiar with AWS governance and security services such as AWS CloudTrail, AWS Config, Amazon Inspector, AWS Audit Manager, AWS Artifact, Amazon Macie, and Amazon Bedrock Guardrails.
The AWS Certified AI Practitioner exam includes questions on a broad range of AWS services across AI, machine learning, security, analytics, governance, and cloud infrastructure. Luckily, you are not expected to memorize detailed configurations or implementation steps for every service.
Instead, the exam mainly tests whether you understand the primary purpose, common use cases, and general capabilities of the services listed below in practical business scenarios.
| Category | AWS Services |
|---|---|
| Analytics | AWS Data Exchange, Amazon EMR, AWS Glue, AWS Glue DataBrew, AWS Lake Formation, Amazon OpenSearch Service, Amazon QuickSight, Amazon Redshift |
| Cloud Financial Management | AWS Budgets, AWS Cost Explorer |
| Compute | Amazon EC2, AWS Lambda |
| Containers | Amazon ECS, Amazon EKS |
| Databases | Amazon Aurora, Amazon DynamoDB, Amazon RDS, Amazon Neptune, Amazon DocumentDB, Amazon ElastiCache |
| Developer Tools | Kiro, Strands Agents, Amazon Q |
| Machine Learning & AI | Amazon Bedrock, Bedrock AgentCore, SageMaker AI, SageMaker JumpStart, Amazon Lex, Amazon Rekognition, Amazon Comprehend, Amazon Textract, Amazon Translate, Amazon Transcribe, Amazon Nova, Amazon Personalize, Amazon Polly, Amazon Kendra, Amazon A2I |
| Governance & Monitoring | AWS CloudTrail, Amazon CloudWatch, AWS Config, AWS Trusted Advisor, AWS Well-Architected Tool |
| Security & Compliance | IAM, AWS KMS, Amazon Inspector, Amazon Macie, AWS Secrets Manager, AWS Artifact, AWS Audit Manager |
| Networking & Content Delivery | Amazon VPC, Amazon CloudFront |
| Storage | Amazon S3, Amazon S3 Glacier |
The AWS Certified AI Practitioner exam is considered beginner-friendly, but many candidates underestimate the amount of AI terminology, AWS service knowledge, and business-scenario reasoning involved. The tips below can help you prepare more efficiently.
The exam focuses heavily on practical business scenarios. Instead of memorizing definitions, focus on understanding when specific AI approaches, machine learning methods, or AWS services are appropriate for a particular use case.
You are not expected to memorize complex configurations for every AWS service. However, you should understand the primary purpose, common use cases, and general capabilities of major AWS AI services such as Amazon Bedrock, SageMaker AI, Amazon Lex, Amazon Rekognition, and Amazon Comprehend.
Candidates often focus heavily on generative AI but underestimate topics related to responsible AI, governance, compliance, IAM permissions, hallucination risks, and Amazon Bedrock Guardrails.
The real exam includes multiple-choice, multiple-response, ordering, and matching questions. Practicing all question formats beforehand can help reduce mistakes during the actual exam.
Many AWS AI Practitioner questions are scenario-based and require careful reading. Practicing with realistic full-length practice exams can help you improve pacing, recognize common question patterns, and become more comfortable with the different question formats used on the exam.
Full Prep Course Coming Soon
We are currently developing full-length practice exams and in-depth tutorials for all 5 exam domains.
Interested? Send a quick note to our team with the words “AWS AI” and we’ll notify you as soon as the prep materials go live, including a 30% launch discount.
The AWS Certified AI Practitioner (AIF-C01) is a foundational AWS certification that validates your understanding of AI, machine learning (ML), generative AI concepts, and AWS AI services. The exam focuses on practical AI knowledge rather than advanced machine learning engineering or coding skills.
The certification is designed for non-technical business professionals, early-career cloud practitioners, and professionals who want to better understand AI solutions on AWS. It is especially useful for candidates working, or wanting to work with AI projects, cloud technologies, or generative AI initiatives.
Yes. The AWS Certified AI Practitioner is considered beginner-friendly because it focuses on foundational AI concepts and AWS AI services rather than advanced programming or mathematics. However, proper preparation is still important because the exam covers many AWS-specific services and generative AI concepts.
The AWS AI Practitioner exam is moderately difficult for candidates who are new to AI or AWS. Most candidates find the exam manageable after studying the core AI concepts, AWS AI services, generative AI terminology and practicing with full-length exam simulations.
The passing score for the AWS Certified AI Practitioner (AIF-C01) exam is 700 on a scaled score ranging from 100 to 1,000.
After the exam, AWS provides a score report with section-level performance feedback to help you understand your strengths and weaker areas. You do not need to pass every individual section to pass the certification overall.
If you do not pass the AWS Certified AI Practitioner (AIF-C01) exam, you can retake it after a mandatory 14-day waiting period. AWS does not limit the number of retake attempts, but you must pay the full exam fee each time you take the test again.
As such, practicing for exam is highly recommended.
The AWS Certified AI Practitioner exam costs $100 USD. Additional taxes or testing-center fees may apply depending on your location and testing method.
The AWS Certified AI Practitioner exam contains 65 questions. These include multiple-choice and multiple-response questions covering AI fundamentals, generative AI, AWS AI services, security, and responsible AI concepts.
Candidates have 90 minutes to complete the AWS Certified AI Practitioner exam. This gives most test-takers enough time to carefully review and answer all questions.
The AWS Certified AI Practitioner exam is not limited to standard multiple-choice questions. It can include multiple-choice, multiple-response, ordering, and matching questions.
Some questions require one correct answer, while others ask you to select multiple correct responses or place answers in the correct order.
No. Coding experience is not required for the AWS Certified AI Practitioner exam. The certification focuses on understanding AI concepts, generative AI use cases, and AWS AI services rather than building or programming machine learning models.
The most important AWS AI services for the AWS Certified AI Practitioner exam include Amazon Bedrock, Amazon SageMaker, Amazon Rekognition, Amazon Comprehend, Amazon Lex, Amazon Translate, Amazon Transcribe, and Amazon Q.
The exam covers both AI concepts and AWS services. Candidates are expected to understand foundational AI and generative AI concepts while also recognizing which AWS services are appropriate for different AI use cases and business scenarios.
Most candidates spend between 2 and 6 weeks preparing for the AWS AI Practitioner exam, depending on their previous experience with AWS and AI concepts. Candidates with cloud experience typically require less preparation time.
Yes, especially for professionals looking to strengthen their understanding of AI and cloud technologies. The certification can improve credibility, support career growth, and help candidates demonstrate familiarity with generative AI and AWS AI services.
The certification can strengthen your resume and demonstrate foundational AI knowledge to employers. While it is not typically enough on its own to secure an AI engineering role, it can help candidates qualify for cloud, technical support, sales, consulting, or AI-related business positions.
The certification is most relevant for roles such as cloud practitioner, technical sales specialist, business analyst, AI project coordinator, solutions consultant, and entry-level cloud or AI support positions.
AWS Cloud Practitioner focuses on general AWS cloud concepts, pricing, security, and infrastructure fundamentals. AWS AI Practitioner focuses specifically on AI, machine learning, generative AI concepts, and AWS AI services such as Amazon Bedrock and SageMaker.
Yes. The AWS Certified AI Practitioner certification is valid for 3 years from the date you pass the exam. After that period, candidates must recertify to maintain an active certification status.

David Meshulam is the founder of JobTestPrep and is specialized in assessment and certification exam preparation, including the AWS AI certificate.
Money Back Guarantee
Since 1992, JobTestPrep has stood for true-to-original online test and assessment center preparation. Our decades of experience make us a leading international provider of test training. Over one million customers have already used our products to prepare professionally for their recruitment tests.