Question 91

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/s2
Average braking deceleration a_neg in m/s2
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?
  • Question 92

    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 determinedthat 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?
  • Question 93

    A company is using a spam filter to attempt to identify which emails should be marked as spam.
    Detection rules are created by the filter that causes a message to be classified as spam. An attacker wishes to have all messages internal to the company be classified as spam. So, the attacker sends messages with obvious red flags in the body of the email and modifies the from portion of the email to make it appear that the emails have been sent by company members. The testers plan to use exploratory data analysis (EDA) to detect the attack and use this information to prevent future adversarial attacks. How could EDA be used to detect this attack?
  • Question 94

    Which statement regarding testing transparency, explainability, or interpretability is MOST correct?
    Choose ONE option (1 out of 4)
  • Question 95

    Which of the following statements about ML functional performance metrics is correct?
    Choose ONE option (1 out of 4)