Summer Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

UiPath UiPath-SAIAv1 UiPath Specialized AI Associate Exam (2023.10) Exam Practice Test

UiPath Specialized AI Associate Exam (2023.10) Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$43.75  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$38.5  $109.99
Question 1

Why is it important to understand the potential value UiPath Communications Mining can enable prior to training?

Options:

A.

To forecast the number of trainers that are required to achieve an excellent performing model.

B.

To ensure the objectives are focused on delivering targeted value and the model's taxonomy is aligned to value realization.

C.

To calculate the potential reduction in data storage costs due to model training.

D.

To estimate the amount of time required to build an excellent performing model.

Question 2

What does the Label Trends table in UiPath Communications Mining show?

Options:

A.

How the top 10 labels for a given time period perform compared to the previous period and their change in rank.

B.

How the top 10 senders for a given time period perform compared to the previous period and their change in rank.

C.

How the top 10 entities for a given time period perform compared to the previous period and their change in rank.

D.

How the top 10 labels and entities for a given time period perform compared to the previous period and their change in rank.

Question 3

How do you load a taxonomy from a given non-default location text file into a variable?

Instructions: Drag the steps found on the "Left" and drop them on the "Right" in the correct order.

Options:

Question 4

What can be done in the Reports section of the dataset navigation bar in UiPath Communication Mining?

Options:

A.

Train models using unsupervised learning.

B.

View, save, and modify dataset model versions.

C.

Monitor model performance and receive recommendations.

D.

Access detailed, quervable charts, statistics, and customizable dashboards.

Question 5

Where should a model be pinned in UiPath Communications Mining?

Options:

A.

In the validation page.

B.

In Admin > Models.

C.

On the models tab.

D.

When setting up a stream.

Question 6

Which environment variable is relevant for Evaluation pipelines?

Options:

A.

eval.enable_ocr

B.

eval.redo_ocr

C.

eval.enable_qpu

D.

eval.use_cuda

Question 7

A developer has created a string array variable as shown below:

UserNames = {"Jane", "Jack", "Jill", "John"}

Which expression should the developer use in a Log Message activity to print the elements of the array separated by the string ","?

Options:

A.

String.Concat(UserNames,",")

B.

String.Concat(",", UserNames)

C.

String.Join(UserNames,",")

D.

String.Join(",", UserNames)

Question 8

When dealing with variable-length data, or data spanning over multiple pages of the document (e.g. item tables), what is the recommended data extraction methodology to be used?

Options:

A.

Hybrid data extraction.

B.

Rule-based data extraction.

C.

Model-based data extraction.

D.

Manual data extraction.

Question 9

Which of the following consumes Page Units?

Options:

A.

Applying OCR on a 10-page document.

B.

Creation of a Document Validation Action in Action Center.

C.

Using ML Classifier on a 21-page document.

D.

Using Intelligent Form Extractor on a 5-page document with 0 successful extractions.

Question 10

What will be the outcome when executing a Try Catch activity with a sequence placed within the Try section and no Catches section present?

Options:

A.

The sequence will result in a runtime error.

B.

Process execution will terminate only if the sequence throws an exception.

C.

Due to a validation error, the workflow will not execute.

D.

In case of an exception, a System Exception will be caught by default.

Question 11

What is the difference between OCR (Optical Character Recognition) and IntelligentOCR?

Options:

A.

OCR (Optical Character Recognition) is a method that reads text from images, recognizing each character and its position, while IntelligentOCR is an enhanced version of it that can also work with noisier input data.

B.

IntelligentOCR is simply a rebranding of the OCR (Optical Character Recognition), both of them being methods that read text from images, recognizing each character and its position.

C.

OCR (Optical Character Recognition) is a UiPath Studio activity package that contains IntelligentOCR as an activity used to read text from images, recognizing each character and its position. OCR is widely used in Document Understanding processes.

D.

IntelligentOCR is a UiPath Studio activity package that contains all the activities needed to enable information extraction, while OCR (Optical Character Recognition) is a method that reads text from images, recognizing each character and its position.

Question 12

What are the available options for Scoring in Document Manager, that apply to string fields only?

Options:

A.

Exact match and Auto.

B.

Exact match and First span.

C.

Exact match and Native string search.

D.

Exact match and Levenshtein.

Question 13

How do you use the Generative Classifier within UiPath Document Understanding Cloud APIs to classify a document as either an "Invoice" or a "Receipt"?

Options:

A.

By sending a GET request to /api/framework/projects/{projectld}/classifiers/generative_classifier/classification with a body containing prompts that specify the 'Invoice' and 'Receipt' names and descriptions.

B.

By sending a POST request to yapi/framework/projectsy{projectld}/ctassifiers/generative_classifier/classification with a body containing prompts that specify the 'Invoice' and 'Receipt' names and descriptions.

C.

By sending a PUT request to /api/framework/proiects/{projectld}/classifiers/generative_classifier/classification without any specific classification details in the body of the request.

D.

By sending a POST request to /api/framework/projects/{projectld}/classifiers/generative_classifier/dassification with a body containing prompts that specify the 'Invoice' and 'Receipt' names and a description for their fields.

Question 14

What are the out-of-the-box packages types available in Al Center?

Options:

A.

Pre-trained. fine-tunable, and reviewed.

B.

Pre-trained. custom training, and fine-tunable.

C.

Custom training, fine-tunable, and reviewed.

D.

Pre-trained, custom training, and reviewed.

Question 15

Can a custom-built extractor be used in the Data Extraction Scope activity?

Options:

A.

Yes, by referencing UiPath.Documentprocessing.Contracts in the custom-built implementation.

B.

No, only out-of-the-box extractors can be used.

C.

Yes, by creating a new extractor that implements Form Extractor or Regex Based Extractor in the custom-built implementation.

D.

Yes, by using Coded Workflows.

Question 16

What happens to your document and the process of pre-labeling when you choose the "Predict" option from the "Predict" dropdown in Document Manager?

Options:

A.

It merges the results of the Generative Predict functionality and the results of the prelabeling endpoint (if configured). If the latter is not configured, it uses solely Generative Predict for all fields.

B.

It predicts fields using the Generative Prelabeling for OOTB document types and the pre-labeling endpoint for custom document types.

C.

It predicts fields using only the prelabeling endpoint model configured in the Prelabeling settings, and it does not use Generative Predict.

D.

It predicts all fields using the Generative Predict capability only, ignoring any pre-labeling endpoint that may be configured. If Generative Predict is not available, it will not predict any fields.

Question 17

How do the prediction mechanisms for labels and general fields differ in the UiPath Communications Mining platform?

Options:

A.

Label predictions are made based on the text of the message as well as some metadata properties, while general fields are learnt from the assigned span of text and the context of the text surrounding that span.

B.

Label predictions rely solely on metadata properties, general fields are learnt from the presence of certain key phrases in the text.

C.

Labels predictions are based on assigned span of text and entities are predicted solely from metadata properties.

D.

Labels and general fields are both predicted based on the text of the message, with no consideration given to metadata properties or contextual surrounding text.

Question 18

What is the recommended number of documents per vendor to train the initial dataset?

Options:

A.

5

B.

10

C.

15

D.

20

Question 19

Which of the following is true when creating an ML Package in UiPath Al Center?

Options:

A.

The package name cannot use any Python reserved keywords.

B.

The package name cannot contain any spaces or hyphens.

C.

The package name cannot exceed 10 characters in length.

D.

The package name cannot include any special characters such as "@", "S", or "#".

Question 20

Which of the following are unstructured documents?

Options:

A.

Invoices, receipts, purchase orders, and medical bills.

B.

Banking forms, tax forms, surveys, and identity cards.

C.

Contracts, emails, banking forms, and tax forms.

D.

Contracts, agreements, and emails.

Question 21

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?

Options:

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

Question 22

What is OCR (Optical Character Recognition)?

Options:

A.

OCR is a document classification method.

B.

OCR is a method that reads text from images, recognizing each character and its position.

C.

OCR is a platform that enables you to do text-to-speech and speech-to-text.

D.

OCR is a tool used to interpret information extracted from documents.

Question 23

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

Options:

A.

Data Scientists.

B.

Automation RPA Developers.

C.

Business Analysts.

D.

Subject Matter Experts.

Question 24

Which role is responsible for building and uploading ML (Machine Learning) models lo Al Center?

Options:

A.

RPA Developer.

B.

Process Controller.

C.

Administrator.

D.

Data Scientist.

Question 25

When is it recommended to use an ML (Machine Learning) model solution?

Options:

A.

For structured or semi-structured documents in which layouts of different document providers vary greatly.

B.

For fixed-layout documents for data extraction, including handwriting recognition and signature detection.

C.

For simple use cases in which data is always found in a strict, predictable format and context.

D.

When documents have little to no variation in the document layouts.

Question 26

How can a Pipeline be scheduled?

Options:

A.

A Pipeline can be scheduled at multiple future dates or with a recurring schedule.

B.

A Pipeline can be scheduled at a single future date.

C.

A Pipeline can be scheduled with a recurring schedule.

D.

A Pipeline can be scheduled at a single future date or with a recurring schedule.

Question 27

What are the available options for Scoring in Document Manager, that apply only to string content type?

Options:

A.

Exact match and Naive string search.

B.

Exact match and Phonetic matching.

C.

Exact match and Levenshtein.

D.

Exact match and Finite state automation-based search.

Question 28

While creating a process automation pipeline, what process attribute should be avoided to ensure there are minimal or no automation maintenance requirements?

Options:

A.

The process requires exception handling

B.

High process run time

C.

The process is prone to human error

D.

Frequent business logic change

Question 29

What is the purpose of the End Process in the Document Understanding Process?

Options:

A.

The purpose of the End Process in the Document Understanding Process is to generate a summary report of the processing statistics and performance metrics.

B.

End Process sets the queue transaction status as Successful in case of no exception, and as Failed in case of an exception with their corresponding Business or System Exception, and the post processing/cleaning if required.

C.

End Process in the Document Understanding Process silently shuts down the Virtual Machine so that another robot can use it.

D.

End Process is a feature in the Document Understanding Process that exports the extracted data into a readable document format.

Question 30

In which of the following scenarios, the ML Classifier is the only recommended classifier to be used, according to best practice?

Options:

A.

When the custom document types are very similar and file splitting is not necessary.

B.

When the custom document types are not similar and file splitting is not necessary.

C.

When the custom document types are not similar and file splitting is necessary.

D.

When the custom document types are very similar and file splitting is necessary.

Question 31

What role do Triggers play in the UiPath Integration Service?

Options:

A.

Assist in the creation of automation projects by providing event-based activities.

B.

Provide a mechanism for starting processes on a scheduled basis from Orchestrator.

C.

Provide a mechanism for subscribing to specific events from third-party applications, automatically starting processes in Orchestrator.

D.

Manage connections between UiPath Studio and third-party applications.

Question 32

Why is the Shuffle training mode important in the "Explore" phase while working with UiPath Communications Mining?

Options:

A.

Because it helps create a balanced model by focusing on outlier labels with sufficient training examples but low confidence.

B.

Because it helps create a balanced model free from labelling bias by introducing random variation into the training data.

C.

Because it creates a high precision model, focusing on labels with low precision and a low number of examples.

D.

Because it creates a new model version with shuffled labels and general fields and lets the user explore to understand the state of the model

Question 33

What is the correct order of uploading a package exported from UiPath AI Center?

Instructions: Drag the steps found on the "Left" and drop them on the "Right" in the correct order.

Options:

Question 34

Which of the following extractors can be used for Data Extraction Scope activity?

Options:

A.

Intelligent Form Extractor, Machine Learning Extractor. Logic Extractor, and Regex Based Extractor.

B.

Full Extractor. Machine Learning Extractor, Intelligent Form Extractor, and Regex Based Extractor.

C.

Form Extractor Incremental Extractor Machine Learning Extractor and Intelligent Form Extractor

D.

Regex Based Extractor. Form Extractor. Intelligent Form Extractor, and Machine Learning Extractor.

Question 35

What can be found in the Images folder within the exported dataset coming from Document Manager?

Options:

A.

Each page of the images used for schema configuration.

B.

Each page of the exported documents saved as an image.

C.

Each page of the images of logs.

D.

Each page of the images of exported files.

Question 36

Which of the following statements is correct in the context of migrating a schema from Document Manager to a Modern Project?

Options:

A.

If you import a schema into a document type that already contains a schema, the import will be successful and the schema will be updated with the missing field.

B.

If you import a schema into a document type that already contains a schema, the import will fail only if documents were already uploaded.

C.

If you import a schema into a document type that already contains a schema, the import will fail.

D.

If you import a schema into a document type that already contains a schema, the import will be successful and the schema will be overridden.

Question 37

What is the Machine Learning Extractor?

Options:

A.

A specialized model that can recognize multiple languages in the same document using API calls to a Hugging Face model with over 250 languages.

B.

An extraction model that can be enabled and trained in Al Center. For better accuracy. 25 documents per model are recommended to train the model.

C.

A tool using machine learning models to identify and report on data targeted for data extraction.

D.

A tool that helps extract data from different document structures, and is particularly useful when the same document has multiple formats.

Question 38

Which is the correct description of the Configure Extractors Wizard?

Options:

A.

A mandatory step in the extractor configuration that allows choosing which extractors are applied to each field.

B.

A mandatory step in the extractor configuration that allows choosing which extractors are applied to each document type and field.

C.

A mandatory step in the extractor configuration that allows choosing which extractors are applied to each document type.

D.

An optional step in the extractor configuration which allows choosing which extractors are applied to each document type.

Question 39

What is Document Understanding?

Options:

A.

A solution for combining different approaches to extract information from workflows.

B.

A solution that offers the ability to digitize, extract, validate, and train data from documents.

C.

A solution for the processing of Excel files for extracting data tables.

D.

A solution for combining different approaches to extract entities from Word documents such as contracts and agreements.

Question 40

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?

Options:

A.

Integer

B.

Tuple

C.

List

D.

Array

Question 41

Which of the following options is accepted as a Column field name in Document Manager?

Options:

A.

first_n@me

B.

first name

C.

f1rst-name

D.

First_name123

Question 42

Why is it important to gather and analyze data about the languages in scope?

Options:

A.

The main reason is that all taxonomy fields should have their names translated into all the languages presented in the documents to be processed.

B.

Different Document Understanding components have support for different languages, so they have to be selected according to the requirements.

C.

This is a standard check but has no actual effect on the Document Understanding process.

D.

If an ML (Machine Learning) extractor is used, the model schema fields should be renamed according to the most frequently used language from the documents to be processed

Question 43

Which is the most suitable extractor for extracting data from invoices from different customers?

Options:

A.

The Intelligent Form Extractor

B.

The Form Extractor

C.

The Regex Based Extractor

D.

The Machine Learning Extractor

Question 44

Why is having high coverage important for an automation-focused use case in UiPath Communications Mining?

Options:

A.

The higher the coverage, the lower the model's recall, resulting in greater throughput of automatable processes.

B.

High coverage ensures that the software consumes less computational resources, resulting in cost savings for the organization implementing the automation.

C.

High coverage on the model means that fewer communications will be sent for manual review and that fewer automatable processes are missed.

D.

With high coverage, you can increase the amount of data provided downstream via Streams.

Question 45

What will be displayed in the Output panel after running the workflow below?

Options:

A.

Status not valid.

B.

Status is Unknown.

C.

Status is Pending.

D.

Status is New.

Question 46

Which activity is used to validate and correct automatic classification outputs?

Options:

A.

Present Validation Station activity

B.

Digitize Document activity

C.

Classify Document activity

D.

Present Classification Station activity

Question 47

What is the name of the web application that allows users to prepare, review, and make corrections to datasets required for Machine Learning models?

Options:

A.

Document Manager.

B.

Digitization.

C.

Data Manager.

D.

ML Extractor.

Question 48

Which activity should be used for classification validation in attended mode?

Options:

A.

Create Document Classification Action.

B.

Train Classifiers Scope.

C.

Wait for Document Classification and Resume.

D.

Present Classification Station.

Question 49

What is the main purpose of the Document Understanding Process template in UiPath Studio?

Options:

A.

To integrate with other connected automations seamlessly.

B.

To offer a fully functional document processing tool that is easy to use and execute.

C.

To create custom workflows from scratch.

D.

To eliminate the need for exception handling in workflows.

Question 50

Which are the the minimum required inputs in order to configure the Validation Station as an attended activity?

Options:

A.

Taxonomy, Document Path, Document Object Model, Document Type. Document Text.

B.

Taxonomy, Document Object Model, Automatic Extraction Results. Document Directory.

C.

Taxonomy, Document Path, Document Object Model, Document Text, Automatic Extraction Results.

D.

Taxonomy, Document Path, Document Type, Document Text, Automatic Extraction Results.

Question 51

What is the purpose of the One Click Classification feature in the UiPath Document Understanding interface?

Options:

A.

It allows users to bypass the need for manually creating Datasets, Pipelines, and ML Skills in AI Center and enables training document classifiers directly within Document Understanding.

B.

It is a pre-trained Machine Learning model that helps you classify documents by providing a prompt.

C.

It enables you to directly edit and alter the underlying code of the ML models used for classification, giving the users unprecedented control over the machine learning process in Document Understanding.

D.

It enables users to manually create Datasets, Pipelines, and ML Skills in Document Understanding itself.

Question 52

What is a reason for pinning a UiPath Communications Mining Model?

Options:

A.

To allow AB comparing of the statistics of that model version with another one.

B.

To force the Ul to show predictions from that model version in explore

C.

To allow rollback of annotations to that model version.

D.

To delete all other model versions.

Question 53

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

Options:

A.

5

B.

10

C.

15

D.

20

Question 54

How is the Taxonomy component used in the Document Understanding Template?

Options:

A.

To define the document types and the pieces of information targeted for data extraction (fields) for each document type.

B.

To apply rigor in the taxonomy of data, ensuring any newly discovered object fits into one and only one category or object.

C.

To organize knowledge by using a controlled vocabulary to make it easier to find related information.

D.

To apply relationship schemas other than parent-child hierarchies, such as network structures on the processed data.

Question 55

What function in the train.py file is responsible for persisting the trained model?

Options:

A.

evaluate(self, evaluation_directory)

B.

save(self)

C.

train(setf. trainmg_directory}

D.

__init_(self)

Question 56

In UiPath Communications Mining, which phase is the starting point of the model training process, where similar intents and conversation themes are grouped?

Options:

A.

Refine

B.

Explore

C.

Discover

D.

Setup

Question 57

The "Train" stage from Document Understanding Framework usually comes after?

Options:

A.

Digitization.

B.

Classification.

C.

Validation.

D.

Extraction.

Question 58

What is one of the purposes of the Config file in the UiPath Document Understanding Template?

Options:

A.

It contains the configuration settings for the UiPath Robot and Orchestrator integration.

B.

It stores the API keys and authentication credentials for accessing external services.

C.

It specifies the output file path and format for the processed documents.

D.

It defines the input document types and formats supported by the template.

Question 59

What is the role of connections in the UiPath Integration Service?

Options:

A.

Connections establish tasks and exchanges between users and external applications using the authentication process of the III automation provider.

B.

Connections establish tasks and exchanges based on a connector’s compatibility with the external application.

C.

Connections establish tasks and exchanges between users and external applications using the authentication process of the API provider.

D.

Connections establish tasks and exchanges between users and external applications using the server-side triggers.

Question 60

Which are all the options for managing ML Skills?

Options:

A.

ML skills can be created, stopped, redeployed, updated to a new package version, rolled back to a previous package version, modified to use or not use GPU. modified to use or not use Al units, made public or private, or deleted.

B.

ML skills can be created, stopped, redeployed, updated to a new package version, rolled back to a previous package version, made public or private, or deleted.

C.

ML skills can be created, stopped, redeployed, updated to a new package version, rolled back to a previous package version, modified to use or not use GPU. made public or private, or deleted.

D.

ML skills can be created, updated to a new package version, rolled back to a previous package version, modified to use or not use GPU. made public or private, or deleted.

Question 61

Which of the following is a characteristic of a poorly-performing model in UiPath Communications Mining?

Options:

A.

The model makes correct predictions across the majority of the dataset.

B.

All of the labels in the dataset have at least 25 training examples.

C.

Many of the labels in the taxonomy have amber or red performance warnings.

D.

2% of the dataset has been reviewed by a model trainer.

Question 62

Which features in Generative Annotation are automatically enabled on datasets in Communication Mining technology?

Options:

A.

Taxonomy Uploading

B.

Assisted Labelling

C.

Preview Mode

D.

Sentiment Analysis

Question 63

A project contains a Try Catch activity in the "Main.xaml" workflow. In the Catches block, there is a Rethrow activity. The process is started from Orchestrator and an exception is caught in the Trysection. What is the expected result?

Options:

A.

Job is completed with a "Faulted" state.

B.

Exception Pop-up is displayed on the robot machine.

C.

Job is completed with a "Stopped" state.

D.

Job is completed with a "Successful" state.

Question 64

Which of the following use cases is best suited for tone analysis instead of label sentiment analysis in UiPath Communications Mining?

Options:

A.

Analyzing customer complaints in a B2C organization.

B.

Analyzing employee engagement survey responses.

C.

Analyzing customer satisfaction survey responses.

D.

Monitoring "Quality of Service" in an operations-focused shared mailbox in a B2B organization.

Question 65

What are the three types of classifier trainers available in packages UiPath.lntelligentOCR.Activities and UiPath.DocumentUnderstanding.ML.Activities?

Options:

A.

Intelligent Keyword Classifier Trainer, Language Based Classifier Trainer, and Image Based Classifier Trainer.

B.

Image Based Classifier Trainer, Format Based Classifier Trainer, and Machine Learning Classifier Trainer.

C.

Machine Learning Classifier Trainer, Language Based Classifier, and Keyword Based Classifier Trainer.

D.

Keyword Based Classifier Trainer, Intelligent Keyword Classifier Trainer, and Machine Learning Classifier Trainer.

Question 66

In the general fields training, what actions does the Communications Mining Train feature guide you through?

Options:

A.

It guides you through the completion of model training before starling entity training.

B.

It guides you to focus solely on model refinement.

C.

It guides you right from the moment you create a dataset with the next best action to take to advance your general fields training.

D.

It guides you to start entity training without a dataset.

Question 67

What is the order of steps for automatically retraining and deploying a Document Understanding ML Model in Al Center with data from Document Validation Action?

Instructions: Drag the steps found on the "Left" and drop them on the "Right" in the correct order.

Options:

Question 68

For what type of documents is it recommended to use the RegEx Based Extractor?

Options:

A.

For structured or semi-structured documents in which layouts of different document providers have little to no variation.

B.

For structured or semi-structured documents in which layouts of different document providers vary greatly.

C.

For structured or semi-structured documents where the extraction method is based on a set of FlexiCapture definition files.

D.

For structured or semi-structured documents where for certain fields, data is always found in a strict, predictable format and context.

Question 69

If Label X in UiPath Communications Mining has 80% precision at a given confidence threshold, what output should this provide?

Options:

A.

For every 100 messages, 80 would be labelled correctly as 'Label X', and 20 would be labelled incorrectly.

B.

For every 100 messages which should have been labelled as 'Label X', 80 were labelled and 20 were missed.

C.

For every 100 messages, 20 would be labelled correctly as 'Label X', and 80 would be labelled incorrectly.

D.

For every 100 messages which should have been labelled as 'Label X\ 20 were labelled and 80 were missed.

Question 70

What is the definition of Deep Learning?

Options:

A.

A sub-field of artificial intelligence that enables systems to learn from data.Systems learn from previous experience and information to deduce and predict future information. To do this they use algorithms that learn to perform a specific task without being explicitly programmed.

B.

The theory and development of computer systems that are able to perform tasks that normally require human intelligence and decision making.

C.

A field of artificial intelligence that enables computers to gain high-level understanding from digital images or videos. If AI is the brain, then this is the eye that enables the computer to observe and understand. It works the same as the human eye.

D.

An area of machine learning concerned with artificial neural networks.These are a series of algorithms that aim to recognize relationships in a set of data through a process that mimicsbiological neural networks.

Question 71

What is the default visibility of an ML skill?

Options:

A.

An ML skill is by default public and can be made private.

B.

An ML skill is by default private and can be made public.

C.

An ML skill is by default public and can't be made private.

D.

An ML skill is by default private and can't be made public.

Question 72

What are all the types of ML (Machine Learning) models supported by Al Center?

Options:

A.

Out-of-the-box models from UiPath and UiPath technology partners.

B.

Out-of-the-box models from UiPath technology partners and custom models.

C.

Out-of-the-box models from UiPath, UiPath technology partners, open-source models from the community, and custom models.

D.

Out-of-the-box models from UiPath technology partners, and open-source models from the community.

Question 73

What components are part of the Document Understanding Process template?

Options:

A.

Import. Classification. Text Extractor, and Data Validation.

B.

Load Document. Categorization. Data Extraction, and Validation.

C.

Load Taxonomy, Digitization. Classification, Data Extraction, and Data Validation Export.

D.

Load Taxonomy, Digitization. Categorization. Data Validation, and Export.

Question 74

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

Options:

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.

Question 75

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

Options:

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.