Month End Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

CT-AI Questions and Answers

Question # 6

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

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.

Full Access
Question # 7

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

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

Full Access
Question # 8

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?

A.

Autonomy

B.

Explorability

C.

Transparency

D.

Accessibility

Full Access
Question # 9

Which of the following is correct regarding the layers of a deep neural network?

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

Full Access
Question # 10

You are testing an autonomous vehicle which uses AI to determine proper driving actions and responses. You have evaluated the parameters and combinations to be tested and have determinedthat there are too many to test in the time allowed. It has been suggested that you use pairwise testing to limit the parameters. Given the complexity of the software under test, what is likely the outcome from using pairwise testing?

A.

The number of parameters to test can be reduced to less than a dozen.

B.

All high priority defects will be identified using this method.

C.

While the number of tests needed can be reduced, there may still be a large enough set of tests that automation will be required to execute all of them.

D.

Pairwise cannot be applied to this problem because there is AI involved and the evolving values may result in unexpected results that cannot be verified.

Full Access
Question # 11

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

A.

The data pipeline

B.

The quality of the labeling

C.

Biased data

D.

The number of classes

Full Access
Question # 12

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?

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

Full Access
Question # 13

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

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.

Full Access
Question # 14

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

A.

Testing for accuracy

B.

Testing for bias

C.

Testing for concept drift

D.

Testing for security

Full Access
Question # 15

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?

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

Full Access
Question # 16

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

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.

Full Access
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

A.

Security issues

B.

Accuracy issues

C.

Privacy issues

D.

Bias issues

Full Access
Question # 18

A ML engineer is trying to determine the correctness of the new open-source implementation *X", of a supervised regression algorithm implementation. R-Square is one of the functional performance metrics used to determine the quality of the model.

Which ONE of the following would be an APPROPRIATE strategy to achieve this goal?

SELECT ONE OPTION

A.

Add 10% of the rows randomly and create another model and compare the R-Square scores of both the model.

B.

Train various models by changing the order of input features and verify that the R-Square score of these models vary significantly.

C.

Compare the R-Square score of the model obtained using two different implementations that utilize two different programming languages while using the same algorithm and the same training and testing data.

D.

Drop 10% of the rows randomly and create another model and compare the R-Square scores of both the models.

Full Access
Question # 19

The activation value output for a neuron in a neural network is obtained by applying computation to the neuron.

Which ONE of the following options BEST describes the inputs used to compute the activation value?

SELECT ONE OPTION

A.

Individual bias at the neuron level, activation values of neurons in the previous layer, and weights assigned to the connections between the neurons.

B.

Activation values of neurons in the previous layer, and weights assigned to the connections between the neurons.

C.

Individual bias at the neuron level, and weights assigned to the connections between the neurons.

D.

Individual bias at the neuron level, and activation values of neurons in the previous layer.

Full Access
Question # 20

Which ONE of the following combinations of Training, Validation, Testing data is used during the process of learning/creating the model?

SELECT ONE OPTION

A.

Training data - validation data - test data

B.

Training data - validation data

C.

Training data • test data

D.

Validation data - test data

Full Access
Question # 21

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

A.

Feature selection

B.

Data sampling

C.

Data labeling

D.

Data augmentation

Full Access
Question # 22

Which of the following are the three activities in the data acquisition activities for data preparation?

A.

Cleaning, transforming, augmenting

B.

Feature selecting, feature growing, feature augmenting

C.

Identifying, gathering, labelling

D.

Building, approving, deploying

Full Access
Question # 23

Which of the following characteristics of AI-based systems make it more difficult to ensure they are safe?

A.

Simplicity

B.

Sustainability

C.

Non-determinism

D.

Robustness

Full Access
Question # 24

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

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.

Full Access