DRAG DROP
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.
Select and Place:
When is it recommended to use Main-ActionCenter in the context of the Document Understanding Process?
A. When implementing an attended process.
B. When testing locally or implementing an attended process.
C. When testing locally.
D. When testing locally or implementing an unattended process.
Which of the following statements is true regarding reviewing and applying entities in UiPath Communications Mining?
A. A single entity value can be split across multiple paragraphs.
B. If the entity value is correctly predicted, but the entity type is wrong, it cannot be changed.
C. All of the entities within a paragraph should be reviewed.
D. All of the entities in a communication must be reviewed.
What is the definition of a UiPath Communications Mining data source?
A. A collection of raw unlabeled communications data of a similar type, that can be associated with up to 10 datasets.
B. The model that we create when training the platform to understand the data in those sources.
C. A permissioned storage area within the platform which contains communications and labels.
D. A user-permissioned project containing a taxonomy with labels and entities.
What is one best practice when designing a UiPath Communications Mining label taxonomy?
A. Each label should be identifiable from the text of the individual verbatim (not thread) to which it will be applied.
B. Each label should include customer experience/sentiment analysis in its coverage.
C. Each parent label should have at least 3 children labels to ensure specificity.
D. Each label should overlap slightly with a few distinct others so we ensure 100% coverage.
Which of the following options is accepted as a Column field name in Document Manager?
A. first_n@me
B. first name
C. f1rst-name
D. First_name123
What is the benefit of making an ML Skill public?
A. It provides additional security measures for the ML Skill.
B. It restricts access from outside of the UiPath environment.
C. It allows access from outside of the UiPath environment.
D. It improves the performance of the ML Skill.
What are the requirements that must be fulfilled by a package containing only the serving component?
A. A folder containing the main.py file which implements the__init_ (self), train(self, training_directory), and predict(self, input) functions, and the requirements.txt file which lists the dependencies needed to run the model.
B. A folder containing the main.py file which implements the__init_ (self) and predict(self, input) functions.
C. A folder containing the main.py file which implements the__init_ (self), evaluate(self, evaluation_directory), and predict(self, input) functions, and the requirements.txt file which lists the dependencies needed to run the model.
D. A folder containing the main.py file which implements the__init_ (self) and predict(self, input) functions, and the requirements.txt file which lists the dependencies needed to run the model.
What is important regarding entities when working with UiPath Communications Mining and training using Clusters?
A. If there are no entity predictions for a cluster, skip that cluster.
B. Accept or dismiss entity predictions or manually assign entities that are not predicted.
C. Entity predictions are never made for clusters.
D. Training entities is not recommended during this phase.
Which of the following use cases is best suited for label sentiment analysis in UiPath Communications Mining?
A. Analyzing customer survey responses.
B. Analyzing process inefficiencies in a shared email inbox.
C. End-to-end automation of requests from inbound workflow tickets.
D. Automatically routing inbound emails in a shared email inbox.