UiPath Advanced RPA Developer v1.0 Exam (UiARD) Questions and Answers
A developer is automating a project for the Finance team. As defined in the Process Definition Document, the robot is required to log the completion of each step with the documented corresponding Log Level.
If Fatal is the highest Log Level severity for the UiPath Log Message activity, what is the correct priority sequence, from the lowest to the highest severity, of the remaining Log Levels?
Instructions: Drag and drop the lowest severity level to the top of the list and repeat until the highest severity level appears at the bottom of the list.
A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:
The Invoke Method has the following properties:
The Parameters property is as follows:
Based on the information shown in the exhibits, what is the outcome of the Invoke Method activity?
An attended automation user wants to run two background processes in UiPath Assistant: UpdateTimecards Process and GetPTODays Process. What is a characteristic of running these processes?
A developer wants to initialize a dictionary with a key of integers and values that are strings. Which initialization expression should be used?
A developer defined two Int32 variables, FirstInt and SecondInt, in a workflow. Which panel can the developer use to monitor the result of the expression. FirstInt > SecondInt, throughout the execution of the workflow in Debug mode?
A developer created an attended process which used UI Automation activities on hidden or minimized windows. While the process is running on the user's machine, the user also needs the ability to use the machine.
Which activity is configured by default to enable interaction with hidden or minimized windows?
A developer has set custom values for the DelayBetweenPagesMS property in the Activity Project Settings. Which activity can be impacted?
A developer wants to create a process which uses UI automation activities on hidden or minimized windows for a user in a Call Center. While the process is running on the user’s machine, the user also needs the ability to use the machine to look up items in a desktop application.
Which activity must be configured to be able to interact with hidden or minimized windows?
A developer uses Workflow Analyzer with the default rules to check if a project follows best practices. In one of the workflows, the Properties of a Click activity is shown in the following exhibit.
Which Workflow Analyzer rule will trigger a warning for this activity?
A developer needs to create an Out argument to pass the results of a Data Scraping activity to another workflow. The activity scrapes text from a structured list on a website.
From the drop-down list shown in the exhibit, select the Argument Type that should be used.
A developer automated a Performer process using the Robotic Enterprise (RE) Framework. Which state executes after the Process Transaction state has a result of "Success"?
During the debugging process, which panel will help monitor the variables' values, arguments, and user-defined expressions within the scope of the executing activity?
A developer is working on an existing project in which GIT is used as the source control. Another team member wants to compare two versions of a particular workflow in this project. Which UiPath Studio option provides this capability?
A developer created an automation project in the Robotic Enterprise (RE) Framework which needs to log into a website using different credentials depending on the account and machine it runs on. If the value is not defined for the account and machine, the developer needs the process to throw an error. For security reasons, the credentials for the login are stored in Orchestrator as Credential Assets with the Value Per Account-Machine option.
Which steps should the developer perform to use the Orchestrator asset in the project?
A developer performs a review on a complex process stored in a single .xaml file. During the review, the developer discovers that the workflow cannot be easily tested. Based on best practices, which approach is recommended for improving the ability to independently test components?
What represents an example of tags and attributes identified by a partial selector?
A developer wants to use the Robotic Enterprise (RE) Framework to automate a business process. The TransactionData of this process is a collection(List
From the drop-down list shown in the exhibit, select the variable type for the TransactionItem.
A developer automates a process which has an Excel file as input data. Because the Orchestrator is not connected, the developer needs to adapt the Robotic Enterprise (RE) Framework to use it with tabular data.
Where in the REFramework is it a best practice to read the data from the Excel file and store it in a global DataTable variable?
A developer is using UiExplorer to modify selectors. The "Repair" button is present in UiExplorer. What is its functionality and when does this button appear?
How can you dynamically change parts of a selector?
Options are :
Can you store a Selector in a variable?
Options are :
A developer automated a process with the following logic: each queue item contains a filepath to an Excel file. If the required file exists, robot needs to upload it on Sharepoint. Otherwise, the transaction cannot be considered a success. What is the best approach if the required file does not exist?
Is it possible to write to a text file without using the Write Text File activity?
Options are :
In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the Process Transaction state of the Main workflow, which state is executed next?
Options are :
Which of the following are considered best practices? Select all the options that apply.
Options are :
If a large item collection is processed using For Each, which activity enables you to efficiently exit the loop after a specific moment?
Options are :
What is the Attach Window activity used for?
Options are :
What activities will be executed if the following Try Catch activity if the Notepad application is not running?
Catch block contains catches in the following order:
1. System.InvalidOperationException
2. System.SelectorNotFoundException
Please find properties of Type Into activity below:
One of the steps in your process is to authenticate on a web application. How can you check if the login succeeded or not?
Options are :
A developer uses REFramework to create complex process automation. In the InitAllSettings state, the robot retrieves all required assets from the Orchestrator. All values are stored in a Config dictionary which is passed between workflows. What happens if, during the processing of a queue item, the value of one of the assets was changed in Orchestrator?
A developer uses Invoke Process activity to execute a child process. How can the developer differentiate logs of the child process from logs of the parent process?
What activity can you use to get a column value from a specific row of a DataTable?
Options are :
What is the best way to select a row with a certain value from a column in Excel?
Options are :
Which is the best way to delete unreferenced variables?
Options are :
What types of assets can be stored in Orchestrator?
Options are :
Consider three GenericValue variables, var1 with the default value of "3 apples", var2 with the default value of "5 mangos", and the result, which is the output of an Assign Activity with the var1 + var2 expression. What is the value of the resulting variable
Options are :
Based on the exhibit that represents the "Deadline" in the yyyy-mm-dd format, what is the correct sequence in which the Queue Items are processed by a single Performer workflow?
NOTE: Drag the Queue Item Name found on the “Left” and drop on the correct Process Order found on the “Right”
While working with a queue in Orchestrator, you notice that the status of one of the Queue Items has changed to Abandoned.
When does this happen?
You recently observed a developer using the SecureString variable type in their workflow. What is a UiPath best practice relative to the use of SecureString?
A developer automates a process which has an Excel file as input data; however, Orchestrator is not available. As a result, the developer needs to adapt the Robotic Enterprise (RE) Framework for use with tabular data.
Based on UiPath best practices, where should the Excel file be read and stored in a global DataTable variable?
In UiPath Studio, what describes project validation and workflow analysis?
A new blank project only has the Main.xaml file and consists of a single Throw activity. The activity is not enclosed in a Try Catch activity.
If this process is published and run from Orchestrator, what is the expected result?
A developer needs to reference the element in the first row of the "ID" column in the System.Data.DataTable, "DT".
Which expression is used to reference this element?
You want to automate a process on the web page. On this page, the following table is displayed:
You observe that the selector of the element highlighted in red is:
What is a valid selector to get the 5-th element in the WIID column?
A developer creates a Dispatcher which extracts information from the top 30 mail messages in Microsoft Outlook and uploads that information into a queue.
What is the recommended way to avoid processing duplicates of the same Queue Items?
A developer needs to create a process that performs the following:
1.Scrapes a table of common English-Spanish translations
2.Writes the table to an Excel file
3.Emails that Excel file as an attachment
While creating this process, the developer notices that two activities with the same name can write the scraped DataTable to Excel.
What are the differences between the Workbook and Excel Write Range activities?
What represents an example of a full selector?
A developer is working on an automation. The automated process must log into Citrix and click on the "Generate Shipment Details" button. Ideally, this generates a table of shipping records. If the generated table displays only the header row and no data is available, then it should be marked as an exception since the data is incomplete.
What is this type of exception?
A developer was assigned a task to build a process that will interact with hidden or minimized windows on an employee's machine.
To ensure the UI automation runs in the background which commonly used activity property must always be avoided?
If a developer wants to use a variable of type UIElement to identify a button in a Click activity, which property must be manually configured during development?
A developer wants to extract data from "Sheet1" of the "Test.xls" file using the following code:
In addition, the developer configured the following properties of the Read Range activity:
Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what values will be contained in the OutputDataTable?
A developer needs to automate a process which involves capturing support ticket numbers from the email subject line. For example, the email subject line includes: "Action Required – XA/135" where "XA/135" is the ticket number. The robot should validate the pattern of the ticket number before proceeding.
Which expression exclusively matches the ticket number pattern from the subject line?