Weekend Sale Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

ISTQB CT-AI Dumps

Page: 1 / 12
Total 120 questions

ISTQB Certified Tester AI Testing Exam Questions and Answers

Question 1

Which statement about the property of the test environment for an AI-based system is correct?

Choose ONE option (1 out of 4)

Options:

A.

The test environment for an autonomous AI system needs to perform both test design and execution autonomously.

B.

The test environment for an AI system may need to include tools that can explain the decisions of the test object.

C.

The test environment for a self-learning AI system needs to adapt to and learn from the test object.

D.

The test environment for an AI-based multi-agent system needs to act deterministically.

Question 2

Which ONE of the following options represents a technology MOST TYPICALLY used to implement Al?

SELECT ONE OPTION

Options:

A.

Search engines

B.

Procedural programming

C.

Case control structures

D.

Genetic algorithms

Question 3

Which ONE of the following statements correctly describes the importance of flexibility for Al systems?

SELECT ONE OPTION

Options:

A.

Al systems are inherently flexible.

B.

Al systems require changing of operational environments; therefore, flexibility is required.

C.

Flexible Al systems allow for easier modification of the system as a whole.

D.

Self-learning systems are expected to deal with new situations without explicitly having to program for it.

Question 4

You have been developing test automation for an e-commerce system. One of the problems you are seeing is that object recognition in the GUI is having frequent failures. You have determined this is because the developers are changing the identifiers when they make code updates. How could AI help make the automation more reliable?

Options:

A.

It could identify the objects multiple ways and then determine the most commonly used and stable identification for each object

B.

It could modify the automation code to ignore unrecognizable objects to avoid failures

C.

It could dynamically name the objects, altering the source code, so the object names will match the object names used in the automation

D.

It could generate a model that will anticipate developer changes and pre-alter the test automation code accordingly

Question 5

Which of the following is an example of overfitting?

Options:

A.

The model is not able to generalize to accommodate new types of data

B.

The model is too simplistic for the data

C.

The model is missing relationships between the inputs and outputs

D.

The model discards data it considers to be noise or outliers

Question 6

Which statement about using AI to analyze reported defects is MOST correct?

Choose ONE option (1 out of 4)

Options:

A.

ML models trained with critical defect tickets can identify defects that cause serious consequences.

B.

ML models can support duplicate defect identification when checking defect criticality.

C.

ML models can identify categories for a reported defect during assignment.

D.

ML models identify developers who should handle a defect based on ticket content.

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

Which ONE of the following options does NOT describe an Al technology related characteristic which differentiates Al test environments from other test environments?

SELECT ONE OPTION

Options:

A.

Challenges resulting from low accuracy of the models.

B.

The challenge of mimicking undefined scenarios generated due to self-learning

C.

The challenge of providing explainability to the decisions made by the system.

D.

Challenges in the creation of scenarios of human handover for autonomous systems.

Question 9

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 dataset and a test/validation dataset. A logistic regression model is constructed on the training dataset 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.

Experience-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 dataset 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 10

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?

Options:

A.

EDA can help detect the outlier emails from the real emails

B.

EDA can detect and remove the false emails

C.

EDA can restrict how many inputs can be provided by unique users

D.

EDA cannot be used to detect the attack

Question 11

Which statement regarding data preparation in the ML workflow is correct?

Choose ONE option (1 out of 4)

Options:

A.

A key challenge in data transformation is the removal or correction of erroneous data.

B.

Since data preparation is time-consuming, all steps should be automated.

C.

One challenge of data gathering is obtaining high-quality data from multiple sources.

D.

Sampling is so well researched that it is no longer considered risky.

Question 12

Which of the following statements about explainable AI is correct?

Choose ONE option (1 out of 4)

Options:

A.

Interpretability refers to how easily users can determine whether the result provided by the AI-based system is correct

B.

Explainability refers to how easily the algorithms and training data needed to create the model can be determined

C.

According to The Royal Society, one reason for explainable AI is to increase user confidence in the system

D.

According to The Royal Society, one reason for explainable AI is to eliminate the need for risk and vulnerability assessments

Question 13

Which assignment of AI techniques to testing support is BEST?

Choose ONE option (1 out of 4)

Options:

A.

Classification for the optimization of regression test cases

B.

Probabilistic methods for the prediction of system failures

C.

Fuzzy logic for the generation of test cases

D.

Computational optimization techniques for defect prediction

Question 14

Consider a natural language processing (NLP) algorithm that attempts to predict the next word that you would like to type in a text message. An update to the algorithm has been created that should increase the accuracy of the predictions based on user typing patterns. The old algorithm was rated for accuracy by the users. Then, after the new update was released, the users rated the updated algorithm. A statistical test was used to compare the two versions of the algorithm to see whether or not the update should remain in place.

This is an example of what type of testing?

Options:

A.

Metamorphic testing

B.

A/B testing

C.

Exploratory testing

D.

Pairwise testing

Question 15

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?

Options:

A.

The model suffers from drift and therefore should be regularly tested to ensure that any occurrences of drift are detected soon enough for the problem to be mitigated

B.

The model suffers from drift and therefore the performance standard should be eased until a new model with more transparency can be developed

C.

The model suffers from corruption and therefore should be reloaded into the computer system being used, preferably with a method of version control to prevent further changes

D.

The model suffers from a lack of transparency and therefore should be regularly tested to ensure that any progressive errors are detected soon enough for the problem to be mitigated

Question 16

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 17

Which ONE of the following options is the MOST APPROPRIATE stage of the ML workflow to set model and algorithm hyperparameters?

SELECT ONE OPTION

Options:

A.

Evaluating the model

B.

Deploying the model

C.

Tuning the model

D.

Data testing

Question 18

Which supervised-learning classification/regression statement is correct?

Choose ONE option (1 out of 4)

Options:

A.

Recognizing a dog from many different images is a regression problem

B.

Deciding whether an object is a bicycle or a motorcycle is a classification problem

C.

Predicting that diesel prices will increase by ~10% is a classification problem

D.

In classification, objects are always assigned to exactly two classes

Question 19

Which performance metric is BEST suited to assess the quality of trained models detecting fraudulent credit card transactions?

Choose ONE option (1 out of 4)

Options:

A.

Sensitivity

B.

Accuracy

C.

F1 value

D.

Question 20

Which statement regarding testing transparency, explainability, or interpretability is MOST correct?

Choose ONE option (1 out of 4)

Options:

A.

Tests for explainability and transparency are comparable to exploratory testing and can be performed with little information about development

B.

Since different users have different backgrounds, interpretability testing depends on the comprehensibility of the ML algorithm

C.

Dynamic testing is one way to quantify explainability; however, each method is specific to a particular model type

D.

LIME can precisely state the decisive reason for a change in the output

Question 21

A beer company is trying to understand how much recognition its logo has in the market. It plans to do that by monitoring images on various social media platforms using a pre-trained neural network for logo detection. This particular model has been trained by looking for words, as well as matching colors on social media images. The company logo has a big word across the middle with a bold blue and magenta border.

Which associated risk is most likely to occur when using this pre-trained model?

Options:

A.

There is no risk, as the model has already been trained

B.

Insufficient function: the model was not trained to check for colors or words

C.

Improper data preparation

D.

Inherited bias: the model could have inherited unknown defects

Question 22

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 team has 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 23

In a conference on artificial intelligence (Al), a speaker made the statement, "The current implementation of Al using models which do NOT change by themselves is NOT true Al*. Based on your understanding of Al, is this above statement CORRECT or INCORRECT and why?

SELECT ONE OPTION

Options:

A.

This statement is incorrect. Current Al is true Al and there is no reason to believe that this fact will change over time.

B.

This statement is correct. In general, what is considered Al today may change over time.

C.

This statement is incorrect. What is considered Al today will continue to be Al even as technology evolves and changes.

D.

This statement is correct. In general, today the term Al is utilized incorrectly.

Question 24

Which of the following neural network coverage criteria can be adapted for its application?

Choose ONE option (1 out of 4)

Options:

A.

Sign–Sign coverage

B.

Sign–Change coverage

C.

Threshold coverage

D.

Neuron coverage

Question 25

Which statement regarding pairwise testing in an AI-based automotive lane-keeping assist system is correct?

Choose ONE option (1 out of 4)

Options:

A.

Pairwise testing reduces the test suite so much that it is typically feasible within the available time.

B.

Pairwise testing can reduce testing efforts otherwise very high due to the large number of parameters.

C.

Pairwise testing only uses parameters directly influenced by the driver, otherwise the number of test cases becomes too large.

D.

Pairwise testing is usually insufficient because most defects arise only from interactions of many parameters.

Question 26

Which of the following describes the AI effect?

Choose ONE option (1 out of 4)

Options:

A.

The changing perception of what constitutes AI

B.

The ability of AI to learn from data itself

C.

The fact that mankind can build intelligent machines

D.

The ability of AI to defeat a human, e.g., in chess

Question 27

Which machine learning approach is most suitable for predicting customer purchase probability?

Choose ONE option (1 out of 4)

Options:

A.

Supervised learning (regression)

B.

Supervised learning (classification)

C.

Unsupervised learning

D.

Reinforcement learning

Question 28

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 29

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 30

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

Options:

A.

Security issues

B.

Accuracy issues

C.

Privacy issues

D.

Bias issues

Question 31

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

Options:

A.

Only III

B.

I and II

C.

I and III

D.

Only II

Question 32

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 33

An image classification system is being trained for classifying faces of humans. The distribution of the data is 70% ethnicity A and 30% for ethnicities B, C and D. Based ONLY on the above information, which of the following options BEST describes the situation of this image classification system?

SELECT ONE OPTION

Options:

A.

This is an example of expert system bias.

B.

This is an example of sample bias.

C.

This is an example of hyperparameter bias.

D.

This is an example of algorithmic bias.

Question 34

Which of the following descriptions of quality aspects of a data set is correct?

Choose ONE option (1 out of 4)

Options:

A.

The quality aspect "Incomplete data" describes the fact that data is missing, e.g., for a certain time interval.

B.

The quality aspect "Data not preprocessed" describes the fact that the collected data was recorded incorrectly.

C.

The quality aspect "Irrelevant data" describes the fact that irrelevant data does not affect the ML model.

D.

The quality aspect "Unbalanced data" describes the fact that the data used should be as up-to-date as possible.

Question 35

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, "I don’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 36

Which of the following statements about the structure and function of neural networks is true?

Choose ONE option (1 out of 4)

Options:

A.

The bias of a neuron is determined by the activation values of the neurons in the previous layer

B.

Training a neural network only changes the values of the weights at the connections between neurons

C.

A single-layer perceptron is NOT a neural network

D.

The input layer of a deep neural network must have at least as many neurons as its output layer

Page: 1 / 12
Total 120 questions