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

Easiest Solution 2 Pass Your Certification Exams

CT-AI ISTQB Certified Tester AI Testing Exam Free Practice Exam Questions (2026 Updated)

Prepare effectively for your ISTQB CT-AI ISTQB Certified Tester AI Testing Exam certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2026, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 2
Total 120 questions

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

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

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.

A team of software testers is attempting to create an AI algorithm to assist in software testing. This particular team has gone through over 40 iterations of testing and cannot afford to spend as much time as it takes to run the full regression test suite. They are hoping to have the algorithm reduce the amount of testing required, thus reducing the time needed for each testing cycle.

How can an AI-based tool be expected to assist in this reduction?

A.

By using a clustering method to quantify the relationships between test cases and then assigning each test case to a category

B.

By performing optimization of the data from past iterations to see where the most common defects occurred and select the corresponding test cases

C.

By performing Bayesian analysis to estimate the types of human interactions that are expected to be seen in the system and then selecting those test cases

D.

By using A/B testing to compare the last update with the newest change and compare metrics between the two

Before deployment of an AI-based system, a developer is expected to demonstrate in a test environment how decisions are made. Which of the following characteristics does decision making fall under?

A.

Explainability

B.

Autonomy

C.

Self-learning

D.

Non-determinism

An image classification system is being trained for classifying faces of humans. The distribution of the data is 70% ethnicity A and 30% for ethnicities B, C and D. Based ONLY on the above information, which of the following options BEST describes the situation of this image classification system?

SELECT ONE OPTION

A.

This is an example of expert system bias.

B.

This is an example of sample bias.

C.

This is an example of hyperparameter bias.

D.

This is an example of algorithmic bias.

Which of the following describes the AI effect?

Choose ONE option (1 out of 4)

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

In a conference on artificial intelligence (Al), a speaker made the statement, "The current implementation of Al using models which do NOT change by themselves is NOT true Al*. Based on your understanding of Al, is this above statement CORRECT or INCORRECT and why?

SELECT ONE OPTION

A.

This statement is incorrect. Current Al is true Al and there is no reason to believe that this fact will change over time.

B.

This statement is correct. In general, what is considered Al today may change over time.

C.

This statement is incorrect. What is considered Al today will continue to be Al even as technology evolves and changes.

D.

This statement is correct. In general, today the term Al is utilized incorrectly.

Which two test procedures are BEST suited for CleverPropose system testing?

Choose TWO options (2 out of 5)

A.

Back-to-back testing

B.

Adversarial testing

C.

Metamorphic testing

D.

Exploratory data analysis

E.

Pairwise testing

Which ONE of the following options does NOT describe a challenge for acquiring test data in ML systems?

SELECT ONE OPTION

A.

Compliance needs require proper care to be taken of input personal data.

B.

Nature of data constantly changes with lime.

C.

Data for the use case is being generated at a fast pace.

D.

Test data being sourced from public sources.

A system was developed for screening the X-rays of patients for potential malignancy detection (skin cancer). A workflow system has been developed to screen multiple cancers by using several individually trained ML models chained together in the workflow.

Testing the pipeline could involve multiple kind of tests (I - III):

I.Pairwise testing of combinations

II.Testing each individual model for accuracy

III.A/B testing of different sequences of models

Which ONE of the following options contains the kinds of tests that would be MOST APPROPRIATE to include in the strategy for optimal detection?

SELECT ONE OPTION

A.

Only III

B.

I and II

C.

I and III

D.

Only II

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)

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

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

Choose ONE option (1 out of 4)

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.

Which of the following characteristics of AI-based systems make it more difficult to ensure they are safe?

A.

Simplicity

B.

Sustainability

C.

Non-determinism

D.

Robustness

Which of the following options is an example of the concept of overfitting?

Choose ONE option (1 out of 4)

A.

A model for predicting academic performance was trained with data from students at one university. The model shows low predictive accuracy when applied to other universities.

B.

A model for the recognition of dogs was trained predominantly with pictures of dogs in parks. On pictures with other animals in parks, dogs are also falsely recognized.

C.

A previously trained model for recognizing cars is adapted and extended so that it can also identify the make of the car beyond its original function.

D.

A model for predicting IT system failures delivers too many false-negative predictions because the failures cannot be adequately explained via the log files used for training.

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

SELECT ONE OPTION

A.

Outsourced

B.

Pre-labeled dataset

C.

Internal

D.

Al-Assisted

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?

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

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

Choose ONE option (1 out of 4)

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.

Which of the following statements about explainable AI is correct?

Choose ONE option (1 out of 4)

A.

Interpretability refers to how easily users can determine whether the result provided by the AI-based system is correct

B.

Explainability refers to how easily the algorithms and training data needed to create the model can be determined

C.

According to The Royal Society, one reason for explainable AI is to increase user confidence in the system

D.

According to The Royal Society, one reason for explainable AI is to eliminate the need for risk and vulnerability assessments

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

SELECT ONE OPTION

A.

Search engines

B.

Procedural programming

C.

Case control structures

D.

Genetic algorithms

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

SELECT ONE OPTION

A.

64-bit CPUs.

B.

Hardware supporting fast matrix multiplication.

C.

High powered CPUs.

D.

Hardware supporting high precision floating point operations.

Page: 1 / 2
Total 120 questions
Copyright © 2014-2026 Solution2Pass. All Rights Reserved