Big Halloween Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free CertNexus AIP-210 Practice Exam with Questions & Answers | Set: 2

Questions 11

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

CertNexus AIP-210 Premium Access
Questions 12

When working with textual data and trying to classify text into different languages, which approach to representing features makes the most sense?

Options:
A.

Bag of words model with TF-IDF

B.

Bag of bigrams (2 letter pairs)

C.

Word2Vec algorithm

D.

Clustering similar words and representing words by group membership

Questions 13

A data scientist is tasked to extract business intelligence from primary data captured from the public. Which of the following is the most important aspect that the scientist cannot forget to include?

Options:
A.

Cyberprotection

B.

Cybersecurity

C.

Data privacy

D.

Data security

Questions 14

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.

Questions 15

When should you use semi-supervised learning? (Select two.)

Options:
A.

A small set of labeled data is available but not representative of the entire distribution.

B.

A small set of labeled data is biased toward one class.

C.

Labeling data is challenging and expensive.

D.

There is a large amount of labeled data to be used for predictions.

E.

There is a large amount of unlabeled data to be used for predictions.

Questions 16

When should the model be retrained in the ML pipeline?

Options:
A.

A new monitoring component is added.

B.

Concept drift is detected in the pipeline.

C.

More data become available for the training phase.

D.

Some outliers are detected in live data.

Questions 17

An AI practitioner incorporates risk considerations into a deployment plan and decides to log and store historical predictions for potential, future access requests.

Which ethical principle is this an example of?

Options:
A.

Fairness

B.

Privacy

C.

Safety

D.

Transparency

Questions 18

Which of the following sentences is TRUE about the definition of cloud models for machine learning pipelines?

Options:
A.

Data as a Service (DaaS) can host the databases providing backups, clustering, and high availability.

B.

Infrastructure as a Service (IaaS) can provide CPU, memory, disk, network and GPU.

C.

Platform as a Service (PaaS) can provide some services within an application such as payment applications to create efficient results.

D.

Software as a Service (SaaS) can provide AI practitioner data science services such as Jupyter notebooks.

Questions 19

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.

Questions 20

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