Pre-Summer Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

CT-AI Sample Questions Answers

Questions 4

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 5

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.

Buy Now
Questions 6

Which of the following is a problem with AI-generated test cases that are generated from the requirements?

Options:

A.

They are slow and will usually not be able to execute in the time allowed.

B.

They are defect prone because they are unable to detect nuances in the requirements.

C.

They make debugging more complicated because the number of steps is usually high in order to induce the target failure.

D.

They are usually missing the expected results, so verification is difficult or must resort to only detecting significant failures.

Buy Now
Questions 7

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.

Buy Now
Questions 8

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 9

A motorcycle engine repair shop owner wants to detect a leaking exhaust valve and fix it before it falls and causes catastrophic damage to the engine. The shop developed and trained a predictive model with historical data files from known health engines and ones which experienced a catastrophic fails due to exhaust valve failure. The shop evaluated 200 engines using this model and then disassembled the engines to assess the true state of the valves, recording the results in the confusion matrix below.

What is the precision of this predictive model

Options:

A.

90.0%

B.

94.5%

C.

98.9%

D.

94.2%

Buy Now
Questions 10

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.

Buy Now
Questions 11

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 12

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.

Buy Now
Questions 13

Upon testing a model used to detect rotten tomatoes, the following data was observed by the test engineer, based on certain number of tomato images.

For this confusion matrix which combinations of values of accuracy, recall, and specificity respectively is CORRECT?

SELECT ONE OPTION

Options:

A.

0.87.0.9. 0.84

B.

1,0.87,0.84

C.

1,0.9, 0.8

D.

0.84.1,0.9

Buy Now
Questions 14

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

Buy Now
Questions 15

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 16

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.

Buy Now
Questions 17

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.

Buy Now
Questions 18

Which ONE of the following options BEST DESCRIBES clustering?

SELECT ONE OPTION

Options:

A.

Clustering is classification of a continuous quantity.

B.

Clustering is supervised learning.

C.

Clustering is done without prior knowledge of output classes.

D.

Clustering requires you to know the classes.

Buy Now
Questions 19

A mobile app start-up company is implementing an AI-based chat assistant for e-commerce customers. In the process of planning the testing, the team realizes that the specifications are insufficient.

Which testing approach should be used to test this system?

Options:

A.

Exploratory testing

B.

Static analysis

C.

Equivalence partitioning

D.

State transition testing

Buy Now
Questions 20

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 21

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

Buy Now
Questions 22

You have access to the training data that was used to train an AI-based system. You can review this information and use it as a guideline when creating your tests. What type of characteristic is this?

Options:

A.

Autonomy

B.

Explorability

C.

Transparency

D.

Accessibility

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 tests is LEAST likely to be performed during the ML model testing phase?

SELECT ONE OPTION

Options:

A.

Testing the accuracy of the classification model.

B.

Testing the API of the service powered by the ML model.

C.

Testing the speed of the training of the model.

D.

Testing the speed of the prediction by the model.

Buy Now
Exam Code: CT-AI
Exam Name: Certified Tester AI Testing Exam
Last Update: Apr 1, 2025
Questions: 80
$66  $164.99
$50  $124.99
$42  $104.99
buy now CT-AI