Amazon Web Services free flashcards

Free AIF-C01 flashcards

8 real AIF-C01 flashcards, sampled across every domain the exam tests. Each concept card is paired with the misconception card built from the tempting wrong answer - the trap most decks skip. No account, no card.

The full deck has 454 flashcards. For a domain-by-domain breakdown and a study plan, read the AIF-C01 study guide.

ConceptApplications of foundation models

When deciding whether a single foundation model call can process an entire 200,000-token source document without retrieval augmentation, which model property is the deciding constraint?

The context window. It is the maximum number of tokens a model can process per inference call, covering both input and output. If the source exceeds this window, the application must use RAG or chunking to surface relevant content first.

MisconceptionApplications of foundation models

A model's training data cutoff date is what limits whether it can process a large document supplied at inference time.

Confuses baked-in knowledge with input capacity. Training cutoff affects facts stored in the weights, not the ability to process tokens supplied at inference. Providing the document as context bypasses the cutoff entirely; the limiting factor for input is the context window.

ConceptGenerative AI fundamentals

A hosted LLM returns noticeably different wording each run for the same prompt. Which sampling change keeps answers closely on-message with far less variation, without forcing identical output?

Lower the temperature toward 0 (for example 0.2). Temperature scales how sharply the model favours its most-probable tokens; lowering it concentrates probability mass on the top tokens, so the same prompt yields closely similar, on-message wording each time while still allowing slight variation.

MisconceptionGenerative AI fundamentals

To make an LLM's repeated answers more consistent, raise the temperature toward 1.0 so it considers a wider spread of next tokens.

Wrong direction. Higher temperature flattens the token distribution and increases variation, moving away from on-message consistency. To reduce variation you lower temperature, which sharpens the distribution toward the likeliest tokens.

ConceptFundamentals of AI and ML

Which AI discipline lets a recommendation system improve its accuracy over time from customer purchase history, without engineers coding new rules each season?

Machine learning. ML algorithms discover patterns in training data and adjust their internal parameters so predictions improve as more data is seen. This self-improving property from historical data is what separates ML from rule-based systems that need a human to codify every new condition.

MisconceptionFundamentals of AI and ML

A rule-based expert system that encodes domain knowledge as hand-crafted if-then rules can improve its recommendations autonomously as new data arrives.

Category error. Rule-based systems require explicit programming of every new rule and do not learn autonomously from data. The ability to improve from experience without re-programming is the defining property of machine learning, not of rule-based expert systems.

ConceptPrompt engineering and evaluation

How does few-shot prompting improve a classifier's accuracy on edge cases without any fine-tuning?

Add labelled input-output pairs for each category directly in the prompt. These examples demonstrate the desired mapping, narrowing the model's interpretation of the task and anchoring its output to the correct label space, which reduces wrong labels for inputs near category boundaries.

MisconceptionPrompt engineering and evaluation

Raising the temperature makes a model classify edge-case inputs more accurately because it explores more options.

Wrong lever. Higher temperature increases randomness, which worsens classification consistency rather than improving it. It also does not address the root cause of misclassification - the model's ambiguity about which label to assign.

Get all 454 AIF-C01 flashcards free

Drop your email and we will keep you posted as new AIF-C01 study material ships. No spam - we mail you only when it is worth your time.

Frequently asked questions

Are these AIF-C01 flashcards free?

Yes. Every card on this page is free to read with no sign-up. The full deck has 454 flashcards; drop your email below and we will keep you posted, or create a free account to study the rest.

What is a misconception card?

A card built from a tempting wrong answer in our question bank, naming the trap and explaining why it fails. Most flashcard decks only drill the fact (a concept card); we pair each one with the misconception the exam actually tests you against.

Are these real AIF-C01 exam questions or vendor content?

No. These are original flashcards written from our own blueprint-aligned practice questions. We never reproduce live exam items or vendor material.

How many flashcards are in the full AIF-C01 deck?

454 cards spread across all 5 domains. For the full domain-by-domain breakdown, read the study guide.

Examworthy is not affiliated with or endorsed by Amazon Web Services. All flashcards are original, drawn from our own blueprint-aligned practice questions. We never reproduce live exam items. AIF-C01 and related marks belong to their respective owners.