100+ Free ISTQB CT-GenAI Practice Questions
Pass your ISTQB Certified Tester — Testing with Generative AI (CT-GenAI v1.0) exam on the first try — instant access, no signup required.
Which architecture underlies most modern Large Language Models (LLMs)?
Key Facts: ISTQB CT-GenAI Exam
40
Exam Questions
ISTQB
26/40
Passing Score
65%
60 min
Exam Duration
75 min non-native
$200-$249
Exam Fee
ISTQB Specialist
2024
Released
Newest ISTQB Specialist
Lifetime
Cert Valid
No renewal
The ISTQB CT-GenAI v1.0 exam has 40 multiple-choice questions in 60 minutes (75 min for non-native English speakers) with a 65% passing score (26/40). Released 2024 — among the newest ISTQB Specialists. Chapters: GenAI Foundations for Testers, Quality Attributes for GenAI, Test Design for Non-Determinism, GenAI Risks and Mitigation, Test Infrastructure and Tooling, Organizational Adoption. Exam fee is $200-$249 USD. Requires CTFL Foundation. Lifetime validity.
Sample ISTQB CT-GenAI Practice Questions
Try these sample questions to test your ISTQB CT-GenAI exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1Which architecture underlies most modern Large Language Models (LLMs)?
2What is tokenization in the context of LLMs?
3What does the 'context window' of an LLM refer to?
4Which sampling parameter controls the randomness of an LLM's outputs?
5What does RAG stand for?
6In RAGAS evaluation, what does 'faithfulness' measure?
7Which is the BEST definition of a 'hallucination' in GenAI?
8What is 'prompt injection'?
9Which is an example of INDIRECT prompt injection?
10Which prompt-engineering technique asks the model to reason step-by-step before producing an answer?
About the ISTQB CT-GenAI Exam
The ISTQB Certified Tester Testing with Generative AI (CT-GenAI v1.0) is a brand-new ISTQB Specialist certification released in 2024. It validates skills to test Large Language Model (LLM) and GenAI systems, and to use GenAI to support testing activities. Topics include LLM foundations (transformers, tokenization, embeddings, context windows, RAG), GenAI quality attributes (faithfulness, factuality, bias, toxicity, safety, privacy), prompt engineering, prompt injection and jailbreaks, evaluation (LLM-as-judge, RAGAS, golden datasets), guardrails, and responsible AI (NIST AI RMF, EU AI Act).
Questions
40 scored questions
Time Limit
60 minutes
Passing Score
65% (26/40)
Exam Fee
$200-$249 USD (ISTQB / Pearson VUE)
ISTQB CT-GenAI Exam Content Outline
GenAI Foundations for Testers
Transformer architecture, tokenization (BPE, WordPiece, SentencePiece), embeddings, context window, KV cache, foundation models (GPT, Claude, Gemini, Llama), temperature and sampling, RAG pipelines, agents and tool use
Quality Attributes for GenAI
Faithfulness/groundedness, factuality, relevance, coherence, fluency, safety, toxicity, bias, robustness, privacy, IP compliance, latency, cost — and how each maps to test objectives
Test Design for Non-Determinism
Prompt and seed control, scenario coverage, perturbation testing, adversarial prompts, red-teaming, metamorphic testing, golden datasets, A/B testing of prompts and models
GenAI Risks and Mitigation
Hallucinations, prompt injection (direct/indirect), jailbreaks, training data extraction, model inversion, membership inference, sycophancy, copyright violations, NIST AI RMF, EU AI Act risk tiers, model cards, datasheets
Test Infrastructure and Tooling
Evaluation frameworks (Promptfoo, LangSmith, OpenAI Evals, Phoenix Arize, Helicone), RAGAS for RAG eval, LLM-as-judge with GPT-4 or Claude, BLEU/ROUGE/METEOR, hallucination benchmarks (TruthfulQA, HaluEval), guardrails (Llama Guard, NeMo Guardrails, Azure Content Safety, AWS Bedrock Guardrails)
Organizational Adoption
Responsible AI governance, regression testing for GenAI, continuous evaluation in CI/CD, synthetic test data, anonymized PII, change management, cost monitoring
How to Pass the ISTQB CT-GenAI Exam
What You Need to Know
- Passing score: 65% (26/40)
- Exam length: 40 questions
- Time limit: 60 minutes
- Exam fee: $200-$249 USD
Keys to Passing
- Complete 500+ practice questions
- Score 80%+ consistently before scheduling
- Focus on highest-weighted sections
- Use our AI tutor for tough concepts
ISTQB CT-GenAI Study Tips from Top Performers
Frequently Asked Questions
What is the ISTQB CT-GenAI exam?
The ISTQB Certified Tester Testing with Generative AI (CT-GenAI v1.0) is a brand-new ISTQB Specialist exam released in 2024. It covers how to test LLM and GenAI applications and how to use GenAI to support testing activities. Topics include prompt engineering, prompt injection, RAG evaluation, guardrails, hallucination detection, and responsible AI frameworks like the NIST AI RMF and EU AI Act.
How is CT-GenAI different from CT-AI?
CT-AI focuses on testing classical AI/ML systems — supervised learning, classifiers, regressors, neural networks, ISO 25059 quality characteristics, and metrics like precision/recall. CT-GenAI focuses specifically on generative AI: LLMs, transformers, prompt engineering, RAG, hallucinations, prompt injection, and evaluation methods like LLM-as-judge and RAGAS. CT-GenAI is newer (2024) and complements CT-AI rather than replacing it.
What is the passing score and exam format?
CT-GenAI is a 40-question multiple-choice exam with a 65% passing score (26 of 40 correct). You have 60 minutes (75 minutes for non-native English speakers). The exam is closed book and is delivered via Pearson VUE test centers or remote proctoring through iSQI FLEX. Some questions are scenario-based and require K3-level application of concepts.
What is RAGAS and why does CT-GenAI test it?
RAGAS (Retrieval-Augmented Generation Assessment) is an open-source evaluation framework for RAG systems. It scores key dimensions: faithfulness (does the answer rely on retrieved context?), answer relevance, context precision, and context recall. CT-GenAI emphasizes RAGAS because retrieval-grounded generation is the dominant production pattern for enterprise LLM applications.
What is prompt injection and why is it on the exam?
Prompt injection is an attack where a malicious user (or attacker-controlled content the LLM ingests) overrides the system prompt to make the model behave outside its intended boundaries. Direct injection is in the user input; indirect injection is hidden in retrieved documents, web pages, or images. CT-GenAI requires testers to design red-team scenarios and validate guardrails (Llama Guard, NeMo Guardrails, Azure Content Safety) against these attacks.
What tools are mentioned in the CT-GenAI syllabus?
The syllabus references evaluation tools like Promptfoo, LangSmith, OpenAI Evals, Phoenix Arize, and Helicone; RAG eval frameworks like RAGAS; classical NLP metrics like BLEU/ROUGE/METEOR; hallucination benchmarks like TruthfulQA and HaluEval; and guardrail products including Llama Guard, NeMo Guardrails, Azure Content Safety, and AWS Bedrock Guardrails. Foundation models commonly referenced include GPT-4o, Claude Opus, Gemini, and Llama.
Do I need CTFL or CT-AI before taking CT-GenAI?
CTFL Foundation Level is a formal prerequisite for CT-GenAI. CT-AI is not required, but the two specializations are complementary — many candidates take CT-AI first to learn ML/AI quality fundamentals, then add CT-GenAI for the LLM-specific layer. ASTQB recommends some practical exposure to LLM-based applications before sitting CT-GenAI.