Big Black Friday Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ExamsBrite Dumps

CertNexus Certified Artificial Intelligence Practitioner (CAIP) Question and Answers

CertNexus Certified Artificial Intelligence Practitioner (CAIP)

Last Update Nov 30, 2025
Total Questions : 92

We are offering FREE AIP-210 CertNexus exam questions. All you do is to just go and sign up. Give your details, prepare AIP-210 free exam questions and then go for complete pool of CertNexus Certified Artificial Intelligence Practitioner (CAIP) test questions that will help you more.

AIP-210 pdf

AIP-210 PDF

$36.75  $104.99
AIP-210 Engine

AIP-210 Testing Engine

$43.75  $124.99
AIP-210 PDF + Engine

AIP-210 PDF + Testing Engine

$57.75  $164.99
Questions 1

The following confusion matrix is produced when a classifier is used to predict labels on a test dataset. How precise is the classifier?

Options:

A.  

48/(48+37)

B.  

37/(37+8)

C.  

37/(37+7)

D.  

(48+37)/100

Discussion 0
Questions 2

Which of the following describes a neural network without an activation function?

Options:

A.  

A form of a linear regression

B.  

A form of a quantile regression

C.  

An unsupervised learning technique

D.  

A radial basis function kernel

Discussion 0
Questions 3

Which of the following tools would you use to create a natural language processing application?

Options:

A.  

AWS DeepRacer

B.  

Azure Search

C.  

DeepDream

D.  

NLTK

Discussion 0
Questions 4

Which of the following items should be included in a handover to the end user to enable them to use and run a trained model on their own system? (Select three.)

Options:

A.  

Information on the folder structure in your local machine

B.  

Intermediate data files

C.  

Link to a GitHub repository of the codebase

D.  

README document

E.  

Sample input and output data files

Discussion 0
Questions 5

Which two encodes can be used to transform categories data into numerical features? (Select two.)

Options:

A.  

Count Encoder

B.  

Log Encoder

C.  

Mean Encoder

D.  

Median Encoder

E.  

One-Hot Encoder

Discussion 0
Questions 6

What is the primary benefit of the Federated Learning approach to machine learning?

Options:

A.  

It does not require a labeled dataset to solve supervised learning problems.

B.  

It protects the privacy of the user's data while providing well-trained models.

C.  

It requires less computation to train the same model using a traditional approach.

D.  

It uses large, centralized data stores to train complex machine learning models.

Discussion 0
Questions 7

A classifier has been implemented to predict whether or not someone has a specific type of disease. Considering that only 1% of the population in the dataset has this disease, which measures will work the BEST to evaluate this model?

Options:

A.  

Mean squared error

B.  

Precision and accuracy

C.  

Precision and recall

D.  

Recall and explained variance

Discussion 0
Questions 8

A classifier has been implemented to predict whether or not someone has a specific type of disease. Considering that only 1% of the population in the dataset has this disease, which measures will work the BEST to evaluate this model?

Options:

A.  

Mean squared error

B.  

Precision and accuracy

C.  

Precision and recall

D.  

Recall and explained variance

Discussion 0
Questions 9

A market research team has ratings from patients who have a chronic disease, on several functional, physical, emotional, and professional needs that stay unmet with the current therapy. The dataset also captures ratings on how the disease affects their day-to-day activities.

A pharmaceutical company is introducing a new therapy to cure the disease and would like to design their marketing campaign such that different groups of patients are targeted with different ads. These groups should ideally consist of patients with similar unmet needs.

Which of the following algorithms should the market research team use to obtain these groups of patients?

Options:

A.  

k-means clustering

B.  

k-nearest neighbors

C.  

Logistic regression

D.  

Naive-Bayes

Discussion 0
Questions 10

Which of the following describes a benefit of machine learning for solving business problems?

Options:

A.  

Increasing the quantity of original data

B.  

Increasing the speed of analysis

C.  

Improving the constraint of the problem

D.  

Improving the quality of original data

Discussion 0
Questions 11

Personal data should not be disclosed, made available, or otherwise used for purposes other than specified with which of the following exceptions? (Select two.)

Options:

A.  

If it is for a good cause.

B.  

If it was collected accidentally.

C.  

If it was requested by the authority of law.

D.  

If it was with consent of the person it is collected from.

E.  

If the data is only collected once.

Discussion 0
Questions 12

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

Discussion 0
Questions 13

Which database is designed to better anticipate and avoid risks of AI systems causing safety, fairness, or other ethical problems?

Options:

A.  

Asset

B.  

Code Repository

C.  

Configuration Management

D.  

Incident

Discussion 0
Questions 14

Which of the following can benefit from deploying a deep learning model as an embedded model on edge devices?

Options:

A.  

A more complex model

B.  

Guaranteed availability of enough space

C.  

Increase in data bandwidth consumption

D.  

Reduction in latency

Discussion 0
Questions 15

Which of the following text vectorization methods is appropriate and correctly defined for an English-to-Spanish translation machine?

Options:

A.  

Using TF-IDF because in translation machines, we do not care about the order of the words.

B.  

Using TF-IDF because in translation machines, we need to consider the order of the words.

C.  

Using Word2vec because in translation machines, we do not care about the order of the words.

D.  

Using Word2vec because in translation machines, we need to consider the order of the words.

Discussion 0
Questions 16

Which two encoders can be used to transform categorical data into numerical features? (Select two.)

Options:

A.  

Count Encoder

B.  

Log Encoder

C.  

Mean Encoder

D.  

Median Encoder

E.  

One-Hot Encoder

Discussion 0
Questions 17

An HR solutions firm is developing software for staffing agencies that uses machine learning.

The team uses training data to teach the algorithm and discovers that it generates lower employability scores for women. Also, it predicts that women, especially with children, are less likely to get a high-paying job.

Which type of bias has been discovered?

Options:

A.  

Automation

B.  

Emergent

C.  

Preexisting

D.  

Technical

Discussion 0
Questions 18

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

Employee_Table

Department_Table

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

Discussion 0
Questions 19

A change in the relationship between the target variable and input features is

Options:

A.  

concept drift.

B.  

covariate shift.

C.  

data drift.

D.  

model decay.

Discussion 0
Questions 20

Which of the following scenarios is an example of entanglement in ML pipelines?

Options:

A.  

Add a new method for drift detection in the model evaluation step.

B.  

Add a new pipeline for retraining the model in the model training step.

C.  

Change in normalization function in the feature engineering step.

D.  

Change the way output is visualized in the monitoring step.

Discussion 0
Questions 21

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

Discussion 0
Questions 22

Which of the following models are text vectorization methods? (Select two.)

Options:

A.  

Lemmatization

B.  

PCA

C.  

Skip-gram

D.  

TF-IDF

E.  

Tokenization

F.  

t-SNE

Discussion 0
Questions 23

In a self-driving car company, ML engineers want to develop a model for dynamic pathing. Which of following approaches would be optimal for this task?

Options:

A.  

Dijkstra Algorithm

B.  

Reinforcement learning

C.  

Supervised Learning.

D.  

Unsupervised Learning

Discussion 0
Questions 24

You are developing a prediction model. Your team indicates they need an algorithm that is fast and requires low memory and low processing power. Assuming the following algorithms have similar accuracy on your data, which is most likely to be an ideal choice for the job?

Options:

A.  

Deep learning neural network

B.  

Random forest

C.  

Ridge regression

D.  

Support-vector machine

Discussion 0
Questions 25

Which of the following sentences is true about model evaluation and model validation in ML pipelines?

Options:

A.  

Model evaluation and validation are the same.

B.  

Model evaluation is defined as an external component.

C.  

Model validation is defined as a set of tasks to confirm the model performs as expected.

D.  

Model validation occurs before model evaluation.

Discussion 0
Questions 26

Which of the following is the primary purpose of hyperparameter optimization?

Options:

A.  

Controls the learning process of a given algorithm

B.  

Makes models easier to explain to business stakeholders

C.  

Improves model interpretability

D.  

Increases recall over precision

Discussion 0
Questions 27

Which three security measures could be applied in different ML workflow stages to defend them against malicious activities? (Select three.)

Options:

A.  

Disable logging for model access.

B.  

Launch ML Instances In a virtual private cloud (VPC).

C.  

Monitor model degradation.

D.  

Use data encryption.

E.  

Use max privilege to control access to ML artifacts.

F.  

Use Secrets Manager to protect credentials.

Discussion 0