Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

CT-AI ISTQBCertified Tester AI Testing Exam Questions and Answers

Questions 4

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 5

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 6

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

Options:

A.

Regression

B.

Association

C.

Clustering

D.

Classification

Buy Now
Questions 7

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 8

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 9

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 10

Which of the following problems would best be solved using the supervised learning category of regression?

Options:

A.

Determining the optimal age for a chicken's egg-laying production using input data of the chicken's age and average daily egg production for one million chickens

B.

Recognizing a knife in carry-on luggage at a security checkpoint in an airport scanner

C.

Determining if an animal is a pig or a cow based on image recognition

D.

Predicting shopper purchasing behavior based on the category of shopper and the positioning of promotional displays within a store

Buy Now
Questions 11

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

Options:

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

Buy Now
Questions 12

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

Options:

A.

Decision trees

B.

Equivalence partitioning

C.

Boundary value analysis

D.

Decision tables

Buy Now
Questions 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?

Options:

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

Buy Now
Questions 14

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

Options:

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.

Buy Now
Questions 15

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 16

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

Options:

A.

Aspects II, III and IV

B.

Aspects I, II, and III

C.

Aspects III, IV, and V

D.

Aspects I, IV, and V

Buy Now
Questions 17

“BioSearch” is creating an Al model used for predicting cancer occurrence via examining X-Ray images. The accuracy of the model in isolation has been found to be good. However, the users of the model started complaining of the poor quality of results, especially inability to detect real cancer cases, when put to practice in the diagnosis lab, leading to stopping of the usage of the model.

A testing expert was called in to find the deficiencies in the test planning which led to the above scenario.

Which ONE of the following options would you expect to MOST likely be the reason to be discovered by the test expert?

SELECT ONE OPTION

Options:

A.

A lack of similarity between the training and testing data.

B.

The input data has not been tested for quality prior to use for testing.

C.

A lack of focus on choosing the right functional-performance metrics.

D.

A lack of focus on non-functional requirements testing.

Buy Now
Questions 18

Consider an AI-system in which the complex internal structure has been generated by another software system. Why would the tester choose to do black-box testing on this particular system?

Options:

A.

Test automation can be built quickly and easily from the test cases developed during black-box testing

B.

The tester wishes to better understand the logic of the software used to create the internal structure

C.

The black-box testing method will allow the tester to check the transparency of the algorithm used to create the internal structure

D.

Black-box testing eliminates the need for the tester to understand the internal structure of the AI-system

Buy Now
Questions 19

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 20

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 21

A motorcycle engine repair shop owner wants to detect a leaking exhaust valve and fix it before it fails and causes catastrophic damage to the engine. The shop developed and trained a predictive model with historical data files from known healthy engines and ones which experienced a catastrophic failure due to exhaust valve failure. The shop evaluated 200 engines using this model and then disassembled the engines to assess the true state of the valves, recording the results in the confusion matrix below.

What is the precision of this predictive model?

Options:

A.

90.0%

B.

94.5%

C.

98.9%

D.

94.2%

Buy Now
Questions 22

Which ONE of the following options BEST DESCRIBES clustering?

SELECT ONE OPTION

Options:

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.

Buy Now
Questions 23

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 24

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
Exam Code: CT-AI
Exam Name: ISTQBCertified Tester AI Testing Exam
Last Update: Jun 15, 2025
Questions: 80
CT-AI pdf

CT-AI PDF

$29.75  $84.99
CT-AI Engine

CT-AI Testing Engine

$35  $99.99
CT-AI PDF + Engine

CT-AI PDF + Testing Engine

$47.25  $134.99