AWA AIF-C01 - Domain 2 - Fundamentals of Generative AI

AWS (Amazon Web Services) · AI Practitioner (AIF-C01)

By SpyderMan

Log in to rate

Certification Summary

The AWS Certified AI Practitioner AIF-C01 is for cloud engineers, data analysts, and developers who manage model deployments within an existing infrastructure. You take this exam when your manager decides the team needs a generative interface for internal documentation and you need to understand the service constraints before the inevitable integration failure occurs.

The test balances model selection and training strategies, with Applications of Foundation Models, Fundamentals of GenAI, and Fundamentals of AI and ML accounting for nearly three-quarters of the content. The remaining questions address Guidelines for Responsible AI and Security, Compliance, and Governance for AI Solutions. You spend your time identifying which Amazon Bedrock configurations minimize data leakage while keeping latency within acceptable parameters for downstream service calls.

Study

Card 1 of 40

Log in to mark cards as mastered and track progress.

The Imposter Hunt

The Imposter Hunt (Unlocked!)

Prove your knowledge to unlock this challenge.

Test your knowledge and spot the fake definitions.

0% / 75% mastery
0%

Mastery

0 of 40 cards mastered

All cards (40)

Scroll to review fronts and backs

Card 1

Front

Generative AI (GenAI)

Back

AI that creates new content such as text, images, audio, video, or code based on patterns learned from data.

Card 2

Front

Foundation Model (FM)

Back

A large, broadly trained model that can be adapted for many downstream tasks and applications.

Card 3

Front

Large Language Model (LLM)

Back

A foundation model specialized in understanding and generating human language, typically trained on very large text datasets.

Card 4

Front

Transformer

Back

A neural network architecture that uses attention mechanisms to efficiently process relationships between elements in sequential data.

Card 5

Front

Attention Mechanism

Back

A technique that allows a model to determine which parts of the input are most relevant when producing an output.

Card 6

Front

Token

Back

A unit of text processed by an LLM. A token may represent a word, part of a word, punctuation, or other text fragment.

Card 7

Front

Tokenization

Back

The process of breaking input text into tokens that a model can process.

Card 8

Front

Token-Based Pricing

Back

A pricing approach where inference cost is based on the number of input and/or output tokens processed.

Card 9

Front

Context Window

Back

The maximum amount of information, measured in tokens, that a model can consider within a single request.

Card 10

Front

Embeddings

Back

Numerical representations of data that capture semantic meaning and relationships so similar concepts can be compared mathematically.

Card 11

Front

Vector

Back

An ordered collection of numerical values used to represent data such as text, images, or other objects in a mathematical space.

Card 12

Front

Vector Embedding

Back

A numerical vector representing the semantic characteristics of an item, commonly used for similarity searches.

Card 13

Front

Chunking

Back

Splitting larger documents or content into smaller pieces so they can be efficiently processed, embedded, retrieved, or supplied to a model.

Card 14

Front

Prompt Engineering

Back

Designing and refining prompts to guide a generative AI model toward useful, accurate, and consistent outputs.

Card 15

Front

Context Engineering

Back

Designing the information and context supplied to a model so it has the relevant information needed to perform a task effectively.

Card 16

Front

Multimodal Model

Back

A model capable of working with multiple types of data, such as text, images, audio, or video.

Card 17

Front

Diffusion Model

Back

A generative model commonly used for creating images, audio, and other content by learning to reverse a process that progressively adds noise to data.

Card 18

Front

Pre-training

Back

The initial large-scale training of a foundation model on broad datasets so it learns general patterns and capabilities.

Card 19

Front

Fine-tuning

Back

Additional training of an existing model on a more specific dataset to adapt its behavior or performance for a particular task or domain.

Card 20

Front

Model Selection

Back

Choosing an appropriate model based on capabilities, performance, cost, latency, compliance, and other application requirements.

Card 21

Front

Model Evaluation

Back

Measuring how well a model performs against defined requirements, benchmarks, or evaluation datasets.

Card 22

Front

Model Deployment

Back

Making a trained model available for use by an application or users through an inference endpoint or service.

Card 23

Front

Model Feedback

Back

Information collected from model outputs, users, or evaluation processes that can be used to improve an AI application or model.

Card 24

Front

Hallucination

Back

A model-generated response that appears plausible but contains information that is incorrect, fabricated, or unsupported by available evidence.

Card 25

Front

Nondeterminism

Back

The property that can cause a model to produce different outputs for the same or similar input, depending on model and inference settings.

Card 26

Front

Interpretability

Back

The degree to which humans can understand how a model arrives at its outputs or decisions.

Card 27

Front

Latency

Back

The amount of time between submitting a request and receiving a model response.

Card 28

Front

Model Complexity

Back

The level of computational and architectural sophistication of a model, which can affect capability, cost, speed, and resource requirements.

Card 29

Front

Adaptability

Back

The ability of GenAI systems to handle varied tasks, inputs, or domains without requiring a separate model for every task.

Card 30

Front

Conversational AI

Back

AI designed to interact with users through natural-language dialogue, maintaining relevant context across an interaction.

Card 31

Front

Content Generation

Back

Using GenAI to create new text, images, audio, video, code, or other forms of digital content.

Card 32

Front

AI Assistant

Back

An AI application that helps users perform tasks by understanding natural-language requests and generating useful responses or actions.

Card 33

Front

Agentic AI

Back

AI systems that can reason about goals, use tools, interact with external systems, maintain context or memory, and take actions.

Card 34

Front

Multi-Agent System

Back

A system in which multiple AI agents collaborate, communicate, or specialize in different tasks to accomplish a larger objective.

Card 35

Front

Model Context Protocol (MCP)

Back

An open protocol for connecting AI applications or agents with external tools, data sources, and systems through a standardized interface.

Card 36

Front

Tool Use

Back

An agent's ability to invoke external tools, APIs, databases, or services to obtain information or perform actions beyond the model itself.

Card 37

Front

Workflow Orchestration

Back

Coordinating multiple steps, tools, models, agents, or processes so they work together to accomplish a larger task.

Card 38

Front

Amazon Bedrock

Back

A fully managed AWS service providing access to foundation models from multiple providers through APIs for building generative AI applications.

Card 39

Front

Amazon SageMaker AI

Back

AWS's managed machine learning service for building, training, customizing, deploying, and operating machine learning models.

Card 40

Front

SageMaker JumpStart

Back

A SageMaker capability providing access to pre-trained models, foundation models, and solution templates that can accelerate AI/ML development.