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

ISTQB CT-AI - ISTQB Certified Tester AI Testing Exam

Page: 1 / 4
Total 120 questions

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%

Which of the following descriptions of quality aspects of a data set is correct?

Choose ONE option (1 out of 4)

A.

The quality aspect "Incomplete data" describes the fact that data is missing, e.g., for a certain time interval.

B.

The quality aspect "Data not preprocessed" describes the fact that the collected data was recorded incorrectly.

C.

The quality aspect "Irrelevant data" describes the fact that irrelevant data does not affect the ML model.

D.

The quality aspect "Unbalanced data" describes the fact that the data used should be as up-to-date as possible.

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

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

Which of the following is an example of a clustering problem that can be resolved by unsupervised learning?

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

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.

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.

Which supervised-learning classification/regression statement is correct?

Choose ONE option (1 out of 4)

A.

Recognizing a dog from many different images is a regression problem

B.

Deciding whether an object is a bicycle or a motorcycle is a classification problem

C.

Predicting that diesel prices will increase by ~10% is a classification problem

D.

In classification, objects are always assigned to exactly two classes

Which ONE of the following activities is MOST relevant when addressing the scenario where you have more than the required amount of data available for the training?

SELECT ONE OPTION

A.

Feature selection

B.

Data sampling

C.

Data labeling

D.

Data augmentation

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

A.

Value coverage

B.

Threshold coverage

C.

Sign change coverage

D.

Neuron coverage

Which ONE of the following combinations of Training, Validation, Testing data is used during the process of learning/creating the model?

SELECT ONE OPTION

A.

Training data - validation data - test data

B.

Training data - validation data

C.

Training data • test data

D.

Validation data - test data