Certified Tester Specialist Level - Testing with Generative AI (CT-GenAI) Practice Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

flashcard set

Earn XP

Description and Tags

Flashcards covering foundational concepts, prompting techniques, risk management, infrastructure, and organizational integration of Generative AI in software testing based on the ISTQB CT-GenAI syllabus.

Last updated 2:21 PM on 7/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

Generative Artificial Intelligence (GenAI)

A branch of artificial intelligence that uses large, pre-trained models to generate human-like output, such as text, images, or code.

2
New cards

Symbolic AI

An AI approach that uses a rule-based system to mimic human decision-making by representing knowledge using symbols and logical rules.

3
New cards

Classical Machine Learning

A data-driven approach that requires data preparation, feature selection and model training, often used for tasks like defect categorization.

4
New cards

Deep Learning

A type of machine learning that uses neural networks to automatically learn features from large and complex datasets without manual feature definition.

5
New cards

Large Language Models (LLMs)

GenAI models pre-trained on large textual datasets, enabling them to determine context and produce relevant responses according to user prompts.

6
New cards

Tokenization

The process of breaking down text into smaller units called tokens, which can be characters, sub-words, or words.

7
New cards

Embeddings

Numerical representations of tokens as vectors in a high-dimensional space that encode semantic, syntactic, and contextual relationships.

8
New cards

Transformer Model

A neural network architecture that excels in language tasks by processing the context of extensive text sequences and learning how tokens relate to each other.

9
New cards

Context Window

The amount of preceding text, measured in tokens, that the model can consider when generating responses.

10
New cards

Non-deterministic behavior

Inherent randomness in LLMs due to the probabilistic nature of inference and hyperparameter settings, leading to varied outputs for the same input.

11
New cards

Foundation LLMs

General-purpose models trained on vast and diverse datasets including text, code, and images, typically requiring further adaptation for specific tasks.

12
New cards

Instruction-tuned LLMs

Models derived from foundation models that are fine-tuned using datasets pairing prompts with expected responses to improve alignment with human instructions.

13
New cards

Reasoning LLMs

Models that emphasize structured cognitive abilities such as logical inference, multi-step problem-solving, and chain-of-thought reasoning.

14
New cards

Multimodal LLMs

Models extended to process multiple data modalities, including text, images, sound, and video.

15
New cards

Vision-Language Models

A subset of multimodal LLMs that integrate visual and textual information for tasks like image captioning and visual question answering.

16
New cards

Prompt Engineering

The process of designing and refining input prompts to guide LLMs toward producing desired, accurate, and relevant outputs.

17
New cards

Structured Prompt Components

The six key elements of an effective prompt: Role, Context, Instruction, Input Data, Constraints, and Output Format.

18
New cards

Prompt Chaining

A technique involving breaking a complex task into a series of intermediate steps where the result of each step informs the next prompt.

19
New cards

Few-shot Prompting

Providing the LLM with more than one example within the prompt to guide and consolidate the desired response behavior.

20
New cards

Meta Prompting

Leveraging the AI's ability to generate or refine its own prompts through an iterative cycle to optimize prompt quality.

21
New cards

System Prompt

A predefined instruction set that establishes the LLM's behavior, personality, context, and operational parameters for the entire conversation.

22
New cards

User Prompt

The actual input, question, or specific instruction from the user that forms the immediate context for each response.

23
New cards

Hallucinations

A GenAI defect where the model generates output that appears factually incorrect, irrelevant, or fictitious to the given task.

24
New cards

Reasoning Errors

Defects occurring when LLMs misinterpret logical structures like cause-and-effect or conditional logic, leading to incorrect conclusions.

25
New cards

LLM Biases

Favored information or assumptions in LLM output originating from the data on which the model was trained.

26
New cards

Temperature (Parameter)

A parameter that controls the randomness of an LLM's outputs; lowering it narrows the probability distribution for more consistent results.

27
New cards

Retrieval-Augmented Generation (RAG)

A technique that enhances LLMs by incorporating additional data sources retrieved from vector databases into the response generation process.

28
New cards

LLM-powered Agent

A specialized GenAI application designed for autonomous or semi-autonomous task processing by invoking a predefined set of functions or tools.

29
New cards

Fine-Tuning

A process of further training a pre-trained model on a targeted dataset to adapt it for specific tasks, domains, or organizational vocabularies.

30
New cards

LLMOps

The practices, tools, and processes designed to streamline the development, deployment, and maintenance of LLMs in production environments.

31
New cards

Shadow AI

The use of GenAI tools or systems within an organization without formal approval or oversight, leading to security and compliance risks.

32
New cards

Small Language Model (SLM)

Compact models with fewer parameters than LLMs, designed to provide lightweight, efficient, and focused GenAI solutions.

33
New cards

ISO/IEC 42001:2023

A standard that specifies requirements for establishing, implementing, maintaining, and continually improving an AI Management System.

34
New cards

Vector Database

A database optimized for storing and querying high-dimensional vector representations (embeddings) of data.