Easter Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > ISTQB > ISTQB AI Testing > CT-AI

CT-AI Certified Tester AI Testing Exam Question and Answers

Question # 4

A company producing consumable goods wants to identify groups of people with similar tastes for the purpose of targeting different products for each group. You have to choose and apply an appropriate ML type for this problem.

Which ONE of the following options represents the BEST possible solution for this above-mentioned task?

SELECT ONE OPTION

A.

Regression

B.

Association

C.

Clustering

D.

Classification

Full Access
Question # 5

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

Full Access
Question # 6

The activation value output for a neuron in a neural network is obtained by applying computation to the neuron.

Which ONE of the following options BEST describes the inputs used to compute the activation value?

SELECT ONE OPTION

A.

Individual bias at the neuron level, activation values of neurons in the previous layer, and weights assigned to the connections between the neurons.

B.

Activation values of neurons in the previous layer, and weights assigned to the connections between the neurons.

C.

Individual bias at the neuron level, and weights assigned to the connections between the neurons.

D.

Individual bias at the neuron level, and activation values of neurons in the previous layer.

Full Access
Question # 7

A word processing company is developing an automatic text correction tool. A machine learning algorithm was used to develop the auto text correction feature. The testers have discovered when they start typing "Isle of Wight" it fills in "Isle of Eight". Several UAT testers have accepted this change without noticing. What type of bias is this?

A.

Geographical/Locality

B.

Automation/Complacency

C.

Complacency/Disregard

D.

Ignorance/Cognitive

Full Access
Question # 8

The stakeholders of a machine learning model have confirmed that they understand the objective and purpose of the model, and ensured that the proposed model aligns with their business priorities. They have also selected a framework and a machine learning model that they will be using.

What should be the next step to progress along the machine learning workflow?

A.

Tune the machine learning algorithm based on objectives and business priorities

B.

Prepare and pre-process the data that will be used to train and test the model

C.

Agree on defined acceptance criteria for the machine learning model

D.

Evaluate the selection of the framework and the model

Full Access
Question # 9

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

A.

Simplicity

B.

Sustainability

C.

Non-determinism

D.

Robustness

Full Access
Question # 10

A local business has a mail pickup/delivery robot for their office. The robot currently uses a track to move between pickup/drop off locations. When it arrives at a destination, the robot stops to allow a human to remove or deposit mail.

The office has decided to upgrade the robot to include AI capabilities that allow the robot to perform its duties without a track, without running into obstacles, and without human intervention.

The test team is creating a list of new and previously established test objectives and acceptance criteria to be used in the testing of the robot upgrade. Which of the following test objectives will test an AI quality characteristic for this system?

A.

The robot must evolve to optimize its routing

B.

The robot must recharge for no more than six hours a day

C.

The robot must record the time of each delivery which is compiled into a report

D.

The robot must complete 99.99% of its deliveries each day

Full Access
Question # 11

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

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.

Full Access
Question # 12

A bank wants to use an algorithm to determine which applicants should be given a loan. The bank hires a data scientist to construct a logistic regression model to predict whether the applicant will repay the loan or not. The bank has enough data on past customers to randomly split the data into a training data set and a test/validation data set. A logistic regression model is constructed on the training data set using the following independent variables:

Gender

Marital status

Number of dependents

Education

Income

Loan amount

Loan term

Credit score

The model reveals that those with higher credit scores and larger total incomes are more likely to repay their loans. The data scientist has suggested that there might be bias present in the model based on previous models created for other banks.

Given this information, what is the best test approach to check for potential bias in the model?

A.

Experienced-based testing should be used to confirm that the training data set is operationally relevant. This can include applying exploratory data analysis (EDA) to check for bias within the training data set.

B.

Back-to-back testing should be used to compare the model created using the training data set to another model created using the test data set, if the two models significantly differ, it will indicate there is bias in the original model.

C.

Acceptance testing should be used to make sure the algorithm is suitable for the customer. The team can re-work the acceptance criteria such that the algorithm is sure to correctly predict the remaining applicants that have been set aside for the validation data set ensuring no bias is present.

D.

A/B testing should be used to verify that the test data set does not detect any bias that might have been introduced by the original training data. If the two models significantly differ, it will indicate there is bias in the original model.

Full Access
Question # 13

An image classification system is being trained for classifying faces of humans. The distribution of the data is 70% ethnicity A and 30% for ethnicities B, C and D. Based ONLY on the above information, which of the following options BEST describes the situation of this image classification system?

SELECT ONE OPTION

A.

This is an example of expert system bias.

B.

This is an example of sample bias.

C.

This is an example of hyperparameter bias.

D.

This is an example of algorithmic bias.

Full Access
Question # 14

Which of the following is one of the reasons for data mislabelling?

A.

Lack of domain knowledge

B.

Expert knowledge

C.

Interoperability error

D.

Small datasets

Full Access
Question # 15

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 by 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

Full Access
Question # 16

Which ONE of the following options is the MOST APPROPRIATE stage of the ML workflow to set model and algorithm hyperparameters?

SELECT ONE OPTION

A.

Evaluating the model

B.

Deploying the model

C.

Tuning the model

D.

Data testing

Full Access
Question # 17

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: "Idon't understand your question."

This AI system should be categorized as?

A.

General AI

B.

Narrow AI

C.

Super AI

D.

Conventional AI

Full Access
Question # 18

Which ONE of the following approaches to labelling requires the least time and effort?

SELECT ONE OPTION

A.

Outsourced

B.

Pre-labeled dataset

C.

Internal

D.

Al-Assisted

Full Access
Question # 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

A.

Testing for accuracy

B.

Testing for bias

C.

Testing for concept drift

D.

Testing for security

Full Access
Question # 20

Which of the following is a dataset issue that can be resolved using pre-processing?

A.

Insufficient data

B.

Invalid data

C.

Wanted outliers

D.

Numbers stored as strings

Full Access
Question # 21

A ML engineer is trying to determine the correctness of the new open-source implementation *X", of a supervised regression algorithm implementation. R-Square is one of the functional performance metrics used to determine the quality of the model.

Which ONE of the following would be an APPROPRIATE strategy to achieve this goal?

SELECT ONE OPTION

A.

Add 10% of the rows randomly and create another model and compare the R-Square scores of both the model.

B.

Train various models by changing the order of input features and verify that the R-Square score of these models vary significantly.

C.

Compare the R-Square score of the model obtained using two different implementations that utilize two different programming languages while using the same algorithm and the same training and testing data.

D.

Drop 10% of the rows randomly and create another model and compare the R-Square scores of both the models.

Full Access
Question # 22

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

Full Access
Question # 23

An airline has created a 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?

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

Full Access
Question # 24

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?

A.

Exploratory testing

B.

Static analysis

C.

Equivalence partitioning

D.

State transition testing

Full Access