Which is a high-level view of the tabs within an AI Center project?
Correct Answer: D
A high-level view of the tabs within an AI Center project is as follows: Dashboard: This tab provides an overview of the project's status, such as the number of datasets, pipelines, packages, skills, and logs, as well as the AI Units consumption and quota. Datasets: This tab enables you to upload, view, and manage the datasets that are used for training and evaluating the ML models within the project. A dataset is a folder of storage containing arbitrary files and sub- folders1. Data Labeling: This tab enables you to upload raw data, annotate text data in the labeling tool (for classification or entity recognition), and use the labeled data to train ML models. It is also used by the human reviewer to re-label incorrect predictions as part of the feedback process2. ML Packages: This tab enables you to upload, view, and manage the ML packages and package versions within the project. An ML package is a group of package versions of the same package type, and a package version is a trained model that can be deployed to a skill3. Pipelines: This tab enables you to create, view, and manage the pipelines and pipeline runs within the project. A pipeline is a description of an ML workflow, including the functions and their order of execution, and a pipeline run is an execution of a pipeline based on code provided by the user4. ML Skills: This tab enables you to deploy, view, and manage the ML skills within the project. An ML skill is a live deployment of a package version, which can be consumed by an RPA workflow using an ML skill activity in UiPath Studio5. ML Logs: This tab enables you to view and filter the logs related to the project, such as the events, messages, and errors that occurred during the pipeline runs, skill deployments, and skill executions6. References: 1: About Datasets 2: About Data Labeling 3: About ML Packages 4: About Pipelines 5: About ML Skills 6: About ML Logs
Question 87
When using UiPath Studio's publishing options, which location(s) can automation projects be published to?
Correct Answer: C
Comprehensive and Detailed Explanation From Exact Extract: When publishing a process from UiPath Studio, it can be directed to: * Orchestrator(via Tenant or Personal Workspace feed) * Locallyto a file path * Custom NuGet Feed(configured in NuGet.config) Git repositories and SharePoint arenot supported as direct publish targets. * UiPath Documentation Reference:Publishing Projects - UiPath Studio
Question 88
What additional information can be included in the exported data, apart from the extraction results?
Correct Answer: B
The exported data from the UiPath Document Understanding Template contains the extraction results in a JSON format, along with some additional information that can be useful for debugging or analysis purposes. One of the additional information that can be included is the page number from which the field was extracted and the exact position on the page, represented by the coordinates of the bounding box. This information can help to locate the field on the original document image and to verify the accuracy of the extraction. The additional information can be enabled or disabled by setting the IncludeMetadata parameter to true or false in the Config file of the template. References: Document Understanding Process: Studio Template, Export Results
Question 89
How can you build custom models supported by AI Center?
Correct Answer: C
To build custom models supported by AI Center, you can use a Python IDE or an AutoML platform of your choice. A Python IDE is a software application that provides tools and features for writing, editing, debugging, and running Python code. An AutoML platform is a service that automates the process of building and deploying machine learning models, such as data preprocessing, feature engineering, model selection, hyperparameter tuning, and model evaluation. Some examples of Python IDEs are PyCharm, Visual Studio Code, and Jupyter Notebook. Some examples of AutoML platforms are Google Cloud AutoML, Microsoft Azure Machine Learning, and DataRobot. To use a Python IDE, you need to install the required Python packages and dependencies, write the code for your model, and test it locally. Then, you need to package your model as a zip file that follows the AI Center ML Package structure and requirements. You can then upload the zip file to AI Center and create an ML Skill to deploy and consume your model. To use an AutoML platform, you need to sign up for the service, upload your data, configure your model settings, and train your model. Then, you need to export your model as a zip file that follows the AI Center ML Package structure and requirements. You can then upload the zip file to AI Center and create an ML Skill to deploy and consume your model. References: AI Center - Building ML Packages, AI Center - ML Package Structure, AI Center - Creating ML Skills
Question 90
Which of the following time periods can be selected when viewing Trends in UiPath Communications Mining? Which of the following time periods can be selected when viewing Trends in UiPath Communications Mining?
Correct Answer: B
According to the UiPath Communications Mining documentation, the Trends tab in the Reports page displays charts for verbatim volume, label volume, and sentiment over a selected time period. Users can choose the time period for the data in the filter bar, and the time sequencing of the chart (i.e. daily, weekly, etc.) in the top right dropdown menu. The available options for the time sequencing are Daily, Weekly, Monthly, and Yearly. These options allow users to see how the trends change over different time intervals and identify patterns or anomalies. References: Communications Mining - Using Reports Communications Mining - Trends