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

Free ISTQB CT-AI Practice Exam with Questions & Answers

Questions 1

How can a tester check the system for bias as part of a review of data sources, acquisition, and preprocessing?

Choose ONE option (1 out of 4)

Options:
A.

During the review, it can uncover algorithmic bias by analysing the procedures used to obtain the training data.

B.

During the review of the preprocessing, the auditor can uncover whether the data has been influenced in a way that could lead to sample distortions.

C.

It may use the LIME method as part of its data collection review to detect inappropriate bias.

D.

As part of the review of preprocessing, it can reveal whether the data has been influenced in a way that could lead to algorithmic bias.

ISTQB CT-AI Premium Access
Questions 2

"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

Questions 3

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

Questions 4

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

Questions 5

You are developing a “flower” ML model… Which of the following describes an objection that you can NEGLECT in your risk assessment?

Choose ONE option (1 out of 4)

Options:
A.

The possible inputs for the ‘leaf’ and ‘flower’ ML models are so different that reuse has few advantages over new development.

B.

The probability of misclassification of the ML model "flower" is higher when it is reused than when it is developed from scratch.

C.

The classification behavior of the "flower" ML model is more difficult to understand when it is reused compared to when it is developed from scratch.

D.

The possible outputs of the "leaf" and "flower" ML models are so different that reuse has few advantages over new development.

Questions 6

Which of the following statements regarding experience-based testing for AI-based systems is correct?

Choose ONE option (1 out of 4)

Options:
A.

Intuitive test case design for AI-based systems involves interactive, hypothesis-driven examination of data for correlations or developmental trends.

B.

In checklist-based testing of AI-based systems, the existing test cases are dynamically adapted, for example based on metamorphic testing.

C.

Exploratory testing is often used for AI-based systems because there are often insufficient specifications or problems with the test oracle for AI-based systems.

D.

Tour refers to intuitive test case design for AI-based systems based on multiple, sequential test cases using systematically biased training data.

Questions 7

A transportation company operates three types of delivery vehicles in its fleet. The vehicles operate at different speeds (slow, medium, and fast). The transportation company is attempting to optimize scheduling and has created an AI-based program to plan routes for its vehicles using records from the medium-speed vehicle traveling to selected destinations. The test team uses this data in metamorphic testing to test the accuracy of the estimated travel times created by the AI route planner with the actual routes and times.

Which of the following describes the next phase of metamorphic testing?

Options:
A.

The team tests the time required for the fast and slow vehicles to travel the same route as the medium vehicle. Then, by calculating the speed difference, they then predict how much faster or slower the vehicles will travel. That information is then used to verify that the arrival time of the vehicles meets the expected result.

B.

The team decomposes each route into the relevant components that affect the travel time, such as traffic density and vehicle power. The team then uses statistical analysis to characterize the influence of each component to calculate the fast and slow vehicle route times.

C.

The team uses an AI system to select the most dissimilar routes. With this information, any of the AI routes can be metaphorically transformed into a fast or slow route.

D.

The team uses the same AI route planner to create routes that are longer and shorter but follow the same track. Finally, by driving the fast vehicles on the long routes and slow vehicles on the short routes and vice versa, the AI system will have enough information to infer travel times for all vehicles on all routes.

Questions 8

Before deployment of an AI-based system, a developer is expected to demonstrate in a test environment how decisions are made. Which of the following characteristics does decision making fall under?

Options:
A.

Explainability

B.

Autonomy

C.

Self-learning

D.

Non-determinism

Questions 9

Which of the following aspects is a challenge when handling test data for an AI-based system?

Options:
A.

Personal data or confidential data

B.

Output data or intermediate data

C.

Video frame speed or aspect ratio

D.

Data frameworks or machine learning frameworks

Questions 10

A system is to be developed to detect lung cancer using X-ray images.

Which statement BEST describes the difference between a conventional system and an AI system with supervised machine learning?

Choose ONE option (1 out of 4)

Options:
A.

The results of analyzing an X-ray for lung cancer using an AI system are more understandable than with a conventional system.

B.

The X-ray images that an AI system can analyze must be structurally different from X-ray images used in a conventional system.

C.

An AI system independently determines patterns in X-rays during training; a conventional system requires a human to program in those patterns.

D.

The implementation of an AI system consists mainly of training data, whereas that of a conventional system consists of branches and loops.