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

Practice Free CT-AI ISTQB Certified Tester AI Testing Exam Exam Questions Answers With Explanation

We at Crack4sure are committed to giving students who are preparing for the ISTQB CT-AI Exam the most current and reliable questions . To help people study, we've made some of our ISTQB Certified Tester AI Testing Exam exam materials available for free to everyone. You can take the Free CT-AI Practice Test as many times as you want. The answers to the practice questions are given, and each answer is explained.

Question # 6

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

Choose ONE option (1 out of 4)

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.

Question # 7

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

Choose ONE option (1 out of 4)

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

Question # 8

A company producing consumable goods wants to identify groups of people with similar tastes for the purpose of targeting different products for each group. You have to choose and apply an appropriate ML type for this problem.

Which ONE of the following options represents the BEST possible solution for this above-mentioned task?

SELECT ONE OPTION

A.

Regression

B.

Association

C.

Clustering

D.

Classification

Question # 9

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

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.

Question # 10

Which statement regarding pairwise testing in an AI-based automotive lane-keeping assist system is correct?

Choose ONE option (1 out of 4)

A.

Pairwise testing reduces the test suite so much that it is typically feasible within the available time.

B.

Pairwise testing can reduce testing efforts otherwise very high due to the large number of parameters.

C.

Pairwise testing only uses parameters directly influenced by the driver, otherwise the number of test cases becomes too large.

D.

Pairwise testing is usually insufficient because most defects arise only from interactions of many parameters.

Question # 11

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)

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.

Question # 12

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

SELECT ONE OPTION

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.

Question # 13

A beer company is trying to understand how much recognition its logo has in the market. It plans to do that by monitoring images on various social media platforms using a pre-trained neural network for logo detection. This particular model has been trained by looking for words, as well as matching colors on social media images. The company logo has a big word across the middle with a bold blue and magenta border.

Which associated risk is most likely to occur when using this pre-trained model?

A.

There is no risk, as the model has already been trained

B.

Insufficient function: the model was not trained to check for colors or words

C.

Improper data preparation

D.

Inherited bias: the model could have inherited unknown defects

Question # 14

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

SELECT ONE OPTION

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.

Question # 15

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)

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.

Question # 16

Which of the following is a problem with AI-generated test cases that are generated from the requirements?

A.

They are slow and will usually not be able to execute in the time allowed

B.

They are defect-prone because they are unable to detect nuances in the requirements

C.

They make debugging more complicated because the number of steps is usually high in order to induce the target failure

D.

They are usually missing the expected results, so verification is difficult or must resort to only detecting significant failures

Question # 17

Which data-labeling approach uses a two-step process where labeling is first done by a tool and then verified or completed by a human?

Choose ONE option (1 out of 4)

A.

Internal data labeling

B.

Crowdsourced data labeling

C.

Outsourced data labeling

D.

AI-assisted data labeling

Question # 18

Which ONE of the following models BEST describes a way to model defect prediction by looking at the history of bugs in modules by using code quality metrics of modules of historical versions as input?

SELECT ONE OPTION

A.

Identifying the relationship between developers and the modules developed by them.

B.

Search of similar code based on natural language processing.

C.

Clustering of similar code modules to predict based on similarity.

D.

Using a classification model to predict the presence of a defect by using code quality metrics as the input data.

Question # 19

Which statement about testing to prevent data poisoning and adversarial attacks is correct?

Choose ONE option (1 out of 4)

A.

Regression testing can be used to verify data sourcing policies to ensure the source of training data.

B.

The adversarial examples identified during adversarial testing must not be added to the training data so that they do not poison the model.

C.

Adversarial testing consists of using adversarial attacks to identify vulnerabilities so that they can be eliminated.

D.

Using AIB testing to identify data poisoning can better identify outliers than exploratory data analysis.

Question # 20

A ML engineer is trying to determine the correctness of the new open-source implementation *X", of a supervised regression algorithm implementation. R-Square is one of the functional performance metrics used to determine the quality of the model.

Which ONE of the following would be an APPROPRIATE strategy to achieve this goal?

SELECT ONE OPTION

A.

Add 10% of the rows randomly and create another model and compare the R-Square scores of both the model.

B.

Train various models by changing the order of input features and verify that the R-Square score of these models vary significantly.

C.

Compare the R-Square score of the model obtained using two different implementations that utilize two different programming languages while using the same algorithm and the same training and testing data.

D.

Drop 10% of the rows randomly and create another model and compare the R-Square scores of both the models.

Question # 21

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

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.

Question # 22

A tourist calls an airline to book a ticket and is connected with an automated system which is able to recognize speech, understand requests related to purchasing a ticket, and provide relevant travel options. When the tourist asks about the expected weather at the destination or potential impacts on operations because of the tight labor market, the only response from the automated system is, "I don’t understand your question."

This AI system should be categorized as?

A.

General AI

B.

Narrow AI

C.

Super AI

D.

Conventional AI

Question # 23

Which of the following is an example of an input change where it would be expected that the AI system should be able to adapt?

A.

It has been trained to recognize cats and is given an image of a dog

B.

It has been trained to recognize human faces at a particular resolution and it is given a human face image captured with a higher resolution

C.

It has been trained to analyze mathematical models and is given a set of landscape pictures to classify

D.

It has been trained to analyze customer buying trend data and is given information on supplier cost data

Question # 24

Which of the following aspects is a challenge when handling test data for an AI-based system?

A.

Personal data or confidential data

B.

Output data or intermediate data

C.

Video frame speed or aspect ratio

D.

Data frameworks or machine learning frameworks

Question # 25

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

Question # 26

A company is using a spam filter to attempt to identify which emails should be marked as spam. Detection rules are created by the filter that causes a message to be classified as spam. An attacker wishes to have all messages internal to the company be classified as spam. So, the attacker sends messages with obvious red flags in the body of the email and modifies the "from" portion of the email to make it appear that the emails have been sent by company members. The testers plan to use exploratory data analysis (EDA) to detect the attack and use this information to prevent future adversarial attacks.

How could EDA be used to detect this attack?

A.

EDA can help detect the outlier emails from the real emails

B.

EDA can detect and remove the false emails

C.

EDA can restrict how many inputs can be provided by unique users

D.

EDA cannot be used to detect the attack

Question # 27

Which ONE of the following tests is LEAST likely to be performed during the ML model testing phase?

SELECT ONE OPTION

A.

Testing the accuracy of the classification model.

B.

Testing the API of the service powered by the ML model.

C.

Testing the speed of the training of the model.

D.

Testing the speed of the prediction by the model.

Question # 28

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

SELECT ONE OPTION

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.

Question # 29

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%

Question # 30

Consider a machine learning model where the model is attempting to predict if a patient is at risk for stroke. The model collects information on each patient regarding their blood pressure, red blood cell count, smoking status, history of heart disease, cholesterol level, and demographics. Then, using a decision tree the model predicts whether or not the associated patient is likely to have a stroke in the near future. Once the model is created using a training dataset, it is used to predict a stroke in 80 additional patients. The table below shows a confusion matrix on whether or not the model made a correct or incorrect prediction.

CT-AI question answer

The testers have calculated what they believe to be an appropriate functional performance metric for the model. They calculated a value of 0.6667.

Which metric did the testers calculate?

A.

F1-score

B.

Precision

C.

Recall

D.

Accuracy

Question # 31

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.

Question # 32

Which of the following is a technique used in machine learning?

A.

Decision trees

B.

Equivalence partitioning

C.

Boundary value analysis

D.

Decision tables

Question # 33

Which of the following statements about ML functional performance metrics is correct?

Choose ONE option (1 out of 4)

A.

Metrics used to measure clustering include intra-cluster metrics that measure the proximity of a cluster's data points.

B.

The R-squared metric indicates how well the model distinguishes between different classes based on the ROC curve.

C.

The silhouette coefficient describes how well the regression model fits the dependent variables.

D.

The receiver operating characteristic curve shows, depending on parameters, how well the model distinguishes between different clusters.

Question # 34

Which ONE of the following options BEST DESCRIBES clustering?

SELECT ONE OPTION

A.

Clustering is classification of a continuous quantity.

B.

Clustering is supervised learning.

C.

Clustering is done without prior knowledge of output classes.

D.

Clustering requires you to know the classes.

Question # 35

Which ONE of the following options describes a scenario of A/B testing the LEAST?

SELECT ONE OPTION

A.

A comparison of two different websites for the same company to observe from a user acceptance perspective.

B.

A comparison of two different offers in a recommendation system to decide on the more effective offer for same users.

C.

A comparison of the performance of an ML system on two different input datasets.

D.

A comparison of the performance of two different ML implementations on the same input data.

Question # 36

Which statement about testing levels for AI-based systems is correct?

Choose ONE option (1 out of 4)

A.

Input data testing checks whether the inputs from the data pipeline are received by the model correctly and exchanged with all system components

B.

Acceptance testing checks non-functional requirements such as explainability

C.

ML model testing ensures that the relevant ML functional performance criteria are met

D.

If AI is offered as a service, system testing includes API tests of the service

CT-AI PDF

$33

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

CT-AI PDF + Testing Engine

$52.8

$175.99

3 Months Free Update

  • Exam Name: ISTQB Certified Tester AI Testing Exam
  • Last Update: Dec 14, 2025
  • Questions and Answers: 120
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

CT-AI Engine

$39.6

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included