iSQI CT-GenAI ISTQB Certified Tester Testing with Generative AI (CT-GenAI) v1.0 Exam Practice Test
ISTQB Certified Tester Testing with Generative AI (CT-GenAI) v1.0 Questions and Answers
What does an embedding represent in an LLM?
Which setting can reduce variability by narrowing the sampling distribution during inference?
What is a hallucination in LLM outputs?
What defines a prompt pattern in the context of structured GenAI capability building?
Which statement BEST differentiates an LLM-powered test infrastructure from a traditional chatbot system used in testing?
You must use GenAI to perform test analysis on a payments module with finalized requirements: (1) generate test conditions, (2) prioritize by risk, (3) check coverage gaps. Which sequence best applies prompt chaining?
A prompt begins: “You are a senior test manager responsible for risk-based test planning on a payments platform.” Which component is this?
Which statement BEST contrasts interaction style and scope?
An attacker sends extremely long prompts to overflow context so the model leaks snippets from its training data. Which attack vector is this?
What is a key data-related aspect when defining a GenAI strategy for testing?
You must generate test cases for a new payments rule. The system includes API specifications stored in a vector database and prior tests in a relational database. Which of the following sequences BEST represents the correct order for applying a Retrieval-Augmented Generation (RAG) workflow?
i. Retrieve semantically similar specification chunks from the vector database
ii. Feed both retrieved datasets as context for the LLM to generate new test cases
iii. Retrieve relevant historical cases from the relational database
iv. Submit a focused query describing the new test requirement
Who typically defines the system prompt in a testing workflow?