What is one of the purposes of the Config file in the UiPath Document Understanding Template?
Correct Answer: B
The Config file in the UiPath Document Understanding Template is a JSON file that contains various parameters and values that control the behavior and functionality of the template. One of the purposes of the Config file is to store the API keys and authentication credentials for accessing external services, such as the Document Understanding API, the Computer Vision API, the Form Recognizer API, and the Text Analysis API. These services are used by the template to perform document classification, data extraction, and data validation tasks. The Config file also allows theuser to customize the template according to their needs, such as enabling or disabling human-in-the-loop validation, setting the retry mechanism, defining the custom success logic, and specifying the taxonomy of document types. References: Document Understanding Process: Studio Template, Automation Suite - Document Understanding configuration file
Question 77
What happens during the Classify stage of the Document Understanding Framework?
Correct Answer: D
According to the UiPath documentation, the Classify stage of the Document Understanding Framework is used to automatically determine what document types are found within a digitized file. The document types are defined in the project taxonomy, which is a collection of all the labels and fields applied to the documents in a dataset. The Classify stage uses one or more classifiers, which are algorithms that assign document types to files based on their content and structure. The classifiers can be configured and executed using the Classify Document Scope activity, which also allows for document type filtering, taxonomy mapping, and minimum confidence threshold settings. The Classify stage outputs the classification information in a unified manner, irrespective of the source of classification. The documents that are classified are then sent to the next stage of the framework, which is Data Extraction. The documents that are not classified or skipped are either excluded from further processing or sent to Action Center for human validation and correction. References: Document Understanding - Document Classification Overview Document Understanding - Introduction Generative Extraction & Classification using Document Understanding in Cross-Platform Projects (Public Preview)
Question 78
What is the Machine Learning Extractor?
Correct Answer: D
The Machine Learning Extractor utilizes machine learning models to effectively extract data from documents, especially when dealing with varying structures or formats within the same document type. This capability is crucial in scenarios where documents do not follow a strict template and have variations in their layout or content organization. The extractor can be trained to understand these variations and accurately extract the needed information. The Machine Learning Extractor is a data extraction tool that uses machine learning models to extract data from various types of documents, such as invoices, receipts, or forms. It is especially useful when the same document type has multiple layouts or formats, as it can learn and infer the values for the targeted fields, even from documents and layouts it has never seen before1. The Machine Learning Extractor can be used with one of UiPath's public Document Understanding endpoints, which provide generic models for certain document types, or with custom trained machine learning models hosted in AI Center, which can be tailored to specific use cases. The Machine Learning Extractor can be configured and trained using the Data Extraction Scope activity in UiPath Studio2. References: Document Understanding - Machine Learning Extractor UiPath Activities - Data Extraction Scope
Question 79
What is the main difference between an array and a list in UiPath?
Correct Answer: D
Comprehensive and Detailed Explanation From Exact Extract: * Arraysin UiPath (VB.NET) arefixed-sizeand must be initialized with a defined number of elements of thesame type. * Lists(List<T>) aredynamicand allow you to add/remove elements at runtime, but still enforcetype safety(same type elements). * UiPath Documentation Reference:Collections in UiPath Academy # RPA Developer Foundation # Data Manipulation
Question 80
What happens when multiple users try to label the same document concurrently?
Correct Answer: C
According to the UiPath documentation, data labeling is a process that involves uploading raw data, annotating text data in the labeling tool, and using the labeled data to train ML models1. Data labeling is performed by human labelers, who can be either internal or external to the organization2. However, concurrent labeling is not supported by the UiPath Data Labeling tool, which means that only one user can label a document at a time3. If multiple users try to label the same document concurrently, they will encounter an error message that says "The document is locked by another user. Please try again later.". Therefore, the correct answer is C. References: 1: About Data Labeling 2: Data Labeling Roles 3: Data Labeling Limitations : Data Labeling Error Messages