Which of the following is a dataset issue that can be resolved using pre-processing?
Which performance metric is BEST suited to assess the quality of trained models detecting fraudulent credit card transactions?
Choose ONE option (1 out of 4)
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 that 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 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?
Which ONE of the following options is an example that BEST describes a system with Al-based autonomous functions?
SELECT ONE OPTION
Which of the following aspects is a challenge when handling test data for an AI-based system?
You are using a neural network to train a robot vacuum to navigate without bumping into objects. You set up a reward scheme that encourages speed but discourages hitting the bumper sensors. Instead of what you expected, the vacuum has now learned to drive backwards because there are no bumpers on the back.
This is an example of what type of behavior?
Which ONE of the following options describes a scenario of A/B testing the LEAST?
SELECT ONE OPTION
Which ONE of the following statements is a CORRECT adversarial example in the context of machine learning systems that are working on image classifiers.
SELECT ONE OPTION
Which statement about testing levels for AI-based systems is correct?
Choose ONE option (1 out of 4)
Which statement regarding AI for defect prediction is correct?
Choose ONE option (1 out of 4)
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
Which statement about AI-based test case generation is correct?
Choose ONE option (1 out of 4)
Which of the following decisions is BEST as a test approach for the described situation?
Choose ONE option (1 out of 4)
Which of the following is THE LEAST appropriate tests to be performed for testing a feature related to autonomy?
SELECT ONE OPTION
The training of an ML model… What type of bias is LEAST important to look for when testing the model?
Choose ONE option (1 out of 4)
Which characteristic of AI-based systems makes it difficult to ensure they are safe (e.g., not harming humans)?
Choose ONE option (1 out of 4)
Which machine learning approach is most suitable for predicting customer purchase probability?
Choose ONE option (1 out of 4)
A car insurance company is using a new AI service to reward defensive driving behavior among its policyholders. The driving behavior is recorded in a rating number (score).
The AI service determines this score from the following input values:
Reference speed v_max in km/h
Average speed v_mean in km/h
Average acceleration a_pos in m/s²
Average braking deceleration a_neg in m/s²
The more defensive the driving behavior is (slow driving, low acceleration, low braking deceleration), the higher is the score.
Three initial test cases (Test 1 to Test 3) are used for testing the AI service. In addition, new test cases A–D are proposed.

Which of the new tests is NOT a follow-up test case for metamorphic testing?
Choose ONE option! (1 out of 4)
There is a growing backlog of unresolved defects for your project. You know the developers have an ML model that they have created which has learned which developers work on which type of software and the speed with which they resolve issues. How could you use this model to help reduce the backlog and implement more efficient defect resolution?
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
Which of the following approaches would help overcome testing challenges associated with probabilistic and non-deterministic AI-based systems?
Which statement regarding the use of training, validation, and test data sets is correct?
Choose ONE option (1 out of 4)
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 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 dataset and a test/validation dataset. A logistic regression model is constructed on the training dataset 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?
You are testing an autonomous vehicle which uses AI to determine proper driving actions and responses. You have evaluated the parameters and combinations to be tested and have determined that there are too many to test in the time allowed. It has been suggested that you use pairwise testing to limit the parameters. Given the complexity of the software under test, what is likely the outcome from using pairwise testing?
Which of the following technologies for implementing AI is considered to be a reasoning technique?
Choose ONE option (1 out of 4)
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 wildlife conservation group would like to use a neural network to classify images of different animals. The algorithm is going to be used on a social media platform to automatically pick out pictures of the chosen animal of the month. This month’s animal is set to be a wolf. The test team has already observed that the algorithm could classify a picture of a dog as being a wolf because of the similar characteristics between dogs and wolves. To handle such instances, the team is planning to train the model with additional images of wolves and dogs so that the model is able to better differentiate between the two.
What test method should you use to verify that the model has improved after the additional training?
Which of the following descriptions of quality aspects of a data set is correct?
Choose ONE option (1 out of 4)