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?
Which ONE of the following tests is MOST likely to describe a useful test to help detect different kinds of biases in ML pipeline?
SELECT ONE OPTION
Which statement about using AI to analyze reported defects is MOST correct?
Choose ONE option (1 out of 4)
Which of the following is a technique used in machine learning?
A startup company has implemented a new facial recognition system for a banking application for mobile devices. The application is intended to learn at run-time on the device to determine if the user should be granted access. It also sends feedback over the Internet to the application developers. The application deployment resulted in continuous restarts of the mobile devices.
Which of the following is the most likely cause of the failure?
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?
An airline has created an ML model to project fuel requirements for future flights. The model imports weather data such as wind speeds and temperatures, calculates flight routes based on historical routings from air traffic control, and estimates loads from average passenger and baggage weights. The model performed within an acceptable standard for the airline throughout the summer but as winter set in, the load weights became less accurate. After some exploratory data analysis, it became apparent that luggage weights were higher in the winter than in summer.
Which of the following statements BEST describes the problem and how it could have been prevented?
Which statement about AI-based test case generation is correct?
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
Which of the following is correct regarding the layers of a deep neural network?
Which of the following is an example of an input change where it would be expected that the AI system should be able to adapt?
An e-commerce developer built an application for automatic classification of online products in order to allow customers to select products faster. The goal is to provide more relevant products to the user based on prior purchases.
Which of the following factors is necessary for a supervised machine learning algorithm to be successful?
Which ONE of the following statements correctly describes the importance of flexibility for Al systems?
SELECT ONE OPTION
A company producing consumable goods wants to identify groups of people with similar tastes for the purpose of targeting different products for each group. You have to choose and apply an appropriate ML type for this problem.
Which ONE of the following options represents the BEST possible solution for this above-mentioned task?
SELECT ONE OPTION
Which statement regarding data preparation in the ML workflow is correct?
Choose ONE option (1 out of 4)
A system was developed for screening the X-rays of patients for potential malignancy detection (skin cancer). A workflow system has been developed to screen multiple cancers by using several individually trained ML models chained together in the workflow.
Testing the pipeline could involve multiple kind of tests (I - III):
I.Pairwise testing of combinations
II.Testing each individual model for accuracy
III.A/B testing of different sequences of models
Which ONE of the following options contains the kinds of tests that would be MOST APPROPRIATE to include in the strategy for optimal detection?
SELECT ONE OPTION
Data used for an object detection ML system was found to have been labelled incorrectly in many cases.
Which ONE of the following options is most likely the reason for this problem?
SELECT ONE OPTION
Which option describes a reasonable application of AIB testing for a self-learning system after it has changed its behavior due to user input?
Choose ONE option (1 out of 4)
Which ONE of the following options represents a technology MOST TYPICALLY used to implement Al?
SELECT ONE OPTION
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 of the following is an example of a clustering problem that can be resolved by unsupervised learning?
Which machine learning approach is most suitable for predicting customer purchase probability?
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 technologies for implementing AI is considered to be a reasoning technique?
Choose ONE option (1 out of 4)
Which data-labeling approach uses a two-step process where labeling is first done by a tool and then verified or completed by a human?
Choose ONE option (1 out of 4)
Which of the following is an example of overfitting?
Arihant Meditation is a startup using Al to aid people in deeper and better meditation based on analysis of various factors such as time and duration of the meditation, pulse and blood pressure, EEG patters etc. among others. Their model accuracy and other functional performance parameters have not yet reached their desired level.
Which ONE of the following factors is NOT a factor affecting the ML functional performance?
SELECT ONE OPTION
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
A team of software testers is attempting to create an AI algorithm to assist in software testing. This particular team has gone through over 40 iterations of testing and cannot afford to spend as much time as it takes to run the full regression test suite. They are hoping to have the algorithm reduce the amount of testing required, thus reducing the time needed for each testing cycle.
How can an AI-based tool be expected to assist in this reduction?
Which statement regarding flexibility and adaptability of AI-based systems is correct?
Choose ONE option (1 out of 4)
Which of the following statements about ML functional performance metrics is correct?
Choose ONE option (1 out of 4)
Which ONE of the following hardware is MOST suitable for implementing Al when using ML?
SELECT ONE OPTION
Consider an AI-system in which the complex internal structure has been generated by another software system. Why would the tester choose to do black-box testing on this particular system?
Which ONE of the following approaches to labelling requires the least time and effort?
SELECT ONE OPTION
Which of the following approaches would help overcome testing challenges associated with probabilistic and non-deterministic AI-based systems?
A software component uses machine learning to recognize the digits from a scan of handwritten numbers. In the scenario above, which type of Machine Learning (ML) is this an example of?
SELECT ONE OPTION