Which ONE of the below statements BEST describes how combinatorial testing can be applied to AI-based systems?
Which statement regarding AI for defect prediction is correct?
A facial recognition system is being deployed at airports in order to scan passengers' faces and compare them to a database of vaccinations, in order to identify unvaccinated passengers in a pandemic.
There are a number of components involved including cameras, a model to segment the image, and a model to identify the face and match it against a known photograph. It is important that there are few false negatives, and that passengers cannot subvert the system.
Which ONE of the following types of testing is the MOST appropriate options for the tests you would choose in system testing?
While measuring the test coverage of a neural network, a test engineer wants to measure the number of neurons that have each output two activation function results with a minimum difference between the two results of 0.5.
Which ONE of the below coverage measures would achieve that goal?
Which supervised-learning classification/regression statement is correct?
Which ONE of the following types of coverage SHOULD be used if test cases need to cause each neuron to achieve both positive and negative activation values?
Which assignment of AI techniques to testing support is BEST?
Which statement about testing to prevent data poisoning and adversarial attacks is correct?
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?
Which ONE of the following options does NOT describe an Al technology related characteristic which differentiates Al test environments from other test environments?
A transportation company operates three types of delivery vehicles in its fleet. The vehicles operate at different speeds (slow, medium, and fast). The transportation company is attempting to optimize scheduling and has created an AI-based program to plan routes for its vehicles using records from the medium-speed vehicle traveling to selected destinations. The test team uses this data in metamorphic testing to test the accuracy of the estimated travel times created by the AI route planner with the actual routes and times.
Which of the following describes the next phase of metamorphic testing?