Sapior LogoSapior

The AWS AI Practitioner Exam: What Developers Need to Know

A no-nonsense guide to the AWS Certified AI Practitioner (AIF-C01) exam, covering core concepts, AWS AI services, and a practical prep plan for developers building AI on AWS.

The exam in a snapshot

The AWS Certified AI Practitioner (exam code AIF-C01) is the first rung on the AWS AI ladder. It’s not about writing SageMaker pipelines or fine-tuning models from scratch. It’s about understanding the landscape of artificial intelligence and machine learning on AWS and being able to pick the right service for a given scenario.

**Format**: 65 questions (50 scored, 15 unscored). Multiple-choice and multiple-response.

**Time**: 90 minutes.

**Passing score**: 700 out of 1000.

**Cost**: 100 USD (plus tax, plus optional practice exam at 20 USD).

AWS designed this exam for non-technical roles too, but developers who take it come away with a sharper mental map of the AI/ML capabilities baked into the AWS platform.

What’s actually on the test

According to the [official exam guide](https://aws.amazon.com/certification/certified-ai-practitioner/), the AI Practitioner exam covers five domains:

1. **Fundamentals of AI/ML** – basic concepts, data preparation, training vs. inference, model types.

2. **AWS AI services** – ready-to-use services like Rekognition, Transcribe, Polly, Personalize, Forecast, and the ML-powered features inside services like Connect and Pinpoint.

3. **Generative AI on AWS** – foundation models, Amazon Bedrock, Amazon Q Business, CodeWhisperer, and the underlying infrastructure (Trainium, Inferentia).

4. **ML pipelines and governance** – high-level view of SageMaker, data labeling, model registry, and MLOps principles.

5. **Responsible AI, security, and compliance** – bias detection, model cards, data privacy, and governance patterns.

You won’t need to write a single line of Python for the exam. The test wants you to recognise *which* service answers a given business problem, not *how* to configure it down to the ARN.

1. AI/ML fundamentals

You’ll need to know the difference between supervised, unsupervised, and reinforcement learning. Understand overfitting and underfitting, evaluation metrics (accuracy, precision, recall, F1 score), and the broad strokes of the ML lifecycle. The exam guide references typical real-world examples—fraud detection, recommendation engines, churn prediction—so having a few concrete use cases in mind helps.

2. AWS AI services landscape

This is the heart of the exam. AWS groups its AI services into three layers:

**AI services** (no ML expertise needed): Amazon Rekognition (image/video analysis), Amazon Transcribe (speech-to-text), Amazon Polly (text-to-speech), Amazon Translate, Amazon Lex (conversational interfaces), Amazon Personalize (recommendations), Amazon Forecast (time-series predictions), and Amazon Textract (document extraction).

**ML services** (for practitioners and engineers): Amazon SageMaker for the full ML workflow, SageMaker Data Wrangler, Feature Store, Model Registry, Pipelines, and Ground Truth.

**Generative AI stack**: Amazon Bedrock (managed foundation models), SageMaker JumpStart, Amazon CodeWhisperer, and Amazon Q Business.

The exam will ask you to match a business need with the correct service. For example: “A company wants to build a chatbot that answers employee HR questions using internal documents.” The answer is likely Amazon Q Business or Lex + Bedrock, not just Lex alone.

3. Generative AI on AWS

Expect 15–20% of the questions to focus on generative AI. You’ll need to know what foundation models are, the difference between retrieval-augmented generation (RAG) and fine-tuning, and how Bedrock abstracts model access. The exam also touches on prompt engineering patterns (zero-shot, few-shot, chain-of-thought) and the importance of model evaluation with metrics like BERTScore and ROUGE.

4. Responsible AI and security

AWS documentation repeatedly emphasizes fairness, explainability, and transparency. You should know about Amazon SageMaker Clarify for bias detection, model cards, and how AWS Artifacts can support compliance reviews. The exam also checks understanding of data residency, encryption at rest and in transit, and the shared responsibility model applied to AI.

How we prep (and why we like it)

A few paths work well:

**AWS’s own digital training**: The free *Exam Prep: AWS Certified AI Practitioner* course on AWS Skill Builder covers the full domain list.

**Hands-on labs**: Even though the exam is concept-heavy, building a simple RAG demo with Bedrock or running a SageMaker notebook cements the service boundaries.

**Whitepapers**: Read the *AWS Well-Architected Framework – Machine Learning Lens* and the *Generative AI on AWS* whitepaper. They mirror the exam’s tone.

**Practice exams**: AWS’s official practice exam (20 questions) and third-party providers like Tutorials Dojo give you the rhythm of multiple-response questions.

A realistic timeline is 3–4 weeks if you spend an hour a day. If you’re already hands-on with AWS AI services, you can compress that to two weekends.

The Sapior angle

We build Sapior to help developers ship AI-powered applications faster, often on top of AWS services like Bedrock and SageMaker. While the AI Practitioner exam itself doesn’t require coding, it reinforces exactly the sort of architectural decisions you’ll face when connecting LLMs, vector stores, and agentic logic in real projects. Once you’ve got the cert, Sapior’s development environment gives you the harness to turn that knowledge into production endpoints—without fighting infrastructural glue.

If you’re already working with AWS AI, the exam is a tidy credential that signals fluency to teams and clients. If you’re just starting out, it’s a structured way to internalize the AWS AI landscape. Either way, it’s 90 minutes well spent.

AWS AI Practitioner Exam: Guide, Topics, and Prep Tips