AWA AIF-C01 - Domain 3 - Applications of Foundation Models

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

Foundation Model (FM)

Back

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

Card 2

Front

Model Selection

Back

Choosing a foundation model based on factors such as task requirements, performance, cost, latency, context window, and supported modalities.

Card 3

Front

Model Size

Back

The scale of a model, often associated with its number of parameters. Larger models may provide greater capabilities but generally require more computational resources.

Card 4

Front

Parameters

Back

Learned numerical values within a model that are adjusted during training to represent patterns in the training data.

Card 5

Front

Inference

Back

Using a trained foundation model to generate an output from an input prompt or request.

Card 6

Front

Inference Parameters

Back

Settings that influence how a model generates its response, such as temperature, top-p, and maximum output tokens.

Card 7

Front

Temperature

Back

A setting that controls randomness in generated output. Higher values generally produce more varied responses; lower values generally produce more predictable responses.

Card 8

Front

Top-p

Back

A sampling setting that limits token selection to a probability mass containing the most likely candidate tokens.

Card 9

Front

Maximum Output Tokens

Back

A limit on how many tokens a model can generate in its response.

Card 10

Front

Prompt

Back

The input instructions, context, data, or examples supplied to a foundation model to guide its output.

Card 11

Front

Prompt Engineering

Back

The practice of designing prompts to obtain more useful, accurate, relevant, and consistent model outputs.

Card 12

Front

Zero-Shot Prompting

Back

Asking a model to perform a task without providing examples of the desired task in the prompt.

Card 13

Front

One-Shot Prompting

Back

Providing a single example demonstrating the desired task or output format.

Card 14

Front

Few-Shot Prompting

Back

Providing multiple examples to demonstrate the desired task, pattern, or output format.

Card 15

Front

Prompt Template

Back

A reusable prompt structure containing fixed instructions and variable fields that can be populated for different requests.

Card 16

Front

System Prompt

Back

Instructions that establish the model's behavior, role, constraints, or priorities for an interaction.

Card 17

Front

Prompt Injection

Back

An attack in which malicious or unintended instructions are inserted into model input to manipulate the model's behavior.

Card 18

Front

Grounding

Back

Connecting model responses to reliable, relevant information from external sources rather than relying solely on the model's learned knowledge.

Card 19

Front

Retrieval-Augmented Generation (RAG)

Back

A technique that retrieves relevant information from external data sources and provides it to a model as context when generating a response.

Card 20

Front

Knowledge Base

Back

A collection of information that can be searched or retrieved to provide relevant context to an AI application.

Card 21

Front

Vector Database

Back

A database optimized for storing and searching numerical vector representations, commonly used for semantic similarity searches.

Card 22

Front

Semantic Search

Back

Searching based on the meaning or intent of content rather than requiring an exact keyword match.

Card 23

Front

Similarity Search

Back

Finding stored vectors that are mathematically similar to a query vector, often using distance or similarity measures.

Card 24

Front

Augmented Prompt

Back

A prompt enriched with retrieved information, additional context, instructions, or other data before being sent to a foundation model.

Card 25

Front

Fine-Tuning

Back

Additional training of a foundation model using task- or domain-specific data to modify or improve its behavior for a particular use case.

Card 26

Front

Instruction Tuning

Back

Training a model on examples of instructions and desired responses so it becomes better at following natural-language instructions.

Card 27

Front

Model Customization

Back

Adapting a foundation model to better meet a specific application's requirements through techniques such as prompting, RAG, or fine-tuning.

Card 28

Front

Continued Pre-training

Back

Further pre-training a foundation model on additional domain-specific or specialized data to expand or adapt its learned knowledge.

Card 29

Front

Amazon Bedrock

Back

A fully managed AWS service that provides access to foundation models from multiple providers for building generative AI applications.

Card 30

Front

Amazon Bedrock Model Choice

Back

Bedrock allows applications to select foundation models from different providers through a common managed service interface.

Card 31

Front

Amazon Bedrock Knowledge Bases

Back

A Bedrock capability that helps applications implement RAG by connecting foundation models with organizational data and retrieving relevant information.

Card 32

Front

Amazon Bedrock Agents

Back

A Bedrock capability that enables foundation models to perform multi-step tasks by using instructions, knowledge sources, and connected actions.

Card 33

Front

Amazon Bedrock Guardrails

Back

A Bedrock capability for applying configurable safeguards to model inputs and outputs, helping enforce responsible AI requirements.

Card 34

Front

Amazon Bedrock Prompt Management

Back

A capability for creating, storing, managing, and reusing prompts and prompt variations for generative AI applications.

Card 35

Front

Amazon Bedrock Model Evaluation

Back

Capabilities for evaluating foundation models using automated or human-based methods against defined criteria.

Card 36

Front

Amazon Bedrock Fine-Tuning

Back

A capability that allows supported foundation models to be customized using a user's training data for a particular task or domain.

Card 37

Front

Amazon SageMaker AI

Back

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

Card 38

Front

Amazon Q

Back

AWS's family of generative AI assistants designed to help users with tasks such as business questions, development, and AWS-related work.

Card 39

Front

Prompt Chaining

Back

Breaking a complex task into multiple model calls where the output of one step becomes input or context for another step.

Card 40

Front

Model Routing

Back

Directing requests to different models based on factors such as task complexity, performance requirements, cost, or capability.