AWS Certified AI Practitioner (AIF-C01) Practice Exam
Cover all five AIF-C01 domains — AI and ML fundamentals, generative AI, applications of foundation models, responsible AI, and security and governance — with objective-mapped practice questions, immediate feedback in Learn mode, and full timed simulation in Exam mode.
Start 24-hour free trial →AIF-C01 exam at a glance
- Vendor
- Amazon Web Services (AWS)
- Exam code
- AIF-C01
- Certification
- AWS Certified AI Practitioner
- Level
- Foundational
- Blueprint
- AIF-C01 exam guide; certification released October 2024 (current edition)
- Format
- 65 questions (50 scored + 15 unscored); multiple-choice and multiple-response
- Duration
- 90 minutes
- Passing score
- 700 on a scaled range of 100–1000 (pass/fail, compensatory scoring)
- Delivery
- Pearson VUE test center or online proctored
- Recommended experience
- Up to 6 months of exposure to AI/ML technologies on AWS (recommended, not required); no coding or model-building is tested
- Cost (USD)
- $100 USD (regional pricing varies)
- Validity
- 3 years; recertify by passing the current exam or a higher-level AWS certification
- Languages
- Offered in multiple languages including English, Japanese, Korean, and Simplified Chinese (verify current list with AWS)
Sources: AWS — AIF-C01 Exam Guide (domains & weightings). Verify current details with AWS before scheduling.
About the AWS Certified AI Practitioner certification
AWS Certified AI Practitioner (AIF-C01) is AWS’s foundational AI credential, released in October 2024 to meet surging demand for AI-literate staff. It validates an overall understanding of AI, machine learning, and generative AI concepts and the AWS services that support them — framed around practical business applications rather than hands-on engineering. Crucially, it does not test coding, model training, or hyperparameter tuning; it tests whether you can describe AI/ML and generative AI, pick the right AWS service for a use case, and apply it responsibly.
The exam rewards breadth over depth. Its heaviest area is Applications of Foundation Models (28%) — prompt engineering, retrieval-augmented generation (RAG), and evaluating foundation models on services such as Amazon Bedrock. Responsible AI and security/governance together make up 28% as well, so ethics and governance are not afterthoughts. For foundational reading on the responsible-AI principles this exam tests, see the Responsible AI & ethics guide in our Learning Hub.
Every PowerKram practice question maps to one of the five current AIF-C01 domains and links to the specific AWS page it was derived from, so your weak spots become a focused reading list rather than a guess.
AIF-C01 exam domains and weights
Five domains, with Applications of Foundation Models the single heaviest area. The weightings are AWS’s own; because scoring is compensatory, you pass on the overall scaled score rather than needing a minimum in each domain. Plan your study time roughly in proportion to these weights.
Design considerations for foundation-model applications; prompt engineering techniques; training and fine-tuning; retrieval-augmented generation (RAG); and evaluating foundation-model performance, largely via Amazon Bedrock.
Core generative-AI concepts (tokens, embeddings, foundation models, LLMs), common use cases and their capabilities and limitations, and the AWS services and infrastructure that host generative AI.
Basic AI, ML, and deep-learning terminology; supervised, unsupervised, and reinforcement learning; the ML development lifecycle; and AWS AI/ML services such as Amazon SageMaker, Comprehend, Rekognition, and Polly.
Responsible-AI features and considerations: bias and fairness, transparency and explainability, safety, robustness, and the trade-offs involved in developing and deploying trustworthy AI systems.
Securing AI systems (access control, data protection, encryption); governance and compliance regulations for AI; and using AWS tools and the shared responsibility model to protect AI workloads and data.
Source: AWS AIF-C01 Exam Guide — content domains and weightings. Weightings indicate relative exam emphasis; some sections carry more questions than others.
Who AIF-C01 is for
AWS positions AI Practitioner as accessible to both technical and non-technical candidates who work with AI in a business context. The audience is deliberately broad:
- Business analysts, marketers, and project managers who need to make informed decisions about where and how to apply AI without building models themselves.
- Sales, customer-success, and product staff for AI-enabled products who must speak credibly about generative AI, foundation models, and responsible-AI guardrails.
- Developers and solutions architects who want a recognized AI credential and a shared vocabulary before moving toward deeper ML certifications.
- Career changers and students entering AI-adjacent roles who need a foundational, vendor-recognized starting point.
If cloud fundamentals are still new to you, AWS suggests starting with the Cloud Practitioner (CLF-C02) first — it shares the shared-responsibility and pricing concepts AIF-C01 assumes. If you want to go deeper into hands-on machine learning after this, the role-based path runs through the Machine Learning Engineer Associate (MLA-C01) and the Machine Learning Specialty (MLS-C01). For the roles this credential supports — with salary ranges and progression across AI, ML, and cloud tracks — see the AI Engineer career path and where AWS AI certifications lead.
What this AIF-C01 practice exam delivers
Learn mode
Get the correct answer, the explanation, and a direct link to the exact AWS page each question was derived from — immediately after each question. Best for the foundation-models and generative-AI areas, where matching a use case to the right service or technique is the main testing pattern.
Exam mode
65 questions, 90-minute timer — the real AIF-C01 format. Build pacing for both the standard multiple-choice and the trickier multiple-response items.
Source-linked explanations
Every answer cites the exact AWS page (docs.aws.amazon.com or aws.amazon.com) the question was built from — so you can verify and dig deeper, not just memorize.
Score by AIF-C01 domain
Results break down by the five blueprint domains — so practice tells you exactly which area to revisit, whether that is generative-AI fundamentals or the heavily tested responsible-AI and governance topics.
Sample AIF-C01 practice questions
Ten free questions across the five current AIF-C01 domains, with full explanations and source links to the AWS pages each is derived from. The complete bank is available with the 24-hour trial.
A team trains a model on a dataset where each record is already labeled with the correct output, so the model learns to map inputs to known answers. Which type of machine learning is this?
- Supervised learning
- Unsupervised learning
- Reinforcement learning
- No learning — it is a rules engine
Show answer & explanation
Correct: A — supervised learning. Supervised learning trains on labeled examples (input paired with the correct output), so the model learns to predict the label for new inputs — the setup described.
Why not the others: unsupervised learning (B) finds structure in unlabeled data; reinforcement learning (C) learns from rewards through trial and error; a rules engine (D) is not machine learning at all.
Source: AWS — What is artificial intelligence? → Further reading: PowerKram — AWS AI/ML services deep dive →In generative AI, what is a “foundation model”?
- A small model trained for a single narrow task only
- A large model pre-trained on broad data that can be adapted to many downstream tasks
- A physical server that hosts all AWS AI services
- A billing tier for Amazon Bedrock
Show answer & explanation
Correct: B — a large model pre-trained on broad data, adaptable to many tasks. Foundation models are trained on vast, general datasets and can then be adapted (through prompting, RAG, or fine-tuning) to a wide range of downstream tasks — the basis of modern generative AI.
Why not the others: a single-task model (A) is the opposite of a foundation model; a foundation model is software, not a physical server (C); and it is a model type, not a billing tier (D).
Source: AWS — What are foundation models? →A company wants the fastest way to build and scale generative-AI applications using a choice of high-performing foundation models from Amazon and leading AI providers, through a single API, without managing infrastructure. Which AWS service fits?
- Amazon EC2 Auto Scaling
- Amazon S3 Glacier
- Amazon Bedrock
- AWS CloudTrail
Show answer & explanation
Correct: C — Amazon Bedrock. Bedrock is AWS’s fully managed service for building generative-AI applications with a choice of foundation models through one API, with no infrastructure to manage — exactly the described need.
Why not the others: EC2 Auto Scaling (A) scales virtual servers; S3 Glacier (B) is cold storage; CloudTrail (D) logs API activity. None is a managed generative-AI model service.
Source: AWS — Amazon Bedrock →A support chatbot built on a foundation model must answer using a company’s current internal policy documents, which the model was never trained on. Which technique supplies that private, up-to-date context at query time without retraining the model?
- Increasing the model’s temperature setting
- Lowering the maximum token limit
- Switching to a smaller model
- Retrieval-augmented generation (RAG)
Show answer & explanation
Correct: D — retrieval-augmented generation (RAG). RAG retrieves relevant passages from an external knowledge source (such as the company’s documents) and supplies them to the model as context at query time, grounding answers in current, private data without retraining.
Why not the others: temperature (A) affects randomness, not knowledge; a lower token limit (B) truncates output; a smaller model (C) does not add the missing documents. None supplies external context.
Source: AWS — What is RAG? → Further reading: PowerKram — AWS AI/ML services deep dive →A team improves a foundation model’s output by carefully wording the instruction, adding examples, and specifying the desired format — all without changing the model’s weights. What is this practice called?
- Prompt engineering
- Full model retraining
- Data labeling
- Hyperparameter tuning
Show answer & explanation
Correct: A — prompt engineering. Prompt engineering shapes a model’s output through the wording, examples, and format of the input prompt, without altering the underlying model — the lowest-effort way to steer a foundation model.
Why not the others: retraining (B) and hyperparameter tuning (D) change the model itself and require far more effort and data; data labeling (C) prepares training data, not prompts.
Source: AWS — What is prompt engineering? →A company has a foundation model that performs well generally but wants to specialize it for legal-contract language using its own labeled dataset, adjusting the model’s weights. Which approach is this?
- Prompt engineering with few-shot examples
- Fine-tuning the model on domain-specific data
- Increasing the context window size
- Enabling multi-factor authentication
Show answer & explanation
Correct: B — fine-tuning on domain-specific data. Fine-tuning continues training a foundation model on a labeled, domain-specific dataset, adjusting its weights so it specializes — the described legal-language use case.
Why not the others: prompt engineering (A) does not change weights; a larger context window (C) lets the model read more input but does not specialize it; MFA (D) is a security control, unrelated to model behavior.
Source: AWS — Amazon Bedrock (customization & fine-tuning) →A business wants a fully managed service to build, train, and deploy traditional machine-learning models at scale, covering the full ML lifecycle. Which AWS service is designed for this?
- Amazon Polly
- Amazon Lex
- Amazon SageMaker
- Amazon CloudFront
Show answer & explanation
Correct: C — Amazon SageMaker. SageMaker is AWS’s fully managed service for building, training, and deploying machine-learning models across the whole lifecycle — the standard choice for custom ML.
Why not the others: Polly (A) turns text into speech; Lex (B) builds conversational chatbots; CloudFront (D) is a content delivery network. They are narrow AI/infrastructure services, not a full ML platform.
Source: AWS — Amazon SageMaker →A hiring model is found to systematically favor one demographic group over equally qualified others. Which responsible-AI concern does this represent?
- Network latency
- Storage cost
- Instance right-sizing
- Bias and fairness
Show answer & explanation
Correct: D — bias and fairness. Systematic, unjustified favoring of one group is a bias/fairness problem — a core responsible-AI concern that calls for evaluation, mitigation, and monitoring so the model treats groups equitably.
Why not the others: latency (A), storage cost (B), and right-sizing (C) are performance or cost concerns, not fairness issues.
Source: AWS — Responsible AI → Further reading: PowerKram — Responsible AI & ethics →Stakeholders ask why an AI model made a particular decision and want the reasoning to be understandable to humans. Which responsible-AI property are they asking for?
- Elasticity
- Transparency and explainability
- Horizontal scaling
- Data compression
Show answer & explanation
Correct: B — transparency and explainability. Explainability is the ability to understand and communicate how a model reaches its outputs; transparency covers being open about how the system works — both are responsible-AI properties AIF-C01 emphasizes.
Why not the others: elasticity (A) and horizontal scaling (C) are infrastructure scaling concepts; data compression (D) is a storage technique. None concerns understanding a model’s decisions.
Source: AWS — Responsible AI →Under the AWS shared responsibility model, when a company uses AWS AI services, which task is the customer’s responsibility?
- Securing the physical data centers that run the AI services
- Patching the underlying managed-service infrastructure
- Managing access to their data and configuring who can use the AI service
- Maintaining the global network backbone between Regions
Show answer & explanation
Correct: C — managing access to their data and who can use the service. As with all AWS services, the customer is responsible for security in the cloud — their data, identity and access controls, and configuration — while AWS secures the underlying service and facilities.
Why not the others: physical data-center security (A), patching managed infrastructure (B), and the network backbone (D) are all AWS responsibilities under the shared responsibility model.
Source: AWS — Shared Responsibility Model → Further reading: PowerKram — Responsible AI & governance →Keep going: Learning & Career resources
AIF-C01 opens two paths — deeper AWS AI/ML certifications, and AI-literate roles across engineering, product, and operations. Both PowerKram hubs back this exam.
Deep dive: AIF-C01 format, scoring, study path, and how it fits the AWS AI track
Exam format and scoring
AIF-C01 delivers 65 questions in 90 minutes. Only 50 are scored; the other 15 are unscored items AWS uses to trial future questions, and they are not identified during the exam — so treat every question as if it counts. Question formats are multiple choice (one correct answer of four) and multiple response (two or more correct answers from five or more options). Scoring is scaled from 100 to 1000 with a passing mark of 700, and it is compensatory: you pass on the overall score and do not need a minimum in each domain. Read the responsible-AI foundations →
What the exam does and does not test
AIF-C01 is deliberately conceptual. You will not write code, build or train models, tune hyperparameters, or configure SageMaker training jobs. Instead it tests whether you understand what AI, ML, and generative AI are, how foundation models and techniques like prompt engineering and RAG work, which AWS service fits a given use case (Bedrock, SageMaker, Comprehend, Lex, Polly, Rekognition, Amazon Q), and how to apply all of it responsibly and securely. The most common way candidates lose points is by knowing the AI concepts but skipping the responsible-AI, governance, and security material — which together account for 28% of the exam.
Realistic study path
Most candidates pass with roughly three focused weeks. A practical plan: start with AI/ML and generative-AI fundamentals, then spend the most time on foundation-model applications (28%) — prompt engineering, RAG, and evaluation on Amazon Bedrock — and finish with a dedicated pass over responsible AI and security/governance before doing full timed practice. If cloud basics are shaky, do Cloud Practitioner first. Read the AWS AI/ML services deep dive →
Cost, scheduling, and retake policy
The exam costs $100 USD (regional pricing varies) and is delivered at a Pearson VUE test center or online with a proctor. If you do not pass, AWS requires a 14-day wait before you retake, with no cap on attempts, and each attempt needs a new registration and fee. If you already hold an AWS certification you may qualify for an exam discount — worth checking before you book. AWS’s official AIF-C01 exam guide →
Recertification
AWS certifications are valid for three years. You recertify either by passing the current version of this exam or by earning a higher-level AWS certification, which automatically extends your AI Practitioner credential. Because AIF-C01 pairs naturally with the ML role-based exams, many candidates recertify by moving up the AI/ML track. See the Machine Learning Engineer Associate next step →
How AIF-C01 fits the AWS AI/ML track
AIF-C01 is the foundational entry point to AWS’s AI credentials. From here, the role-based path runs to the Machine Learning Engineer Associate (MLA-C01) for hands-on ML operations and the Machine Learning Specialty (MLS-C01) for deeper modeling work. It also pairs well with Cloud Practitioner (CLF-C02) as a two-exam foundational base covering both cloud and AI literacy — a strong combination for business, product, and pre-sales roles. See the Machine Learning Specialty →
AWS AI Practitioner (AIF-C01) exam FAQ
What are the AIF-C01 exam domains and weights?
What is the AIF-C01 passing score?
How many questions is the AIF-C01 exam and how long is it?
Does the AWS AI Practitioner exam require coding or model-building?
How much does AIF-C01 cost and how long is it valid?
Start your free 24-hour AIF-C01 practice trial
Full access to the question bank, both study modes, source-linked explanations, and score-by-domain. No credit card required.
Start free trial →