Weekend Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

iSQI CT-AI_(v1.0)_World Dumps

ISTQB Certified Tester AI Testing (v 1.0) Questions and Answers

Question 1

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

Options:

A.

Different Road Types

B.

Different weather conditions

C.

ML model metrics to evaluate the functional performance

D.

Different features like ADAS, Lane Change Assistance etc.

Question 2

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 3

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 4

Which ONE of the following options does NOT describe a challenge for acquiring test data in ML systems?

SELECT ONE OPTION

Options:

A.

Compliance needs require proper care to be taken of input personal data.

B.

Nature of data constantly changes with lime.

C.

Data for the use case is being generated at a fast pace.

D.

Test data being sourced from public sources.

Question 5

"Splendid Healthcare" has started developing a cancer detection system based on ML. The type of cancer they plan on detecting has 2% prevalence rate in the population of a particular geography. It is required that the model performs well for both normal and cancer patients.

Which ONE of the following combinations requires MAXIMIZATION?

SELECT ONE OPTION

Options:

A.

Maximize precision and accuracy

B.

Maximize accuracy and recall

C.

Maximize recall and precision

D.

Maximize specificity number of classes

Question 6

Written requirements are given in text documents, which ONE of the following options is the BEST way to generate test cases from these requirements?

SELECT ONE OPTION

Options:

A.

Natural language processing on textual requirements

B.

Analyzing source code for generating test cases

C.

Machine learning on logs of execution

D.

GUI analysis by computer vision

Question 7

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

Question 8

Which ONE of the following options describes a scenario of A/B testing the LEAST?

SELECT ONE OPTION

Options:

A.

A comparison of two different websites for the same company to observe from a user acceptance perspective.

B.

A comparison of two different offers in a recommendation system to decide on the more effective offer for same users.

C.

A comparison of the performance of an ML system on two different input datasets.

D.

A comparison of the performance of two different ML implementations on the same input data.

Question 9

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 10

Which ONE of the following describes a situation of back-to-back testing the LEAST?

SELECT ONE OPTION

Options:

A.

Comparison of the results of a current neural network model ML model implemented in platform A (for example Pytorch) with a similar neural network model ML model implemented in platform B (for example Tensorflow), for the same data.

B.

Comparison of the results of a home-grown neural network model ML model with results in a neural network model implemented in a standard implementation (for example Pytorch) for same data

C.

Comparison of the results of a neural network ML model with a current decision tree ML model for the same data.

D.

Comparison of the results of the current neural network ML model on the current data set with a slightly modified data set.

Question 11

A ML engineer is trying to determine the correctness of the new open-source implementation *X", of a supervised regression algorithm implementation. R-Square is one of the functional performance metrics used to determine the quality of the model.

Which ONE of the following would be an APPROPRIATE strategy to achieve this goal?

SELECT ONE OPTION

Options:

A.

Add 10% of the rows randomly and create another model and compare the R-Square scores of both the model.

B.

Train various models by changing the order of input features and verify that the R-Square score of these models vary significantly.

C.

Compare the R-Square score of the model obtained using two different implementations that utilize two different programming languages while using the same algorithm and the same training and testing data.

D.

Drop 10% of the rows randomly and create another model and compare the R-Square scores of both the models.

Question 12

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

Options:

A.

Individual bias at the neuron level, activation values of neurons in the previous layer, and weights assigned to the connections between the neurons.

B.

Activation values of neurons in the previous layer, and weights assigned to the connections between the neurons.

C.

Individual bias at the neuron level, and weights assigned to the connections between theneurons.

D.

Individual bias at the neuron level, and activation values of neurons in the previous layer.