New Year Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

CT-AI ISTQB Certified Tester AI Testing Exam Questions and Answers

Questions 4

The activation value output for a neuron in a neural network is obtained by applying computation to the neuron.

Which ONE of the following options BEST describes the inputs used to compute the activation value?

SELECT ONE OPTION

Options:

A.

Individual bias at the neuron level, activation values of neurons in the previous layer, and weights assigned to the connections between the neurons.

B.

Activation values of neurons in the previous layer, and weights assigned to the connections between the neurons.

C.

Individual bias at the neuron level, and weights assigned to the connections between the neurons.

D.

Individual bias at the neuron level, and activation values of neurons in the previous layer.

Buy Now
Questions 5

Which ONE of the following tests is MOST likely to describe a useful test to help detect different kinds of biases in ML pipeline?

SELECT ONE OPTION

Options:

A.

Testing the distribution shift in the training data for inappropriate bias.

B.

Test the model during model evaluation for data bias.

C.

Testing the data pipeline for any sources for algorithmic bias.

D.

Check the input test data for potential sample bias.

Buy Now
Questions 6

How can a tester check the system for bias as part of a review of data sources, acquisition, and preprocessing?

Choose ONE option (1 out of 4)

Options:

A.

During the review, it can uncover algorithmic bias by analysing the procedures used to obtain the training data.

B.

During the review of the preprocessing, the auditor can uncover whether the data has been influenced in a way that could lead to sample distortions.

C.

It may use the LIME method as part of its data collection review to detect inappropriate bias.

D.

As part of the review of preprocessing, it can reveal whether the data has been influenced in a way that could lead to algorithmic bias.

Buy Now
Questions 7

Which characteristic of AI-based systems makes it difficult to ensure they are safe (e.g., not harming humans)?

Choose ONE option (1 out of 4)

Options:

A.

Determinism

B.

Complexity

C.

Interpretability

D.

Robustness

Buy Now
Questions 8

Which of the following is an example of a clustering problem that can be resolved by unsupervised learning?

Options:

A.

Associating shoppers with their shopping tendencies

B.

Grouping individual fish together based on their types of fins

C.

Classifying muffin purchases based on the perceived attractiveness of their packaging

D.

Estimating the expected purchase of cat food after a particularly successful ad campaign

Buy Now
Questions 9

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?

Options:

A.

Exploratory testing

B.

Static analysis

C.

Equivalence partitioning

D.

State transition testing

Buy Now
Questions 10

A word processing company is developing an automatic text correction tool. A machine learning algorithm was used to develop the auto text correction feature. The testers have discovered that when they start typing “Isle of Wight” it fills in “Isle of Eight”. Several UAT testers have accepted this change without noticing. What type of bias is this?

Options:

A.

Geographical/Locality

B.

Automation/Complacency

C.

Complacency/Disregard

D.

Ignorance/Cognitive

Buy Now
Questions 11

Which machine learning approach is most suitable for predicting customer purchase probability?

Choose ONE option (1 out of 4)

Options:

A.

Supervised learning (regression)

B.

Supervised learning (classification)

C.

Unsupervised learning

D.

Reinforcement learning

Buy Now
Questions 12

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

Options:

A.

The data pipeline

B.

The quality of the labeling

C.

Biased data

D.

The number of classes

Buy Now
Questions 13

There is a growing backlog of unresolved defects for your project. You know the developers have an ML model that they have created which has learned which developers work on which type of software and the speed with which they resolve issues. How could you use this model to help reduce the backlog and implement more efficient defect resolution?

Options:

A.

Use it to prioritize defects automatically based on the time expected for the fix to be made, the speed of the fix, and the likelihood of regressions

B.

Use it to assign defects to the best developer to resolve the problem and to load balance the defect assignments among the developers

C.

Use it to determine the root cause of each defect and develop a process improvement plan that can be implemented to remove the most common root causes

D.

Use it to review the code and determine where more defects are likely to occur so that testing can be targeted to those areas

Buy Now
Questions 14

Which statement regarding data preparation in the ML workflow is correct?

Choose ONE option (1 out of 4)

Options:

A.

A key challenge in data transformation is the removal or correction of erroneous data.

B.

Since data preparation is time-consuming, all steps should be automated.

C.

One challenge of data gathering is obtaining high-quality data from multiple sources.

D.

Sampling is so well researched that it is no longer considered risky.

Buy Now
Questions 15

ln the near future, technology will have evolved, and Al will be able to learn multiple tasks by itself without needing to be retrained, allowing it to operate even in new environments. The cognitive abilities of Al are similar to a child of 1-2 years.’

In the above quote, which ONE of the following options is the correct name of this type of Al?

SELECT ONE OPTION

Options:

A.

Technological singularity

B.

Narrow Al

C.

Super Al

D.

General Al

Buy Now
Questions 16

A system is to be developed to detect lung cancer using X-ray images.

Which statement BEST describes the difference between a conventional system and an AI system with supervised machine learning?

Choose ONE option (1 out of 4)

Options:

A.

The results of analyzing an X-ray for lung cancer using an AI system are more understandable than with a conventional system.

B.

The X-ray images that an AI system can analyze must be structurally different from X-ray images used in a conventional system.

C.

An AI system independently determines patterns in X-rays during training; a conventional system requires a human to program in those patterns.

D.

The implementation of an AI system consists mainly of training data, whereas that of a conventional system consists of branches and loops.

Buy Now
Questions 17

Consider a natural language processing (NLP) algorithm that attempts to predict the next word that you would like to type in a text message. An update to the algorithm has been created that should increase the accuracy of the predictions based on user typing patterns. The old algorithm was rated for accuracy by the users. Then, after the new update was released, the users rated the updated algorithm. A statistical test was used to compare the two versions of the algorithm to see whether or not the update should remain in place.

This is an example of what type of testing?

Options:

A.

Metamorphic testing

B.

A/B testing

C.

Exploratory testing

D.

Pairwise testing

Buy Now
Questions 18

You are testing an autonomous vehicle which uses AI to determine proper driving actions and responses. You have evaluated the parameters and combinations to be tested and have determined that there are too many to test in the time allowed. It has been suggested that you use pairwise testing to limit the parameters. Given the complexity of the software under test, what is likely the outcome from using pairwise testing?

Options:

A.

The number of parameters to test can be reduced to less than a dozen

B.

All high priority defects will be identified using this method

C.

While the number of tests needed can be reduced, there may still be a large enough set of tests that automation will be required to execute all of them

D.

Pairwise cannot be applied to this problem because there is AI involved and the evolving values may result in unexpected results that cannot be verified

Buy Now
Questions 19

Data used for an object detection ML system was found to have been labelled incorrectly in many cases.

Which ONE of the following options is most likely the reason for this problem?

SELECT ONE OPTION

Options:

A.

Security issues

B.

Accuracy issues

C.

Privacy issues

D.

Bias issues

Buy Now
Questions 20

Which of the following is a dataset issue that can be resolved using pre-processing?

Options:

A.

Insufficient data

B.

Invalid data

C.

Wanted outliers

D.

Numbers stored as strings

Buy Now
Questions 21

Which of the following is an example of overfitting?

Options:

A.

The model is not able to generalize to accommodate new types of data

B.

The model is too simplistic for the data

C.

The model is missing relationships between the inputs and outputs

D.

The model discards data it considers to be noise or outliers

Buy Now
Questions 22

Which option describes a reasonable application of AIB testing for a self-learning system after it has changed its behavior due to user input?

Choose ONE option (1 out of 4)

Options:

A.

Generating test cases for the system before and after the change, since neither has a test oracle

B.

Comparing outputs before and after the change using different inputs

C.

Comparing outputs before and after the change using identical inputs

D.

Comparing outputs of a non-self-learning system with those of the changed self-learning system

Buy Now
Questions 23

Which of the following decisions is BEST as a test approach for the described situation?

Choose ONE option (1 out of 4)

Options:

A.

You plan to manually execute regular regression tests of the new camera function, particularly for system tests.

B.

You execute the test cases from the old camera model at the integration test level; no further dynamic tests of the operating data pipeline are necessary.

C.

You plan experience-based testing by the entire team at the system test level to ensure that the end users are satisfied.

D.

You plan to perform reviews and exploratory data analysis of the image data sets to reduce the risk of a lack of representativeness of this data.

Buy Now
Questions 24

Upon testing a model used to detect rotten tomatoes, the following data was observed by the test engineer, based on certain number of tomato images.

For this confusion matrix which combinations of values of accuracy, recall, and specificity respectively is CORRECT?

SELECT ONE OPTION

Options:

A.

0.87.0.9. 0.84

B.

1,0.87,0.84

C.

1,0.9, 0.8

D.

0.84.1,0.9

Buy Now
Questions 25

You are developing a “flower” ML model… Which of the following describes an objection that you can NEGLECT in your risk assessment?

Choose ONE option (1 out of 4)

Options:

A.

The possible inputs for the ‘leaf’ and ‘flower’ ML models are so different that reuse has few advantages over new development.

B.

The probability of misclassification of the ML model "flower" is higher when it is reused than when it is developed from scratch.

C.

The classification behavior of the "flower" ML model is more difficult to understand when it is reused compared to when it is developed from scratch.

D.

The possible outputs of the "leaf" and "flower" ML models are so different that reuse has few advantages over new development.

Buy Now
Questions 26

Which option gives the correct values for accuracy and precision from the confusion matrix?

Choose ONE option (1 out of 4)

Options:

A.

Accuracy = 50%, Precision = 75%

B.

Accuracy = 80%, Precision = 75%

C.

Accuracy = 75%, Precision = 80%

D.

Accuracy = 80%, Precision = 50%

Buy Now
Questions 27

Which ONE of the following approaches to labelling requires the least time and effort?

SELECT ONE OPTION

Options:

A.

Outsourced

B.

Pre-labeled dataset

C.

Internal

D.

Al-Assisted

Buy Now
Questions 28

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?

Options:

A.

Autonomy

B.

Explorability

C.

Transparency

D.

Accessibility

Buy Now
Questions 29

A car insurance company is using a new AI service to reward defensive driving behavior among its policyholders. The driving behavior is recorded in a rating number (score).

The AI service determines this score from the following input values:

Reference speed v_max in km/h

Average speed v_mean in km/h

Average acceleration a_pos in m/s²

Average braking deceleration a_neg in m/s²

The more defensive the driving behavior is (slow driving, low acceleration, low braking deceleration), the higher is the score.

Three initial test cases (Test 1 to Test 3) are used for testing the AI service. In addition, new test cases A–D are proposed.

Which of the new tests is NOT a follow-up test case for metamorphic testing?

Choose ONE option! (1 out of 4)

Options:

A.

Test A is not a follow-up test case.

B.

Test C is not a follow-up test case.

C.

Test B is not a follow-up test case.

D.

Test D is not a follow-up test case.

Buy Now
Questions 30

Which ONE of the following options describes the LEAST LIKELY usage of Al for detection of GUI changes due to changes in test objects?

SELECT ONE OPTION

Options:

A.

Using a pixel comparison of the GUI before and after the change to check the differences.

B.

Using a computer vision to compare the GUI before and after the test object changes.

C.

Using a vision-based detection of the GUI layout changes before and after test object changes.

D.

Using a ML-based classifier to flag if changes in GUI are to be flagged for humans.

Buy Now
Questions 31

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

SELECT ONE OPTION

Options:

A.

Search engines

B.

Procedural programming

C.

Case control structures

D.

Genetic algorithms

Buy Now
Questions 32

You are using a neural network to train a robot vacuum to navigate without bumping into objects. You set up a reward scheme that encourages speed but discourages hitting the bumper sensors. Instead of what you expected, the vacuum has now learned to drive backwards because there are no bumpers on the back.

This is an example of what type of behavior?

Options:

A.

Error-shortcircuiting

B.

Reward-hacking

C.

Transparency

D.

Interpretability

Buy Now
Questions 33

Which of the following describes the AI effect?

Choose ONE option (1 out of 4)

Options:

A.

The changing perception of what constitutes AI

B.

The ability of AI to learn from data itself

C.

The fact that mankind can build intelligent machines

D.

The ability of AI to defeat a human, e.g., in chess

Buy Now
Questions 34

Which statement describes factors related to test data that make testing AI-based systems difficult?

Choose ONE option (1 out of 4)

Options:

A.

Using the same implementation for data acquisition by data scientists and testers prevents defect masking

B.

Creating and managing large amounts of test data can be difficult, especially when it needs to be representative

C.

The input data must always be the same over time, especially in real-world systems

D.

Artificially generated data requires legal approval and must be sanitized and encrypted

Buy Now
Questions 35

Which of the following is one of the reasons for data mislabelling?

Options:

A.

Lack of domain knowledge

B.

Expert knowledge

C.

Interoperability error

D.

Small datasets

Buy Now
Questions 36

Which ONE of the following describes a situation of back-to-back testing the LEAST?

SELECT ONE OPTION

Options:

A.

Comparison of the results of a current neural network model ML model implemented in platform A (for example Pytorch) with a similar neural network model ML model implemented in platform B (for example Tensorflow), for the same data.

B.

Comparison of the results of a home-grown neural network model ML model with results in a neural network model implemented in a standard implementation (for example Pytorch) for same data

C.

Comparison of the results of a neural network ML model with a current decision tree ML model for the same data.

D.

Comparison of the results of the current neural network ML model on the current data set with a slightly modified data set.

Buy Now
Exam Code: CT-AI
Exam Name: ISTQB Certified Tester AI Testing Exam
Last Update: Jan 2, 2026
Questions: 120
CT-AI pdf

CT-AI PDF

$25.5  $84.99
CT-AI Engine

CT-AI Testing Engine

$30  $99.99
CT-AI PDF + Engine

CT-AI PDF + Testing Engine

$40.5  $134.99