AIF-C01 domain - 20% of the exam

Fundamentals of AI and ML

Fundamentals of AI and ML is 20% of the AWS Certified AI Practitioner (AIF-C01) exam. These are the objectives it covers, each with practice questions, with every answer explained.

Objectives in this domain

Sample question from this domain

Free sampleFundamentals of AI and MLeasy

A retail company wants a system that improves its product recommendation accuracy over time by learning from customer purchase history, without being explicitly programmed with new rules each season. Which AI discipline best describes this approach?

  • ARule-based expert systems, which encode domain knowledge as hand-crafted if-then rules.
  • BMachine learning, which trains models on historical data so that predictive behaviour improves with experience. Correct
  • CBusiness intelligence reporting, which aggregates and visualises historical sales data for human analysts.
  • DRobotic process automation, which executes predefined workflow steps to mimic human repetitive tasks.
Understand that machine learning is the AI discipline in which models improve from data without explicit rule updates. Machine learning algorithms discover patterns in training data and adjust internal parameters so that predictions become more accurate as more data is seen. This contrasts with rule-based systems, which require a human to codify every new condition. The self-improving property from historical purchase data is the hallmark of ML.

Why A is wrong: Tempting because rule-based systems do drive recommendations, but they require explicit programming of every new rule. They do not learn autonomously from data, which is the defining requirement in the stem.

Why B is correct: Machine learning is the discipline in which algorithms learn patterns from data and improve performance on a task without being explicitly re-programmed, matching the scenario precisely.

Why C is wrong: Tempting because it uses historical purchase data, but BI reporting surfaces information for human decision-making rather than training a model that autonomously improves its own predictions.

Why D is wrong: Tempting because RPA is often grouped with AI tooling, but it follows a fixed script and does not learn from data. It cannot improve recommendation accuracy through experience.

Other domains in this exam

See also the AIF-C01 cert hub, the study guide, and the cheat sheet.

Examworthy is not affiliated with or endorsed by Amazon Web Services. Original, blueprint-aligned practice material only.