Question 66

Which ONE of the following options is the MOST APPROPRIATE stage of the ML workflow to set model and algorithm hyperparameters?
SELECT ONE OPTION
  • Question 67

    Which ONE of the following options describes a scenario of A/B testing the LEAST?
    SELECT ONE OPTION
  • Question 68

    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)
  • Question 69

    Which of the following is a problem with AI-generated test cases that are generated from the requirements?