Big Halloween Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Pass the CertNexus Certified AI Practitioner AIP-210 Questions and answers with CertsForce

Viewing page 3 out of 3 pages
Viewing questions 21-30 out of questions
Questions # 21:

Your dependent variable Y is a count, ranging from 0 to infinity. Because Y is approximately log-normally distributed, you decide to log-transform the data prior to performing a linear regression.

What should you do before log-transforming Y?

Options:

A.

Add 1 to all of the Y values.


B.

Divide all the Y values by the standard deviation of Y.


C.

Explore the data for outliers.


D.

Subtract the mean of Y from all the Y values.


Expert Solution
Questions # 22:

A dataset can contain a range of values that depict a certain characteristic, such as grades on tests in a class during the semester. A specific student has so far received the following grades: 76,81, 78, 87, 75, and 72. There is one final test in the semester. What minimum grade would the student need to achieve on the last test to get an 80% average?

Options:

A.

82


B.

89


C.

91


D.

94


Expert Solution
Questions # 23:

A healthcare company experiences a cyberattack, where the hackers were able to reverse-engineer a dataset to break confidentiality.

Which of the following is TRUE regarding the dataset parameters?

Options:

A.

The model is overfitted and trained on a high quantity of patient records.


B.

The model is overfitted and trained on a low quantity of patient records.


C.

The model is underfitted and trained on a high quantity of patient records.


D.

The model is underfitted and trained on a low quantity of patient records.


Expert Solution
Questions # 24:

Workflow design patterns for the machine learning pipelines:

Options:

A.

Aim to explain how the machine learning model works.


B.

Represent a pipeline with directed acyclic graph (DAG).


C.

Seek to simplify the management of machine learning features.


D.

Separate inputs from features.


Expert Solution
Questions # 25:

Below are three tables: Employees, Departments, and Directors.

Employee_Table

Question # 25

Department_Table

Question # 25

Director_Table

ID

Firstname

Lastname

Age

Salary

DeptJD

4566

Joey

Morin

62

$ 122,000

1

1230

Sam

Clarck

43

$ 95,670

2

9077

Lola

Russell

54

$ 165,700

3

1346

Lily

Cotton

46

$ 156,000

4

2088

Beckett

Good

52

$ 165,000

5

Which SQL query provides the Directors' Firstname, Lastname, the name of their departments, and the average employee's salary?

Options:

A.

SELECT m.Firstname, m.Lastname, d.Name, AVG(e.Saiary) as Dept_avg_SaiaryFROM Employee_Table as eLEFT JOIN Department_Table as d on e.Dept = d.NameLEFT JOIN Directorjable as m on d.ID = m.DeptJDGROUP BY m.Firstname, m.Lastname, d.Name


B.

SELECT m.Firstname, m.Lastname, d.Name, AVG(e.Salary) as Dept_avg_SalaryFROM Employee_Table as eRIGHT JOIN Departmentjable as d on e.Dept = d.NameINNER JOIN Directorjable as m on d.ID = m.DeptJDGROUP BY d.Name


C.

SELECT m.Firstname, m.Lastname, d.Name, AVG(e.Salary) as Dept_avg_SalaryFROM Employee_Table as eRIGHT JOIN Department_Table as d on e.Dept = d.NameINNER JOIN Directorjable as m on d.ID = m.DeptJDGROUP BY e.Salary


D.

SELECT m.Firstname, m.Lastname, d.Name, AVG(e.Salary) as Dept_avg_SalaryFROM Employee_Table as eRIGHT JOIN Department_Table as d on e.Dept = d.NameINNER JOIN Directorjable as m on d.ID = m.DeptIDGROUP BY m.Firstname, m.Lastname, d.Name


Expert Solution
Questions # 26:

Which of the following is NOT an activation function?

Options:

A.

Additive


B.

Hyperbolic tangent


C.

ReLU


D.

Sigmoid


Expert Solution
Questions # 27:

A product manager is designing an Artificial Intelligence (AI) solution and wants to do so responsibly, evaluating both positive and negative outcomes.

The team creates a shared taxonomy of potential negative impacts and conducts an assessment along vectors such as severity, impact, frequency, and likelihood.

Which modeling technique does this team use?

Options:

A.

Business


B.

Harms


C.

Process


D.

Threat


Expert Solution
Viewing page 3 out of 3 pages
Viewing questions 21-30 out of questions