Which of the following is a best practice when choosing a UiPath ML (Machine Learning) Extractor?
Correct Answer: B
The ML Extractor is a data extraction tool that uses machine learning models provided by UiPath to identify and extract data from documents. The ML Extractor can work with predefined document types, such as invoices, receipts, purchase orders, and utility bills, or with custom document types that are trained using the Data Manager and the Machine Learning Classifier Trainer12. According to the best practice, the ML Extractor should be chosen based on the document types, language, and data quality of the documents being processed. It is important to select an ML Extractor that is specifically trained or optimized for the document types that are relevant for the use case, as different document types may have different layouts, fields, and formats. It is also important to take into account the language of the documents, as some ML Extractors may support only certain languages or require specific language settings. Moreover, it is important to consider the quality and diversity of the training data used to train the ML Extractor, as this may affect the accuracy and reliability of the extraction results. The training data should be representative of the real-world data, and should cover various scenarios, variations, and exceptions3. References: 1: Machine Learning Extractor - UiPath Activities 2: Machine Learning Classifier Trainer - UiPath Document Understanding 3: Data Extraction - UiPath Document Understanding
Question 12
What does Data Extraction do?
Correct Answer: A
Data Extraction identifies and extracts specific information from documents to be processed by automations. This is a key part of UiPath's Document Understanding Framework, enabling bots to process structured and unstructured documents effectively. Reference: UiPath Document Understanding - Data Extraction
Question 13
Which filter option should be used for the For Each File in Folder activity to iterate between all the Microsoft Word documents in a local folder?
Correct Answer: A
Comprehensive and Detailed Explanation From Exact Extract: The correct syntax for filtering both .doc and .docx Word documents is to use the wildcard *.doc*. This matches: * .doc * .docx * Any Word file variant starting with .doc * UiPath Studio uses .NET wildcardsfor file filters in activities like "For Each File in Folder". * UiPath Documentation Reference:For Each File in Folder - UiPath Docs
Question 14
Which of the following functionalities does UiPath Assistant provide?
Correct Answer: C
Reference: UiPath Assistant
Question 15
Which of the below is the correct definition of "recall" in UiPath Communications Mining?
Correct Answer: D
Recall is a metric that measures the proportion of all possible true positives that the model was able to identify for a given concept1. A true positive is a case where the model correctly predicts the presence of a concept in the data. Recall is calculated as the ratio of true positives to the sum of true positives and false negatives, where a false negative is a case where the model fails to predict the presence of a concept in the data. Recall can be interpreted as the sensitivity or completeness of the model for a given concept2. For example, if there are 100 verbatims that should have been labelled as 'Request for information', and the model detects 80 of them, then the recall for this concept is 80% (80 / (80 + 20)). A high recall means that the model is good at finding all the relevant cases for a concept, while a low recall means that the model misses many of them. References: 1: Recall 2: Precision and Recall