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: 4 / 4
Total 120 questions

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

A.

Cleaning, transforming, augmenting

B.

Feature selecting, feature growing, feature augmenting

C.

Identifying, gathering, labelling

D.

Building, approving, deploying

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

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.

An engine manufacturing facility wants to apply machine learning to detect faulty bolts. Which of the following would result in bias in the model?

A.

Selecting training data purposely excluding specific faulty conditions

B.

Selecting training data by purposely including all known faulty conditions

C.

Selecting testing data from a different dataset than the training dataset

D.

Selecting testing data from a boat manufacturer's bolt longevity data

Upon testing a model used to detect rotten tomatoes, the following data was observed by the test engineer, based on certain number of tomato images.

For this confusion matrix which combinations of values of accuracy, recall, and specificity respectively is CORRECT?

SELECT ONE OPTION

A.

0.87.0.9. 0.84

B.

1,0.87,0.84

C.

1,0.9, 0.8

D.

0.84.1,0.9

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