Home › Certifications › AWS Certified AI Practitioner AIF-C01 › Fundamentals of AI and ML
37 multiple-choice questions and 36 flashcards on Fundamentals of AI and ML, about 25% of the AWS Certified AI Practitioner AIF-C01 bank. Every one carries a written rationale.
Fundamentals of AI and ML is one of 5 chapters in CoStudy's AWS Certified AI Practitioner (AIF-C01) bank, and it holds 37 of the bank's 150 multiple-choice questions — roughly 25% of the total. That proportion is not arbitrary: chapters follow the certifying body's published exam outline, and the number of questions in each is set by that domain's published weight, so the share of your practice time this chapter takes matches the share of the real exam it accounts for.
Studying by chapter is worth doing once you have a diagnostic score. A single overall percentage tells you whether you are close; it does not tell you which domain is dragging. Working a weak chapter in isolation, and re-testing it in isolation, is the fastest way to move a score that has stalled — and it is why the mock exams in CoStudy report by domain rather than as one number.
10 questions drawn from this chapter, with the full rationale shown — the controlling principle behind the right answer, and why each wrong option tempts and fails.
Which BEST describes deep learning?
Answer: C — ML using neural networks with many hidden layers
A) Symbolic AI. B) Data warehouse. C) Correct — DL is ML with deep neural networks (vision, NLP, speech, GenAI). D) Classical stats. E) Container platform.
Which set of metrics is BEST for a binary classification model?
Answer: E — Precision, recall, F1, accuracy, and AUC-ROC
A) NLG evaluation. B) Regression metrics. C) Serving metrics. D) Clustering metrics. E) Correct — standard classification metrics.
How do training and inference costs typically compare?
Answer: A — Training is one-time and expensive; inference is ongoing and per-call
A) Correct — training is a large lump-sum; inference cost accrues per token/request over time. B) Only true at very high steady inference volumes vs. small models. C) False. D) False. E) False.
Which AWS service is BEST for end-to-end ML development, training, and deployment?
Answer: B — Amazon SageMaker platform
A) Serves FMs, not general ML lifecycle. B) Correct — full lifecycle: notebooks, training, tuning, hosting, MLOps. C) NLP only. D) ETL. E) Search.
Which statement about deep learning is CORRECT?
Answer: C — Deep learning is ML using neural networks with many layers
A) DL is a subset of ML. B) Symbolic AI is rules-based, not DL. C) Correct — DL powers vision, NLP, speech, and GenAI. D) DL spans many modalities.
Which contrast between supervised and unsupervised learning is CORRECT?
Answer: A — Supervised uses labeled data; unsupervised finds patterns without labels
A) Correct — the defining distinction. B) Backwards nonsense. C) Reversed and false. D) Hardware is not the distinction. E) Not a definitional split.
On a highly imbalanced dataset (99% negatives), which is the WEAKEST single metric to optimize?
Answer: A — Overall classification accuracy
A) Correct — 'always predict negative' scores 99% accuracy but is useless. B) PR-AUC handles imbalance. C) F1 targets both precision and recall. D) Recall directly measures caught positives.
Which BEST describes feature engineering?
Answer: B — Creating and selecting features that improve model performance
A) Region planning is unrelated. B) Correct — one-hot encoding, scaling, aggregations, interactions, embeddings. C) Compute choice. D) Ops monitoring.
Which BEST describes the AIF-C01 exam structure?
Answer: D — 65 questions, 90 minutes, passing at 700/1000, $100 fee
A/B/C/E) Wrong numbers for AIF-C01. D) Correct — foundational cert, no prerequisites.
Which BEST describes machine learning?
Answer: A — A subfield of AI where systems learn patterns from data
A) Correct — ML learns from examples rather than fixed rules. B) Describes symbolic AI / expert systems. C) Describes an RDBMS. D) Describes BI tooling. E) Describes GPUs/TPUs.
4 cards from the 36 in this chapter.
SageMaker Pipelines?
ML workflow orchestration. Define steps as DAG. CI/CD for ML.
Supervised vs unsupervised learning?
Supervised: labeled data. Unsupervised: unlabeled, finds patterns.
AIF-C01 exam approach?
Concepts over hands-on. Know AWS service positioning, responsible AI, basic ML terms.
Validation vs test data?
Validation: tune hyperparameters during training. Test: final evaluation, untouched until end.
These are a sample. The full Fundamentals of AI and ML chapter runs 73 items with per-chapter progress tracking, on the web and in the iOS app.
Open AWS Certified AI Practitioner AIF-C01 in CoStudy →
All AWS Certified AI Practitioner AIF-C01 practice questions →