New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

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

Demo: 36 questions
Total 120 questions

ISTQB Certified Tester AI Testing Exam Questions and Answers

Question 1

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?

Options:

A.

Geographical/Locality

B.

Automation/Complacency

C.

Complacency/Disregard

D.

Ignorance/Cognitive

Question 2

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

Options:

A.

Testing the distribution shift in the training data for inappropriate bias.

B.

Test the model during model evaluation for data bias.

C.

Testing the data pipeline for any sources for algorithmic bias.

D.

Check the input test data for potential sample bias.

Question 3

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 4

Which of the following is a technique used in machine learning?

Options:

A.

Decision trees

B.

Equivalence partitioning

C.

Boundary value analysis

D.

Decision tables

Question 5

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 6

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 7

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 8

Which statement about AI-based test case generation is correct?

Choose ONE option (1 out of 4)

Options:

A.

AI-generated functional test cases typically result in poor requirements coverage.

B.

A different test oracle is usually required for each AI-generated functional test case.

C.

Expected results may not be available for AI-generated functional test cases.

D.

An AI-based system under test must not be used as a functional test oracle.

Question 9

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 10

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 11

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?

Options:

A.

It has been trained to recognize cats and is given an image of a dog

B.

It has been trained to recognize human faces at a particular resolution and it is given a human face image captured with a higher resolution

C.

It has been trained to analyze mathematical models and is given a set of landscape pictures to classify

D.

It has been trained to analyze customer buying trend data and is given information on supplier cost data

Question 12

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?

Options:

A.

Labeling the data correctly

B.

Minimizing the amount of time spent training the algorithm

C.

Selecting the correct data pipeline for the ML training

D.

Grouping similar products together before feeding them into the algorithm

Question 13

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 14

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

Options:

A.

Regression

B.

Association

C.

Clustering

D.

Classification

Question 15

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 16

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 17

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 18

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)

Options:

A.

Generating test cases for the system before and after the change, since neither has a test oracle

B.

Comparing outputs before and after the change using different inputs

C.

Comparing outputs before and after the change using identical inputs

D.

Comparing outputs of a non-self-learning system with those of the changed self-learning system

Question 19

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 20

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 21

Which of the following is an example of a clustering problem that can be resolved by unsupervised learning?

Options:

A.

Associating shoppers with their shopping tendencies

B.

Grouping individual fish together based on their types of fins

C.

Classifying muffin purchases based on the perceived attractiveness of their packaging

D.

Estimating the expected purchase of cat food after a particularly successful ad campaign

Question 22

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 23

Which of the following decisions is BEST as a test approach for the described situation?

Choose ONE option (1 out of 4)

Options:

A.

You plan to manually execute regular regression tests of the new camera function, particularly for system tests.

B.

You execute the test cases from the old camera model at the integration test level; no further dynamic tests of the operating data pipeline are necessary.

C.

You plan experience-based testing by the entire team at the system test level to ensure that the end users are satisfied.

D.

You plan to perform reviews and exploratory data analysis of the image data sets to reduce the risk of a lack of representativeness of this data.

Question 24

Which of the following technologies for implementing AI is considered to be a reasoning technique?

Choose ONE option (1 out of 4)

Options:

A.

Deductive classifiers

B.

Linear regression

C.

Random Forest

D.

Genetic algorithms

Question 25

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)

Options:

A.

Internal data labeling

B.

Crowdsourced data labeling

C.

Outsourced data labeling

D.

AI-assisted data labeling

Question 26

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 27

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

Options:

A.

The data pipeline

B.

The quality of the labeling

C.

Biased data

D.

The number of classes

Question 28

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 29

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?

Options:

A.

By using a clustering method to quantify the relationships between test cases and then assigning each test case to a category

B.

By performing optimization of the data from past iterations to see where the most common defects occurred and select the corresponding test cases

C.

By performing Bayesian analysis to estimate the types of human interactions that are expected to be seen in the system and then selecting those test cases

D.

By using A/B testing to compare the last update with the newest change and compare metrics between the two

Question 30

Which statement regarding flexibility and adaptability of AI-based systems is correct?

Choose ONE option (1 out of 4)

Options:

A.

Adaptability and flexibility are important when the system needs to change its behavior and determine the change on its own.

B.

Adaptability is considered to be the ability of the system to be used in unspecified situations.

C.

Self-learning AI-based systems are classified according to whether they are adaptable only or flexible only.

D.

Flexibility is considered to be the ease with which the system can be reprogrammed to a changed operating condition.

Question 31

Which of the following statements about ML functional performance metrics is correct?

Choose ONE option (1 out of 4)

Options:

A.

Metrics used to measure clustering include intra-cluster metrics that measure the proximity of a cluster's data points.

B.

The R-squared metric indicates how well the model distinguishes between different classes based on the ROC curve.

C.

The silhouette coefficient describes how well the regression model fits the dependent variables.

D.

The receiver operating characteristic curve shows, depending on parameters, how well the model distinguishes between different clusters.

Question 32

Which ONE of the following hardware is MOST suitable for implementing Al when using ML?

SELECT ONE OPTION

Options:

A.

64-bit CPUs.

B.

Hardware supporting fast matrix multiplication.

C.

High powered CPUs.

D.

Hardware supporting high precision floating point operations.

Question 33

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?

Options:

A.

Test automation can be built quickly and easily from the test cases developed during black-box testing

B.

The tester wishes to better understand the logic of the software used to create the internal structure

C.

The black-box testing method will allow the tester to check the transparency of the algorithm used to create the internal structure

D.

Black-box testing eliminates the need for the tester to understand the internal structure of the AI-system

Question 34

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 35

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 36

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

Options:

A.

Reinforcement learning

B.

Regression

C.

Classification

D.

Clustering

Demo: 36 questions
Total 120 questions