CT-AI Online Practice Questions

Home / ISTQB / CT-AI

Latest CT-AI Exam Practice Questions

The practice questions for CT-AI exam was last updated on 2026-04-10 .

Viewing page 1 out of 2 pages.

Viewing questions 1 out of 14 questions.

Question#1

A mobile app start-up company is implementing an AI-based chat assistant for e-commerce customers. In the process of planning the testing, the team realizes that the specifications are insufficient.
Which testing approach should be used to test this system?

A. Exploratory testing
B. Static analysis
C. Equivalence partitioning
D. State transition testing

Explanation:
The syllabus describes exploratory testing as especially useful when there are poor specifications or test oracle problems:
“Exploratory testing is especially useful when there are poor specifications or test oracle problems, which is often the case for AI-based systems.”
(Reference: ISTQB CT-AI Syllabus v1.0, Section 9.6, page 70 of 99)

Question#2

You have access to the training data that was used to train an AI-based system. You can review this information and use it as a guideline when creating your tests.
What type of characteristic is this?

A. Autonomy
B. Explorability
C. Transparency
D. Accessibility

Explanation:
The syllabus states:
"Transparency: This is considered to be the ease with which the algorithm and training data used to generate the model can be determined."
Access to the training data is an example of transparency. (Reference: ISTQB CT-AI Syllabus v1.0, Section 2.7, page 24 of 99)

Question#3

Max. Score: 2
Al-enabled medical devices are used nowadays for automating certain parts of the medical diagnostic processes. Since these are life-critical process the relevant authorities are considenng bringing about suitable certifications for these Al enabled medical devices.
This certification may involve several facets of Al testing (I - V).
I. Autonomy
II. Maintainability
III. Safety
IV. Transparency
V. Side Effects
Which ONE of the following options contains the three MOST required aspects to be satisfied for the above scenario of certification of Al enabled medical devices? SELECT ONE OPTION

A. Aspects II, III and IV
B. Aspects I, II, and III
C. Aspects III, IV, and V
D. Aspects I, IV, and V

Explanation:
For AI-enabled medical devices, the most required aspects for certification are safety, transparency, and side effects.
Here’s why:
Safety (Aspect III): Critical for ensuring that the AI system does not cause harm to patients.
Transparency (Aspect IV): Important for understanding and verifying the decisions made by the AI system.
Side Effects (Aspect V): Necessary to identify and mitigate any unintended consequences of the AI system.
Why Not Other Options:
Autonomy and Maintainability (Aspects I and II): While important, they are secondary to the immediate concerns of safety, transparency, and managing side effects in life-critical processes.
Reference: This explanation is aligned with the critical quality characteristics for AI-based systems as mentioned in the ISTQB CT-AI syllabus, focusing on the certification of medical devices​.

Question#4

Which ONE of the following combinations of Training, Validation, Testing data is used during the process of learning/creating the model? SELECT ONE OPTION

A. Training data - validation data - test data
B. Training data - validation data
C. Training data • test data
D. Validation data - test data

Explanation:
The process of developing a machine learning model typically involves the use of three types of datasets:
Training Data: This is used to train the model, i.e., to learn the patterns and relationships in the data.
Validation Data: This is used to tune the model’s hyperparameters and to prevent overfitting during the training process.
Test Data: This is used to evaluate the final model’s performance and to estimate how it will perform on unseen data.
Let's analyze each option:
A. Training data - validation data - test data
This option correctly includes all three types of datasets used in the process of creating and validating a model. The training data is used for learning, validation data for tuning, and test data for final evaluation.
B. Training data - validation data
This option misses the test data, which is crucial for evaluating the model’s performance on unseen data after the training and validation phases.
C. Training data - test data
This option misses the validation data, which is important for tuning the model and preventing overfitting during training.
D. Validation data - test data
This option misses the training data, which is essential for the initial learning phase of the model.
Therefore, the correct answer is A because it includes all necessary datasets used during the process of learning and creating the model: training, validation, and test data​.

Question#5

Which option gives the correct values for accuracy and precision from the confusion matrix? Choose ONE option (1 out of 4)

A. Accuracy = 50%, Precision = 75%
B. Accuracy = 80%, Precision = 75%
C. Accuracy = 75%, Precision = 80%
D. Accuracy = 80%, Precision = 50%

Explanation:
From the confusion matrix:
True Positives (TP) = 15
False Positives (FP) = 5
False Negatives (FN) = 15
True Negatives (TN) = 65
Accuracy= (TP + TN) / Total
= (15 + 65) / 100 =80%
Precision= TP / (TP + FP)
= 15/(15+5)
= 15/20 =75%
Section3.2 C Functional Performance Criteriain the syllabus explains accuracy and precision exactly these ways when evaluating ML classification performance.
Option B is therefore the only correct pair of values.

Disclaimer

This page is for educational and exam preparation reference only. It is not affiliated with ISTQB, ISTQB AI Testing, or the official exam provider. Candidates should refer to official documentation and training for authoritative information.

Exam Code: CT-AIQ & A: 123 Q&AsUpdated:  2026-04-10

  Get All CT-AI Q&As