Month End Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

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

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

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.

Full Access
Question # 6

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

"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
Question # 8

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

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

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

Max. Score: 2

Al-enabled medical devices are used nowadays for automating certain parts of the medical diagnostic processes. Since these are life-critical process the relevant authorities are considenng bringing about suitable certifications for these Al enabled medical devices. This certification may involve several facets of Al testing (I - V).

I.Autonomy

II.Maintainability

III.Safety

IV.Transparency

V.Side Effects

Which ONE of the following options contains the three MOST required aspects to be satisfied for the above scenario of certification of Al enabled medical devices?

SELECT ONE OPTION

A.

Aspects II, III and IV

B.

Aspects I, II, and III

C.

Aspects III, IV, and V

D.

Aspects I, IV, and V

Full Access
Question # 12

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?

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.

Full Access
Question # 13

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

Which of the following is an example of a clustering problem that can be resolved by unsupervised learning?

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

Full Access
Question # 15

Which ONE of the following hardware is MOST suitable for implementing Al when using ML?

SELECT ONE OPTION

A.

64-bit CPUs.

B.

Hardware supporting fast matrix multiplication.

C.

High powered CPUs.

D.

Hardware supporting high precision floating point operations.

Full Access
Question # 16

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

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.

Full Access
Question # 17

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?

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.

Full Access
Question # 18

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

A.

Lack of domain knowledge

B.

Expert knowledge

C.

Interoperability error

D.

Small datasets

Full Access
Question # 19

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

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?

A.

General AI

B.

Narrow AI

C.

Super AI

D.

Conventional AI

Full Access
Question # 21

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

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

Which ONE of the following tests is LEAST likely to be performed during the ML model testing phase?

SELECT ONE OPTION

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.

Full Access
Question # 24

An airline has created a ML model to project fuel requirements for future flights. The model imports weather data such as wind speeds and temperatures, calculates flight routes based on historical routings from air traffic control, and estimates loads from average passenger and baggage weights. The model performed within an acceptable standard for the airline throughout the summer but as winter set in the load weights became less accurate. After some exploratory data analysis it became apparent that luggage weights were higher in the winter than in summer.

Which of the following statements BEST describes the problem and how it could have been prevented?

A.

The model suffers from drift and therefore should be regularly tested to ensure that any occurrences of drift are detected soon enough for the problem to be mitigated.

B.

The model suffers from drift and therefore the performance standard should be eased until a newmodel with more transparency can be developed.

C.

The model suffers from corruption and therefore should be reloaded into the computer system being used, preferably with a method of version control to prevent further changes.

D.

The model suffers from a lack of transparency and therefore should be regularly tested to ensure that any progressive errors are detected soon enough for the problem to be mitigated.

Full Access