Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

UiPath UiPath-SAIv1 - UiPath Certified Professional Specialized AI Professional v1.0

Page: 2 / 7
Total 211 questions

What is supervised learning?

A.

Supervised learning is a machine learning paradigm in which algorithms try to solve a problem only by trial and error and using a system of rewards and punishments.

There is no need for labeled input/output pairs to be presented. Instead, the focus is on finding a balance between exploration (of uncharted territory) and exploitation (of current knowledge).

B.

Supervised learning is a machine learning paradigm in which algorithms try to solve a problem in an uncertain, potentially complex environment only by trial and error and using a system of

rewards and punishments.

There are no correct answers, but feedback is given in the form of rewards and penalties.

C.

Supervised learning is a machine learning paradigm with the goal of learning a function that maps input variables with output variables.

In every case there is a correct answer, so the aim is to train the model until it reaches an acceptable level of performance in predicting the outcome, at which point the learning stops.

D.

Supervised learning is a machine learning paradigm that refers to algorithms that learn patterns from unlabeled data.

There are only input variables, but no corresponding output variables. The goal of the algorithm is to model the underlying structure of the data, but there are no correct answers and no

teachers.

What information should be filled in when adding an entity label for the OOB (Out Of the Box) labeling template?

A.

Name. Data Type. Attribute name, and Color.

B.

Name, Data Type. Attribute name. Shortcut, and Color.

C.

Name, Shortcut, and Color.

D.

Name. Input to be labeled. Attribute name. Shortcut, and Color.

Which of the following data structures in a UiPath workflow allow dynamic resizing, making it suitable for scenarios where the number of elements is not predetermined?

A.

Integer

B.

Tuple

C.

List

D.

Array

A developer needs to create a process for the Human Resources team. During the development, they try to run the workflow containing the following dictionary variable:

What is the possible cause of the error?

A.

The assign's set value syntax should be PinMapping["John Doe"].

B.

The "John Doe" key was not present in the dictionary.

C.

The Dictionary was not initialized.

D.

The assign's set value syntax should be PinMapping<"John Doe">.

When should a UiPath Communications Mining taxonomy be imported?

A.

Before starting the model training.

B.

When new labels must be added to the taxonomy.

C.

As part of the "Increase coverage" phase.

D.

After pruning and reorganizing a taxonomy.

What is the primary advantage of the One Click Extraction feature in UiPath's Document Understanding interface?

A.

It provides a simplified way to manually create Datasets, Pipelines, and Datasets for document extraction.

B.

It automates the creation of document extractors by automatically creating Datasets, Pipelines, and ML Skills but requires manual creation of Pipelines.

C.

It allows training document extractors without manually creating Datasets, Pipelines, and ML Skills in AI Center.

D.

It allows training document extractors without manually creating Datasets and Pipelines, but you need to manually deploy the ML Skills in AI Center.

What is the Document Object Model (DOM) in the context of Document Understanding?

A.

The DOM is a JSON object containing information such as name, content type, text length, number of pages, page rotation, detected language, content, and coordinates for the words identified in the file.

B.

The DOM is a built-in artificial intelligence system that automatically understands and interprets the content and the type of documents, eliminating the need for manual data extraction.

C.

The DOM is a feature that allows you to convert physical documents into virtual objects that can be manipulated using programming code.

D.

The DOM is a graphical user interface (GUI) tool in UiPath Document Understanding that provides visual representations of documents, making it easier for users to navigate and interact with the content.

In a Document Understanding project, the user needs to extract information from PDF documents with the following requirements:

    The documents can contain scanned or digitally typed text.

    The documents can contain checkboxes, and these must be extracted.

    The automation must use the logical processors in the most efficient way to obtain the maximum degree of parallelism.What are the properties provided to the Digitize Document activity in the Digitize phase?

A.

ApplyOcrOnPdf -> Auto

B.

ApplyOcrOnPdf -> Auto DegreeOfParallelism -> -1 DetectCheckboxes -> True

C.

ApplyOcrOnPdf -> No DegreeOfParallelism -> True DetectCheckboxes -> True

D.

ApplyOcrOnPdf -> Auto DegreeOfParallelism -> Max DetectCheckboxes -> True

E.

ApplyOcrOnPdf -> No DegreeOfParallelism -> -1 DetectCheckboxes -> False

As a best practice, who should perform the data labeling?

A.

Data Scientists.

B.

Automation RPA Developers.

C.

Business Analysts.

D.

Subject Matter Experts.

On at least how many different pages should a regular field be labeled in Data Manager before Exporting the labeled documents to Al Center?

A.

5

B.

10

C.

15

D.

20