Weekend Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free ISTQB CT-AI Practice Exam with Questions & Answers | Set: 2

Questions 11

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.

CT-AI Question 11

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

SELECT ONE OPTION

Options:
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

ISTQB CT-AI Premium Access
Questions 12

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

Choose ONE option (1 out of 4)

Options:
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.

Questions 13

“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.

Questions 14

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

Options:
A.

Feature selection

B.

Data sampling

C.

Data labeling

D.

Data augmentation

Questions 15

Which statement about using AI to analyze reported defects is MOST correct?

Choose ONE option (1 out of 4)

Options:
A.

ML models trained with critical defect tickets can identify defects that cause serious consequences.

B.

ML models can support duplicate defect identification when checking defect criticality.

C.

ML models can identify categories for a reported defect during assignment.

D.

ML models identify developers who should handle a defect based on ticket content.

Questions 16

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

SELECT ONE OPTION

Options:
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.

Questions 17

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?

Options:
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

Questions 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.

CT-AI Question 18

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

Questions 19

In a certain coffee producing region of Colombia, there have been some severe weather storms, resulting in massive losses in production. This caused a massive drop in stock price of coffee.

Which ONE of the following types of testing SHOULD be performed for a machine learning model for stock-price prediction to detect influence of such phenomenon as above on price of coffee stock.

SELECT ONE OPTION

Options:
A.

Testing for accuracy

B.

Testing for bias

C.

Testing for concept drift

D.

Testing for security

Questions 20

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