Summer Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

ISTQB CT-AI ISTQBCertified Tester AI Testing Exam Exam Practice Test

Demo: 24 questions
Total 80 questions

ISTQBCertified Tester AI Testing Exam Questions and Answers

Question 1

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

Question 2

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

Question 3

You have been developing test automation for an e-commerce system. One of the problems you are seeing is that object recognition in the GUI is having frequent failures. You have determined this is because the developers are changing the identifiers when they make code updates. How could AI help make the automation more reliable?

Options:

A.

It could identify the objects multiple ways and then determine the most commonly used and stable identification for each object

B.

It could modify the automation code to ignore unrecognizable objects to avoid failures

C.

It could dynamically name the objects, altering the source code, so the object names will match the object names used in the automation

D.

It could generate a model that will anticipate developer changes and pre-alter the test automation code accordingly

Question 4

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

SELECT ONE OPTION

Options:

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 5

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.

Question 6

Which of the following are the three activities in the data acquisition activities for data preparation?

Options:

A.

Cleaning, transforming, augmenting

B.

Feature selecting, feature growing, feature augmenting

C.

Identifying, gathering, labelling

D.

Building, approving, deploying

Question 7

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

Question 8

"Splendid Healthcare" has started developing a cancer detection system based on ML. The type of cancer they plan on detecting has 2% prevalence rate in the population of a particular geography. It is required that the model performs well for both normal and cancer patients.

Which ONE of the following combinations requires MAXIMIZATION?

SELECT ONE OPTION

Options:

A.

Maximize precision and accuracy

B.

Maximize accuracy and recall

C.

Maximize recall and precision

D.

Maximize specificity number of classes

Question 9

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

Options:

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 10

Which ONE of the following types of coverage SHOULD be used if test cases need to cause each neuron to achieve both positive and negative activation values?

SELECT ONE OPTION

Options:

A.

Value coverage

B.

Threshold coverage

C.

Sign change coverage

D.

Neuron coverage

Question 11

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

Question 12

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

Question 13

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

Question 14

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?

Options:

A.

Explainability

B.

Autonomy

C.

Self-learning

D.

Non-determinism

Question 15

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

Question 16

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?

Options:

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 17

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.

Question 18

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.

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?

Options:

A.

F1-score

B.

Precision

C.

Recall

D.

Accuracy

Question 19

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

Options:

A.

Simplicity

B.

Sustainability

C.

Non-determinism

D.

Robustness

Question 20

Which ONE of the following characteristics is the least likely to cause safety related issues for an Al system?

SELECT ONE OPTION

Options:

A.

Non-determinism

B.

Robustness

C.

High complexity

D.

Self-learning

Question 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

Question 22

Which ONE of the following statements correctly describes the importance of flexibility for Al systems?

SELECT ONE OPTION

Options:

A.

Al systems are inherently flexible.

B.

Al systems require changing of operational environments; therefore, flexibility is required.

C.

Flexible Al systems allow for easier modification of the system as a whole.

D.

Self-learning systems are expected to deal with new situations without explicitly having to program for it.

Question 23

Pairwise testing can be used in the context of self-driving cars for controlling an explosion in the number of combinations of parameters.

Which ONE of the following options is LEAST likely to be a reason for this incredible growth of parameters?

SELECT ONE OPTION

Options:

A.

Different Road Types

B.

Different weather conditions

C.

ML model metrics to evaluate the functional performance

D.

Different features like ADAS, Lane Change Assistance etc.

Question 24

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?

Options:

A.

General AI

B.

Narrow AI

C.

Super AI

D.

Conventional AI

Demo: 24 questions
Total 80 questions