New Year Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: best70

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

Questions 4

Which ONE of the following options does NOT describe an Al technology related characteristic which differentiates Al test environments from other test environments?

SELECT ONE OPTION

Options:

A.

Challenges resulting from low accuracy of the models.

B.

The challenge of mimicking undefined scenarios generated due to self-learning

C.

The challenge of providing explainability to the decisions made by the system.

D.

Challenges in the creation of scenarios of human handover for autonomous systems.

Buy Now
Questions 5

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 6

The stakeholders of a machine learning model have confirmed that they understand the objective and purpose of the model, and ensured that the proposed model aligns with their business priorities. They have also selected a framework and a machine learning model that they will be using. What should be the next step to progress along the machine learning workflow?

Options:

A.

Prepare and pre-process the data that will be used to train and test the model

B.

Tune the machine learning algorithm based on objectives and business priorities

C.

Agree on defined acceptance criteria for the machine learning model

D.

Evaluate the selection of the framework and the model

Buy Now
Questions 7

Which ONE of the following hardware is MOST suitable for implementing Al when using ML?

SELECT ONE OPTION

Options:

A.

64-bit CPUs.

B.

Hardware supporting fast matrix multiplication.

C.

High powered CPUs.

D.

Hardware supporting high precision floating point operations.

Buy Now
Questions 8

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 9

Which statement regarding testing transparency, explainability, or interpretability is MOST correct?

Choose ONE option (1 out of 4)

Options:

A.

Tests for explainability and transparency are comparable to exploratory testing and can be performed with little information about development

B.

Since different users have different backgrounds, interpretability testing depends on the comprehensibility of the ML algorithm

C.

Dynamic testing is one way to quantify explainability; however, each method is specific to a particular model type

D.

LIME can precisely state the decisive reason for a change in the output

Buy Now
Questions 10

Which statement regarding the use of training, validation, and test data sets is correct?

Choose ONE option (1 out of 4)

Options:

A.

If only limited data is available, validation and test data sets can be combined in multiple ways during training.

B.

If limited data is available, it may be better to work without a separate test data set.

C.

Optimally, the data should be distributed equally between the training, validation, and test data sets.

D.

The data in the test data set must be equivalent to the data in the training data sets and to the data in the validation data sets.

Buy Now
Questions 11

An airline has created an ML model to project fuel requirements for future flights. The model imports weather data such as wind speeds and temperatures, calculates flight routes based on historical routings from air traffic control, and estimates loads from average passenger and baggage weights. The model performed within an acceptable standard for the airline throughout the summer but as winter set in, the load weights became less accurate. After some exploratory data analysis, it became apparent that luggage weights were higher in the winter than in summer.

Which of the following statements BEST describes the problem and how it could have been prevented?

Options:

A.

The model suffers from drift and therefore should be regularly tested to ensure that any occurrences of drift are detected soon enough for the problem to be mitigated

B.

The model suffers from drift and therefore the performance standard should be eased until a new model with more transparency can be developed

C.

The model suffers from corruption and therefore should be reloaded into the computer system being used, preferably with a method of version control to prevent further changes

D.

The model suffers from a lack of transparency and therefore should be regularly tested to ensure that any progressive errors are detected soon enough for the problem to be mitigated

Buy Now
Questions 12

Which of the following statements about the structure and function of neural networks is true?

Choose ONE option (1 out of 4)

Options:

A.

The bias of a neuron is determined by the activation values of the neurons in the previous layer

B.

Training a neural network only changes the values of the weights at the connections between neurons

C.

A single-layer perceptron is NOT a neural network

D.

The input layer of a deep neural network must have at least as many neurons as its output layer

Buy Now
Questions 13

Which statement about using AI to analyze reported defects is MOST correct?

Choose ONE option (1 out of 4)

Options:

A.

ML models trained with critical defect tickets can identify defects that cause serious consequences.

B.

ML models can support duplicate defect identification when checking defect criticality.

C.

ML models can identify categories for a reported defect during assignment.

D.

ML models identify developers who should handle a defect based on ticket content.

Buy Now
Questions 14

Which statement about AI-based test case generation is correct?

Choose ONE option (1 out of 4)

Options:

A.

AI-generated functional test cases typically result in poor requirements coverage.

B.

A different test oracle is usually required for each AI-generated functional test case.

C.

Expected results may not be available for AI-generated functional test cases.

D.

An AI-based system under test must not be used as a functional test oracle.

Buy Now
Questions 15

Which ONE of the following options is the MOST APPROPRIATE stage of the ML workflow to set model and algorithm hyperparameters?

SELECT ONE OPTION

Options:

A.

Evaluating the model

B.

Deploying the model

C.

Tuning the model

D.

Data testing

Buy Now
Questions 16

A transportation company operates three types of delivery vehicles in its fleet. The vehicles operate at different speeds (slow, medium, and fast). The transportation company is attempting to optimize scheduling and has created an AI-based program to plan routes for its vehicles using records from the medium-speed vehicle traveling to selected destinations. The test team uses this data in metamorphic testing to test the accuracy of the estimated travel times created by the AI route planner with the actual routes and times.

Which of the following describes the next phase of metamorphic testing?

Options:

A.

The team tests the time required for the fast and slow vehicles to travel the same route as the medium vehicle. Then, by calculating the speed difference, they then predict how much faster or slower the vehicles will travel. That information is then used to verify that the arrival time of the vehicles meets the expected result.

B.

The team decomposes each route into the relevant components that affect the travel time, such as traffic density and vehicle power. The team then uses statistical analysis to characterize the influence of each component to calculate the fast and slow vehicle route times.

C.

The team uses an AI system to select the most dissimilar routes. With this information, any of the AI routes can be metaphorically transformed into a fast or slow route.

D.

The team uses the same AI route planner to create routes that are longer and shorter but follow the same track. Finally, by driving the fast vehicles on the long routes and slow vehicles on the short routes and vice versa, the AI system will have enough information to infer travel times for all vehicles on all routes.

Buy Now
Questions 17

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 18

A software component uses machine learning to recognize the digits from a scan of handwritten numbers. In the scenario above, which type of Machine Learning (ML) is this an example of?

SELECT ONE OPTION

Options:

A.

Reinforcement learning

B.

Regression

C.

Classification

D.

Clustering

Buy Now
Questions 19

An e-commerce developer built an application for automatic classification of online products in order to allow customers to select products faster. The goal is to provide more relevant products to the user based on prior purchases.

Which of the following factors is necessary for a supervised machine learning algorithm to be successful?

Options:

A.

Labeling the data correctly

B.

Minimizing the amount of time spent training the algorithm

C.

Selecting the correct data pipeline for the ML training

D.

Grouping similar products together before feeding them into the algorithm

Buy Now
Questions 20

Which ONE of the following statements is a CORRECT adversarial example in the context of machine learning systems that are working on image classifiers.

SELECT ONE OPTION

Options:

A.

Black box attacks based on adversarial examples create an exact duplicate model of the original.

B.

These attack examples cause a model to predict the correct class with slightly less accuracy even though they look like the original image.

C.

These attacks can't be prevented by retraining the model with these examples augmented to the training data.

D.

These examples are model specific and are not likely to cause another model trained on same task to fail.

Buy Now
Questions 21

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 22

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 23

The training of an ML model… What type of bias is LEAST important to look for when testing the model?

Choose ONE option (1 out of 4)

Options:

A.

Inappropriate bias

B.

Automation bias

C.

Algorithmic bias

D.

Sample bias

Buy Now
Questions 24

Which of the following is THE LEAST appropriate tests to be performed for testing a feature related to autonomy?

SELECT ONE OPTION

Options:

A.

Test for human handover to give rest to the system.

B.

Test for human handover when it should actually not be relinquishing control.

C.

Test for human handover requiring mandatory relinquishing control.

D.

Test for human handover after a given time interval.

Buy Now
Questions 25

Which challenge to testing self-learning systems puts you at risk of a data attack?

Choose ONE option (1 out of 4)

Options:

A.

Inadequate specification of the operating environment

B.

Complex test environment

C.

Insufficient testing time

D.

Unexpected changes

Buy Now
Questions 26

Which statement about automation bias is correct?

Choose ONE option (1 out of 4)

Options:

A.

When testing AI-based systems, automation bias does not play a role in supporting test activities such as boundary value analysis

B.

Automation bias affects the testing of AI-based systems that support users in their actions or decisions

C.

Automation bias particularly affects testing of autonomous systems

D.

Automation bias is tested with representative users, but human input quality is irrelevant

Buy Now
Questions 27

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 28

Which statement regarding flexibility and adaptability of AI-based systems is correct?

Choose ONE option (1 out of 4)

Options:

A.

Adaptability and flexibility are important when the system needs to change its behavior and determine the change on its own.

B.

Adaptability is considered to be the ability of the system to be used in unspecified situations.

C.

Self-learning AI-based systems are classified according to whether they are adaptable only or flexible only.

D.

Flexibility is considered to be the ease with which the system can be reprogrammed to a changed operating condition.

Buy Now
Questions 29

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 30

Which ONE of the following options is an example that BEST describes a system with Al-based autonomous functions?

SELECT ONE OPTION

Options:

A.

A system that utilizes human beings for all important decisions.

B.

A fully automated manufacturing plant that uses no software.

C.

A system that utilizes a tool like Selenium.

D.

A system that is fully able to respond to its environment.

Buy Now
Questions 31

A bank wants to use an algorithm to determine which applicants should be given a loan. The bank hires a data scientist to construct a logistic regression model to predict whether the applicant will repay the loan or not. The bank has enough data on past customers to randomly split the data into a training dataset and a test/validation dataset. A logistic regression model is constructed on the training dataset using the following independent variables:

    Gender

    Marital status

    Number of dependents

    Education

    Income

    Loan amount

    Loan term

    Credit score

The model reveals that those with higher credit scores and larger total incomes are more likely to repay their loans. The data scientist has suggested that there might be bias present in the model based on previous models created for other banks.

Given this information, what is the best test approach to check for potential bias in the model?

Options:

A.

Experience-based testing should be used to confirm that the training data set is operationally relevant. This can include applying exploratory data analysis (EDA) to check for bias within the training data set.

B.

Back-to-back testing should be used to compare the model created using the training data set to another model created using the test data set. If the two models significantly differ, it will indicate there is bias in the original model.

C.

Acceptance testing should be used to make sure the algorithm is suitable for the customer. The team can re-work the acceptance criteria such that the algorithm is sure to correctly predict the remaining applicants that have been set aside for the validation dataset ensuring no bias is present.

D.

A/B testing should be used to verify that the test data set does not detect any bias that might have been introduced by the original training data. If the two models significantly differ, it will indicate there is bias in the original model.

Buy Now
Questions 32

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 33

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 34

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 35

Which AI-specific test objective and acceptance criterion should be selected MOST LIKELY for testing GPT_Legal?

Choose ONE option (1 out of 4)

Options:

A.

Test objective: Evidence of functional safety

 Acceptance criterion: The system recognizes failures in the transmission of information and data with the DPMA system and the evaluation system by means of self-tests.

B.

Test objective: Evidence of evolution

 Acceptance criterion: The quality of the research results does not deteriorate with further training.

C.

Test objective: Evidence of compatibility

 Acceptance criterion: The system can exchange information with the DPMA system and the evaluation system.

D.

Test objective: Evidence that the data is free from inappropriate bias

 Acceptance criterion: The DPMA’s analysis data is statistically compared to data from other sources.

Buy Now
Questions 36

Which assignment of AI techniques to testing support is BEST?

Choose ONE option (1 out of 4)

Options:

A.

Classification for the optimization of regression test cases

B.

Probabilistic methods for the prediction of system failures

C.

Fuzzy logic for the generation of test cases

D.

Computational optimization techniques for defect prediction

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

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99