New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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.

Which characteristic of AI-based systems makes it difficult to ensure they are safe (e.g., not harming humans)?

Choose ONE option (1 out of 4)

A.

Determinism

B.

Complexity

C.

Interpretability

D.

Robustness

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

There is a growing backlog of unresolved defects for your project. You know the developers have an ML model that they have created which has learned which developers work on which type of software and the speed with which they resolve issues. How could you use this model to help reduce the backlog and implement more efficient defect resolution?

A.

Use it to prioritize defects automatically based on the time expected for the fix to be made, the speed of the fix, and the likelihood of regressions

B.

Use it to assign defects to the best developer to resolve the problem and to load balance the defect assignments among the developers

C.

Use it to determine the root cause of each defect and develop a process improvement plan that can be implemented to remove the most common root causes

D.

Use it to review the code and determine where more defects are likely to occur so that testing can be targeted to those areas

Which of the following descriptions of quality aspects of a data set is correct?

Choose ONE option (1 out of 4)

A.

The quality aspect "Incomplete data" describes the fact that data is missing, e.g., for a certain time interval.

B.

The quality aspect "Data not preprocessed" describes the fact that the collected data was recorded incorrectly.

C.

The quality aspect "Irrelevant data" describes the fact that irrelevant data does not affect the ML model.

D.

The quality aspect "Unbalanced data" describes the fact that the data used should be as up-to-date as possible.

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.

Which of the following statements about explainable AI is correct?

Choose ONE option (1 out of 4)

A.

Interpretability refers to how easily users can determine whether the result provided by the AI-based system is correct

B.

Explainability refers to how easily the algorithms and training data needed to create the model can be determined

C.

According to The Royal Society, one reason for explainable AI is to increase user confidence in the system

D.

According to The Royal Society, one reason for explainable AI is to eliminate the need for risk and vulnerability assessments

Which ONE of the following options does NOT describe an Al technology related characteristic which differentiates Al test environments from other test environments?

SELECT ONE OPTION

A.

Challenges resulting from low accuracy of the models.

B.

The challenge of mimicking undefined scenarios generated due to self-learning

C.

The challenge of providing explainability to the decisions made by the system.

D.

Challenges in the creation of scenarios of human handover for autonomous systems.

Which machine learning approach is most suitable for predicting customer purchase probability?

Choose ONE option (1 out of 4)

A.

Supervised learning (regression)

B.

Supervised learning (classification)

C.

Unsupervised learning

D.

Reinforcement learning

Which of the following technologies for implementing AI is considered to be a reasoning technique?

Choose ONE option (1 out of 4)

A.

Deductive classifiers

B.

Linear regression

C.

Random Forest

D.

Genetic algorithms