Pre-Summer Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

ISTQB CT-AI Certified Tester AI Testing Exam Exam Practice Test

Demo: 24 questions
Total 80 questions

Certified Tester AI Testing Exam Questions and Answers

Question 1

ln the near future, technology will have evolved, and Al will be able to learn multiple tasks by itself without needing to be retrained, allowing it to operate even in new environments. The cognitive abilities of Al are similar to a child of 1-2 years.’

In the above quote, which ONE of the following options is the correct name of this type of Al?

SELECT ONE OPTION

Options:

A.

Technological singularity

B.

Narrow Al

C.

Super Al

D.

General Al

Question 2

Which of the following are the three activities in the data acquisition activities for data preparation?

Options:

A.

Cleaning, transforming, augmenting

B.

Feature selecting, feature growing, feature augmenting

C.

Identifying, gathering, labelling

D.

Building, approving, deploying

Question 3

Which of the following is THE LEAST appropriate tests to be performed for testing a feature related to autonomy?

SELECT ONE OPTION

Options:

A.

Test for human handover to give rest to the system.

B.

Test for human handover when it should actually not be relinquishing control.

C.

Test for human handover requiring mandatory relinquishing control.

D.

Test for human handover after a given time interval.

Question 4

Consider a machine learning model where the model is attempting to predict if a patient is at risk for stroke. The model collects information on each patient regarding their blood pressure, red blood cell count, smoking, status, history of heart disease, cholesterol level, and demographics. Then, using a decision tree the model predicts whether or not the associated patient is likely to have a stroke in the near future. One the model is created using a training data set, it is used to predict a stroke in 80 additional patients. The table below shows a confusion matrix on whether or not the model mode a correct or incorrect prediction.

The testers have calculated what they believe to be an appropriate functional performance metric for the model. They calculated a value of 2/3 or 0.6667.

Options:

A.

F1 –source

B.

Precision

C.

Recall

D.

Accuracy

Question 5

You have access to the training data that was used to train an AI-based system. You can review this information and use it as a guideline when creating your tests. What type of characteristic is this?

Options:

A.

Autonomy

B.

Explorability

C.

Transparency

D.

Accessibility

Question 6

Upon testing a model used to detect rotten tomatoes, the following data was observed by the test engineer, based on certain number of tomato images.

For this confusion matrix which combinations of values of accuracy, recall, and specificity respectively is CORRECT?

SELECT ONE OPTION

Options:

A.

0.87.0.9. 0.84

B.

1,0.87,0.84

C.

1,0.9, 0.8

D.

0.84.1,0.9

Question 7

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?

Options:

A.

The feedback requires a physical connection and cannot be sent over the Internet.

B.

Mobile operating systems cannot process machine learning algorithms.

C.

The size of the application is consuming too much of the phone's storage capacity.

D.

The training, processing, and diagnostic generation are too computationally intensive for the mobile device hardware to handle.

Question 8

"AllerEgo" is a product that uses sell-learning to predict the behavior of a pilot under combat situation for a variety of terrains and enemy aircraft formations. Post training the model was exposed to the real-

world data and the model was found to be behaving poorly. A lot of data quality tests had been performed on the data to bring it into a shape fit for training and testing.

Which ONE of the following options is least likely to describes the possible reason for the fall in the performance, especially when considering the self-learning nature of the Al system?

SELECT ONE OPTION

    The difficulty of defining criteria for improvement before the model can be accepted.

    The fast pace of change did not allow sufficient time for testing.

    The unknown nature and insufficient specification of the operating environment might have caused the poor performance.

Options:

A.

There was an algorithmic bias in the Al system.

Question 9

A wildlife conservation group would like to use a neural network to classify images of different animals. The algorithm is going to be used on a social media platform to automatically pick out pictures of the chosen animal of the month. This month's animal is set to be a wolf. The test teamhas already observed that the algorithm could classify a picture of a dog as being a wolf because of the similar characteristics between dogs and wolves. To handle such instances, the team is planning to train the model with additional images of wolves and dogs so that the model is able to better differentiate between the two.

What test method should you use to verify that the model has improved after the additional training?

Options:

A.

Metamorphic testing because the application domain is not clearly understood at this point.

B.

Adversarial testing to verify that no incorrect images have been used in the training.

C.

Pairwise testing using combinatorics to look at a long list of photo parameters.

D.

Back-to-back testing using the version of the model before training and the new version of the model after being trained with additional images.

Question 10

A tourist calls an airline to book a ticket and is connected with an automated system which is able to recognize speech, understand requests related to purchasing a ticket, and provide relevant travel options. When the tourist asks about the expected weather at the destination or potential impacts on operations because of the tight labor market the only response from the automated system is: "Idon't understand your question."

This AI system should be categorized as?

Options:

A.

General AI

B.

Narrow AI

C.

Super AI

D.

Conventional AI

Question 11

Which ONE of the following combinations of Training, Validation, Testing data is used during the process of learning/creating the model?

SELECT ONE OPTION

Options:

A.

Training data - validation data - test data

B.

Training data - validation data

C.

Training data • test data

D.

Validation data - test data

Question 12

Which of the following is correct regarding the layers of a deep neural network?

Options:

A.

There is only an input and output layer

B.

There is at least one internal hidden layer

C.

There must be a minimum of five total layers to be considered deep

D.

The output layer is not connected with the other layers to maintain integrity

Question 13

Max. Score: 2

Al-enabled medical devices are used nowadays for automating certain parts of the medical diagnostic processes. Since these are life-critical process the relevant authorities are considenng bringing about suitable certifications for these Al enabled medical devices. This certification may involve several facets of Al testing (I - V).

I.Autonomy

II.Maintainability

III.Safety

IV.Transparency

V.Side Effects

Which ONE of the following options contains the three MOST required aspects to be satisfied for the above scenario of certification of Al enabled medical devices?

SELECT ONE OPTION

Options:

A.

Aspects II, III and IV

B.

Aspects I, II, and III

C.

Aspects III, IV, and V

D.

Aspects I, IV, and V

Question 14

Which ONE of the following statements is a CORRECT adversarial example in the context of machine learning systems that are working on image classifiers.

SELECT ONE OPTION

Options:

A.

Black box attacks based on adversarial examples create an exact duplicate model of the original.

B.

These attack examples cause a model to predict the correct class with slightly less accuracy even though they look like the original image.

C.

These attacks can't be prevented by retraining the model with these examples augmented to the training data.

D.

These examples are model specific and are not likely to cause another model trained on same task to fail.

Question 15

Which ONE of the following is the BEST option to optimize the regression test selection and prevent the regression suite from growing large?

SELECT ONE OPTION

Options:

A.

Identifying suitable tests by looking at the complexity of the test cases.

B.

Using of a random subset of tests.

C.

Automating test scripts using Al-based test automation tools.

D.

Using an Al-based tool to optimize the regression test suite by analyzing past test results

Question 16

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?

Options:

A.

Experienced-based testing should be used to confirm that the training data set is operationally relevant. This can include applying exploratory data analysis (EDA) to check for bias within the training data set.

B.

Back-to-back testing should be used to compare the model created using the training data set to another model created using the test data set, if the two models significantly differ, it will indicate there is bias in the original model.

C.

Acceptance testing should be used to make sure the algorithm is suitable for the customer. The team can re-work the acceptance criteria such that the algorithm is sure to correctly predict the remaining applicants that have been set aside for the validation data set ensuring no bias is present.

D.

A/B testing should be used to verify that the test data set does not detect any bias that might have been introduced by the original training data. If the two models significantly differ, it will indicate there is bias in the original model.

Question 17

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?

Options:

A.

The number of parameters to test can be reduced to less than a dozen.

B.

All high priority defects will be identified using this method.

C.

While the number of tests needed can be reduced, there may still be a large enough set of tests that automation will be required to execute all of them.

D.

Pairwise cannot be applied to this problem because there is AI involved and the evolving values may result in unexpected results that cannot be verified.

Question 18

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?

Options:

A.

Error-shortcircuiting

B.

Reward-hacking

C.

Transparency

D.

Interpretability

Question 19

Which ONE of the following approaches to labelling requires the least time and effort?

SELECT ONE OPTION

Options:

A.

Outsourced

B.

Pre-labeled dataset

C.

Internal

D.

Al-Assisted

Question 20

Which ONE of the following models BEST describes a way to model defect prediction by looking at the history of bugs in modules by using code quality metrics of modules of historical versions as input?

SELECT ONE OPTION

Options:

A.

Identifying the relationship between developers and the modules developed by them.

B.

Search of similar code based on natural language processing.

C.

Clustering of similar code modules to predict based on similarity.

D.

Using a classification model to predict the presence of a defect by using code quality metrics as the input data.

Question 21

Which of the following approaches would help overcome testing challenges associated with probabilistic and non-deterministic AI-based systems?

Options:

A.

Run the test several times to ensure that the AI always returns the same correct test result.

B.

Decompose the system test into multiple data ingestion tests to determine if the AI system is getting a sufficient volume of input data.

C.

Decompose the system test into multiple data ingestion tests to determine if the AI system is getting precise and accurate input data.

D.

Run the test several times to generate a statistically valid test result to ensure that an appropriate number of answers are accurate.

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?

Options:

A.

Threshold coverage

B.

Neuron coverage

C.

Sign-change coverage

D.

Value-change coverage

Question 23

When verifying that an autonomous AI-based system is acting appropriately, which of the following are MOST important to include?

Options:

A.

Test cases to verify that the system automatically confirms the correct classification of training data

B.

Test cases to detect the system appropriately automating its data input

C.

Test cases to detect the system prompting for unnecessary human intervention

D.

Test cases to verify that the system automatically suppresses invalid output data

Question 24

Which ONE of the following activities is MOST relevant when addressing the scenario where you have more than the required amount of data available for the training?

SELECT ONE OPTION

Options:

A.

Feature selection

B.

Data sampling

C.

Data labeling

D.

Data augmentation

Demo: 24 questions
Total 80 questions