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

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

Questions 31

Which ONE of the following tests is MOST likely to describe a useful test to help detect different kinds of biases in ML pipeline?

SELECT ONE OPTION

Options:
A.

Testing the distribution shift in the training data for inappropriate bias.

B.

Test the model during model evaluation for data bias.

C.

Testing the data pipeline for any sources for algorithmic bias.

D.

Check the input test data for potential sample bias.

ISTQB CT-AI Premium Access
Questions 32

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

Questions 33

Which ONE of the following describes a situation of back-to-back testing the LEAST?

SELECT ONE OPTION

Options:
A.

Comparison of the results of a current neural network model ML model implemented in platform A (for example Pytorch) with a similar neural network model ML model implemented in platform B (for example Tensorflow), for the same data.

B.

Comparison of the results of a home-grown neural network model ML model with results in a neural network model implemented in a standard implementation (for example Pytorch) for same data

C.

Comparison of the results of a neural network ML model with a current decision tree ML model for the same data.

D.

Comparison of the results of the current neural network ML model on the current data set with a slightly modified data set.

Questions 34

Which of the following approaches would help overcome testing challenges associated with probabilistic and non-deterministic AI-based systems?

Options:
A.

Run the test several times to ensure that the AI always returns the same correct test result

B.

Decompose the system test into multiple data ingestion tests to determine if the AI system is getting a sufficient volume of input data

C.

Decompose the system test into multiple data ingestion tests to determine if the AI system is getting precise and accurate input data

D.

Run the test several times to generate a statistically valid test result to ensure that an appropriate number of answers are accurate

Questions 35

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

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

Questions 36

An airline has created an ML model to project fuel requirements for future flights. The model imports weather data such as wind speeds and temperatures, calculates flight routes based on historical routings from air traffic control, and estimates loads from average passenger and baggage weights. The model performed within an acceptable standard for the airline throughout the summer but as winter set in, the load weights became less accurate. After some exploratory data analysis, it became apparent that luggage weights were higher in the winter than in summer.

Which of the following statements BEST describes the problem and how it could have been prevented?

Options:
A.

The model suffers from drift and therefore should be regularly tested to ensure that any occurrences of drift are detected soon enough for the problem to be mitigated

B.

The model suffers from drift and therefore the performance standard should be eased until a new model with more transparency can be developed

C.

The model suffers from corruption and therefore should be reloaded into the computer system being used, preferably with a method of version control to prevent further changes

D.

The model suffers from a lack of transparency and therefore should be regularly tested to ensure that any progressive errors are detected soon enough for the problem to be mitigated