iSQI CT-AI Practice Exam Questions & Answers

5 Free Questions · Last reviewed: September 12, 2026 · Prepared & Reviewed by the ValidExamDumps Editorial Team

Exam Facts

iSQI CT-AI Exam Details

Key details for this exam, checked against the published exam outline

120 Practice Questions (Our Bank)
60 minutes Exam Duration
65% (31 out of 47 points) Passing Score
USD 199 Exam Fee
Exam Code
CT-AI
Full Name
ISTQB Certified Tester AI Testing (CT-AI)
Issuing Body
International Software Testing Qualifications Board (ISTQB)
Question Format (Our Bank)
Multiple Choice
Eligibility
ISTQB Certified Tester Foundation Level (CTFL) required
Practice Questions

Free CT-AI Practice Questions

Each question shows the correct answer and an explanation of why it is right

VA
ValidExamDumps Editorial Team Every question and its answer is checked by our CT-AI exam preparation team, who also write the explanation shown with each one. How we research and review these pages

A neural network has been designed and created to assist day-traders improve efficiency when buying and selling commodities in a rapidly changing market. Suppose the test team executes a test on the neural network where each neuron is examined. For this network, the shortest path indicates a "buy" and it will only occur when the one-day predicted value of the commodity is greater than the spot price by 0.75%. The neurons are stimulated by entering commodity prices and testers verify that they activate only when the future value exceeds the spot price by at least 0.75%.

Which of the following statements BEST explains the type of coverage being tested on the neural network?

Correct Answer: A
Explanation

The syllabus details that threshold coverage requires each neuron to achieve an activation value greater than a specified threshold:

'Threshold coverage: Full threshold coverage requires that each neuron in the neural network achieves an activation value greater than a specified threshold.'

(Reference: ISTQB CT-AI Syllabus v1.0, Section 6.2, page 48 of 99)

Which of the following statements about explainable AI is correct?

Choose ONE option (1 out of 4)

Correct Answer: C
Explanation

Section2.10 -- Explainability and Transparencyof the ISTQB CT-AI syllabus describes explainable AI as the ability of a system to provide human-understandable insight into its decisions. The syllabus referencesThe Royal Society's reportas a foundational source explaining why explainability is important. Among the stated motivations is the need toincrease user trust and confidencein AI systems by making their decisions understandable and justifiable. Therefore, OptionCdirectly reflects the syllabus content .

Option A is incorrect because interpretability doesnotrefer to determining correctness of outputs; rather, it refers to understandinghowthe model arrives at outputs. Option B incorrectly frames explainability as the ability to investigate algorithms or training data; explainability is aboutunderstanding the model's decision-making, not reverse engineering its components. Option D is incorrect because explainability doesnoteliminate the need for risk and vulnerability assessments; the syllabus clearly emphasizes that testing, risk assessment, and robustness checks remain critical even when a model is explainable.

Thus, the only statement consistent with the syllabus isOption C.

Arihant Meditation is a startup using Al to aid people in deeper and better meditation based on analysis of various factors such as time and duration of the meditation, pulse and blood pressure, EEG patters etc. among others. Their model accuracy and other functional performance parameters have not yet reached their desired level.

Which ONE of the following factors is NOT a factor affecting the ML functional performance?

SELECT ONE OPTION

Correct Answer: D
Explanation

Factors Affecting ML Functional Performance:The data pipeline, quality of the labeling, and biased data are all factors that significantly affect the performance of machine learning models. The number of classes, while relevant for the model structure, is not a direct factor affecting the performance metrics such as accuracy or bias.

Reference:ISTQB_CT-AI_Syllabus_v1.0, Sections on Data Quality and its Effect on the ML Model and ML Functional Performance Metrics.

Which ONE of the following options represents a technology MOST TYPICALLY used to implement Al?

SELECT ONE OPTION

Correct Answer: D
Explanation

Technology Most Typically Used to Implement AI:Genetic algorithms are a well-known technique used in AI . They are inspired by the process of natural selection and are used to find approximate solutions to optimization and search problems. Unlike search engines, procedural programming, or case control structures, genetic algorithms are specifically designed for evolving solutions and are commonly employed in AI implementations.

Reference:ISTQB_CT-AI_Syllabus_v1.0, Section 1.4 AI Technologies, which identifies different technologies used to implement AI.

Pairwise testing can be used in the context of self-driving cars for controlling an explosion in the number of combinations of parameters.

Which ONE of the following options is LEAST likely to be a reason for this incredible growth of parameters?

SELECT ONE OPTION

Correct Answer: C
Explanation

Pairwise testing is used to handle the large number of combinations of parameters that can arise in complex systems like self-driving cars. The question asks which of the given options isleast likelyto be a reason for the explosion in the number of parameters.

Different Road Types (A): Self-driving cars must operate on various road types, such as highways, city streets, rural roads, etc. Each road type can have different characteristics, requiring the car's system to adapt and handle different scenarios. Thus, this is a significant factor contributing to the growth of parameters.

Different Weather Conditions (B): Weather conditions such as rain, snow, fog, and bright sunlight significantly affect the performance of self-driving cars. The car's sensors and algorithms must adapt to these varying conditions, which adds to the number of parameters that need to be considered.

ML Model Metrics to Evaluate Functional Performance (C): While evaluating machine learning (ML) model performance is crucial, it does not directly contribute to the explosion of parameter combinations in the same way that road types, weather conditions, and car features do. Metrics are used to measure and assess performance but are not themselves variable conditions that the system must handle.

Different Features like ADAS, Lane Change Assistance, etc. (D): Advanced Driver Assistance Systems (ADAS) and other features add complexity to self-driving cars. Each feature can have multiple settings and operational modes, contributing to the overall number of parameters.

Hence, theleast likelyreason for the incredible growth in the number of parameters isC. ML model metrics to evaluate the functional performance.

:

ISTQB CT-AI Syllabus Section 9.2 on Pairwise Testing discusses the application of this technique to manage the combinations of different variables in AI-based systems, including those used in self-driving cars.

Sample Exam Questions document, Question #29 provides context for the explosion in parameter combinations in self-driving cars and highlights the use of pairwise testing as a method to manage this complexity.

Get Full Access

120 questions covering all exam domains, starting from $20

Study Guide

What the iSQI CT-AI Exam Covers

Exam domains verified against: Official iSQI CT-AI exam guide, last checked September 2026.

Domain 1: Introduction to AI

Covers the definition and impact of AI, the differences between narrow AI, general AI, and super AI, and how standards apply to AI-based systems. Understand the foundational concepts that distinguish different types of artificial intelligence and their relevance to testing practice.

Domain 2: Quality Characteristics for AI-Based Systems

Addresses the importance of flexibility and adaptability as key attributes of AI systems, and examines how the evolution of AI-based systems affects quality. Learn what makes AI quality different from traditional software quality.

Domain 3: Machine Learning ML

Covers classification and regression as part of supervised learning, explains the factors involved in selecting ML algorithms, and demonstrates how to recognize underfitting and overfitting. Understand the fundamentals of how machine learning models are built and trained.

Domain 4: ML: Data

Addresses the challenges of data preparation and testing, demonstrates how to create a machine learning framework, and shows how poor data quality can cause issues in production. Recognize why data quality is as critical as model quality in ML systems.

Sample question from this domain above: Q5

Domain 5: ML Functional Performance Metrics

Covers measuring the performance of machine learning models using metrics derived from the confusion matrix. Learn to calculate and interpret key performance indicators that tell you whether your model actually works.

Domain 6: Neural Networks and Testing

Describes the structure and function of neural networks, the role of deep neural networks, and coverage measures specific to neural network testing. Understand how neural networks differ from traditional algorithms and why standard test coverage does not apply.

Domain 7: Testing AI-Based Systems Overview

Addresses how system specifications for AI-based systems create testing challenges, explains automation bias and its effects on testing, and covers the unique risks inherent in AI systems. Learn why traditional testing approaches can miss the problems AI systems introduce.

Sample question from this domain above: Q1

Domain 8: Testing AI-Specific Quality Characteristic

Examines challenges that emerge during testing due to the self-learning capabilities of AI-based systems. Recognize how continuous learning and adaptation change what needs to be tested over the lifetime of a system.

Sample question from this domain above: Q3

Domain 9: Methods and Techniques for the Testing of AI-Based Systems

Explores the benefits of testing machine learning systems using specific methods, and shows how these techniques help reduce attacks and protect against data poisoning. Apply practical testing strategies that address the unique vulnerabilities of AI systems.

Domain 10: Test Environments for AI-Based Systems

Covers the factors that distinguish test environments for AI-based systems from conventional software test environments. Understand what infrastructure, data, and configurations are needed to test AI systems effectively.

Sample question from this domain above: Q2

Domain 11: Using AI for Testing

Covers classifying the AI technologies that are used to support and automate testing processes. Learn how AI itself can be applied to improve test automation, test case generation, and defect detection.

Sample question from this domain above: Q4

FAQ

CT-AI Exam FAQ

Common questions about the exam itself

What background do I need to take the CT-AI exam?
You must hold the ISTQB Certified Tester Foundation Level certification before attempting CT-AI. Foundation Level provides the standard software testing terminology and principles that the CT-AI syllabus assumes you already know.
How long is the CT-AI exam?
The exam is 60 minutes long, or 75 minutes if your native language is not English. You will answer 40 multiple choice questions in that time.
What score do I need to pass CT-AI?
You need to answer correctly at least 65 percent of the exam, which equals 31 out of 47 points. Each question is worth a different point value based on its difficulty.
How long does CT-AI certification stay valid?
ISTQB Specialist certifications like CT-AI do not expire and remain valid for life. You do not need to pay for recertification or take another exam to maintain this credential.
What is the hardest part of CT-AI to study?
Most candidates find the sections on machine learning metrics and neural network testing challenging because they require mathematical understanding that goes beyond typical software testing knowledge. Practice working through confusion matrices and coverage calculations to build confidence.
How much preparation time do I need for CT-AI?
Plan for 40 to 60 hours of study. This typically works out to three to four weeks if you study for a few hours per day. Most accredited training providers recommend a three day instructor-led course as part of your preparation.
What is the difference between CT-AI and CT-GenAI?
CT-AI focuses on testing AI-based systems including machine learning and generative AI. CT-GenAI (Testing with Generative AI) focuses on using generative AI tools to support and improve your testing processes. Choose CT-AI if you test AI systems. choose CT-GenAI if you want to use AI to test other software.
Can I retake the CT-AI exam if I fail?
Yes, you can retake the exam. You will need to purchase a new exam voucher each time. Check with your local testing board or exam provider about any waiting periods between attempts.
What job roles is CT-AI meant for?
CT-AI is designed for testers, test analysts, test engineers, data analysts, test managers, software developers, and quality professionals working on AI systems. It also suits project managers, business analysts, and IT leaders who need a basic understanding of AI testing.
Is CT-AI version 1.0 still available or do I need to take version 2.0?
Version 1.0 is being retired. The English version is available until April 2027 and the non-English versions until October 2027. Version 2.0 is the current offering and is recommended for new candidates. If you are already registered for v1.0, you can complete it during the transition period.