Question 21

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?
  • Question 22

    A neural network has been designed and created to assist day-traders improve efficiency when buying and selling commodities in a rapidly changing market. Suppose the test team executes a test on the neural network where each neuron is examined. For this network the shortest path indicates a buy, and it will only occur when the one-day predicted value of the commodity is greater than the spot price by 0.75%. The neurons are stimulated by entering commodity prices and testers verify that they activate only when the future value exceeds the spot price by at least 0.75%.
    Which of the following statements BEST explains the type of coverage being tested on the neural network?
  • Question 23

    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
  • Question 24

    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?
  • Question 25

    Pairwise testing can be used in the context of self-driving cars for controlling an explosion in the number of combinations of parameters.
    Which ONE of the following options is LEAST likely to be a reason for this incredible growth of parameters?
    SELECT ONE OPTION