Summer Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

CT-AI Questions and Answers

Question # 6

A motorcycle engine repair shop owner wants to detect a leaking exhaust valve and fix it before it fails and causes catastrophic damage to the engine. The shop developed and trained a predictive model with historical data files from known healthy engines and ones which experienced a catastrophic failure 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?

A.

90.0%

B.

94.5%

C.

98.9%

D.

94.2%

Full Access
Question # 7

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?

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

Full Access
Question # 8

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?

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

Full Access
Question # 9

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

A.

Value coverage

B.

Threshold coverage

C.

Sign change coverage

D.

Neuron coverage

Full Access
Question # 10

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

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.

Full Access
Question # 11

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 # 12

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 dataset and a test/validation dataset. A logistic regression model is constructed on the training dataset 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?

A.

Experience-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 dataset 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.

Full Access
Question # 13

Which of the following is an example of overfitting?

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

Full Access
Question # 14

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

A.

Reinforcement learning

B.

Regression

C.

Classification

D.

Clustering

Full Access
Question # 15

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

SELECT ONE OPTION

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.

Full Access
Question # 16

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 # 17

Which ONE of the following options describes a scenario of A/B testing the LEAST?

SELECT ONE OPTION

A.

A comparison of two different websites for the same company to observe from a user acceptance perspective.

B.

A comparison of two different offers in a recommendation system to decide on the more effective offer for same users.

C.

A comparison of the performance of an ML system on two different input datasets.

D.

A comparison of the performance of two different ML implementations on the same input data.

Full Access
Question # 18

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?

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

Full Access
Question # 19

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?

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

Full Access
Question # 20

Which ONE of the following approaches to labelling requires the least time and effort?

SELECT ONE OPTION

A.

Outsourced

B.

Pre-labeled dataset

C.

Internal

D.

Al-Assisted

Full Access
Question # 21

A beer company is trying to understand how much recognition its logo has in the market. It plans to do that by monitoring images on various social media platforms using a pre-trained neural network for logo detection. This particular model has been trained by looking for words, as well as matching colors on social media images. The company logo has a big word across the middle with a bold blue and magenta border.

Which associated risk is most likely to occur when using this pre-trained model?

A.

There is no risk, as the model has already been trained

B.

Insufficient function: the model was not trained to check for colors or words

C.

Improper data preparation

D.

Inherited bias: the model could have inherited unknown defects

Full Access
Question # 22

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

A.

Regression

B.

Association

C.

Clustering

D.

Classification

Full Access
Question # 23

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 # 24

"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

A.

Maximize precision and accuracy

B.

Maximize accuracy and recall

C.

Maximize recall and precision

D.

Maximize specificity number of classes

Full Access