Easter Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

CT-AI Certified Tester AI Testing Exam Questions and Answers

Questions 4

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

Buy Now
Questions 5

An engine manufacturing facility wants to apply machine learning to detect faulty bolts. Which of the following would result in bias in the model?

Options:

A.

Selecting training data by purposely excluding specific faulty conditions

B.

Selecting training data by purposely including all known faulty conditions

C.

Selecting testing data from a different dataset than the training dataset

D.

Selecting testing data from a boat manufacturer's bolt longevity data

Buy Now
Questions 6

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

Buy Now
Questions 7

A local business has a mail pickup/delivery robot for their office. The robot currently uses a track to move between pickup/drop off locations. When it arrives at a destination, the robot stops to allow a human to remove or deposit mail.

The office has decided to upgrade the robot to include AI capabilities that allow the robot to perform its duties without a track, without running into obstacles, and without human intervention.

The test team is creating a list of new and previously established test objectives and acceptance criteria to be used in the testing of the robot upgrade. Which of the following test objectives will test an AI quality characteristic for this system?

Options:

A.

The robot must evolve to optimize its routing

B.

The robot must recharge for no more than six hours a day

C.

The robot must record the time of each delivery which is compiled into a report

D.

The robot must complete 99.99% of its deliveries each day

Buy Now
Questions 8

Which ONE of the following characteristics is the least likely to cause safety related issues for an Al system?

SELECT ONE OPTION

Options:

A.

Non-determinism

B.

Robustness

C.

High complexity

D.

Self-learning

Buy Now
Questions 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 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.

Buy Now
Questions 10

“BioSearch” is creating an Al model used for predicting cancer occurrence via examining X-Ray images. The accuracy of the model in isolation has been found to be good. However, the users of the model started complaining of the poor quality of results, especially inability to detect real cancer cases, when put to practice in the diagnosis lab, leading to stopping of the usage of the model.

A testing expert was called in to find the deficiencies in the test planning which led to the above scenario.

Which ONE of the following options would you expect to MOST likely be the reason to be discovered by the test expert?

SELECT ONE OPTION

Options:

A.

A lack of similarity between the training and testing data.

B.

The input data has not been tested for quality prior to use for testing.

C.

A lack of focus on choosing the right functional-performance metrics.

D.

A lack of focus on non-functional requirements testing.

Buy Now
Questions 11

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.

Buy Now
Questions 12

Which of the following problems would best be solved using the supervised learning category of regression?

Options:

A.

Determining the optimal age for a chicken's egg laying production using input data of the chicken's age and average daily egg production for one million chickens.

B.

Recognizing a knife in carry on luggage at a security checkpoint in an airport scanner.

C.

Determining if an animal is a pig or a cow based on image recognition.

D.

Predicting shopper purchasing behavior based on the category of shopper and the positioning of promotional displays within a store.

Buy Now
Questions 13

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.

Buy Now
Questions 14

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

Buy Now
Questions 15

Which ONE of the following types of coverage SHOULD be used if test cases need to cause each neuron to achieve both positive and negative activation values?

SELECT ONE OPTION

Options:

A.

Value coverage

B.

Threshold coverage

C.

Sign change coverage

D.

Neuron coverage

Buy Now
Questions 16

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 between 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

Buy Now
Questions 17

Which of the following is one of the reasons for data mislabelling?

Options:

A.

Lack of domain knowledge

B.

Expert knowledge

C.

Interoperability error

D.

Small datasets

Buy Now
Questions 18

Which ONE of the following options describes the LEAST LIKELY usage of Al for detection of GUI changes due to changes in test objects?

SELECT ONE OPTION

Options:

A.

Using a pixel comparison of the GUI before and after the change to check the differences.

B.

Using a computer vision to compare the GUI before and after the test object changes.

C.

Using a vision-based detection of the GUI layout changes before and after test object changes.

D.

Using a ML-based classifier to flag if changes in GUI are to be flagged for humans.

Buy Now
Questions 19

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.

Buy Now
Questions 20

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

Buy Now
Questions 21

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

Buy Now
Questions 22

In a certain coffee producing region of Colombia, there have been some severe weather storms, resulting in massive losses in production. This caused a massive drop in stock price of coffee.

Which ONE of the following types of testing SHOULD be performed for a machine learning model for stock-price prediction to detect influence of such phenomenon as above on price of coffee stock.

SELECT ONE OPTION

Options:

A.

Testing for accuracy

B.

Testing for bias

C.

Testing for concept drift

D.

Testing for security

Buy Now
Questions 23

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.

Buy Now
Questions 24

Which ONE of the following options is an example that BEST describes a system with Al-based autonomous functions?

SELECT ONE OPTION

Options:

A.

A system that utilizes human beings for all important decisions.

B.

A fully automated manufacturing plant that uses no software.

C.

A system that utilizes a tool like Selenium.

D.

A system that is fully able to respond to its environment.

Buy Now
Exam Code: CT-AI
Exam Name: Certified Tester AI Testing Exam
Last Update: Apr 20, 2025
Questions: 80
CT-AI pdf

CT-AI PDF

$25.5  $84.99
CT-AI Engine

CT-AI Testing Engine

$30  $99.99
CT-AI PDF + Engine

CT-AI PDF + Testing Engine

$40.5  $134.99