To ensure the UI automation runs in the background which commonly used activity property must always be avoided?
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?A . DefaultB . Simulate TypeC . ActivateD . SendWindowMessagesView AnswerAnswer:...
Which action should the developer perform?
A developer created a custom rule for Workflow Analyzer and wants to make it available only at the project level. Which action should the developer perform?A . Create an external assembly (.dll) of the rule and copy it to the Studio install location.B . Create an external assembly (.dll) of...
In UiPath Studio, which recommended type of workflow meets this requirement?
A developer wants to design a process in which multiple decision points will be used to accommodate complex scenarios. In UiPath Studio, which recommended type of workflow meets this requirement?A . State MachineB . SequenceC . Global Exception HandlerD . FlowchartView AnswerAnswer: D Explanation: Reference: https://docs.uipath.com/studio/docs/workflow-design
Which warning will be shown in the Analyzer output for this activity?
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 warning will be shown in the Analyzer output for this activity?A . Timeout values is...
Which workflow activity requires modifications to some of the properties' default values to ensure this process runs in the background?
Allow the user to interact with separate desktop applications at the same time. Which workflow activity requires modifications to some of the properties' default values to ensure this process runs in the background?A . Get TextB . Element ExistsC . Select ItemD . Type IntoView AnswerAnswer: D
Which steps should the developer perform to use these credentials in the project?
A developer used the Robotic Enterprise (RE) Framework to implement an automation of a website. For security reasons, the credentials for the login are stored in the Orchestrator. Which steps should the developer perform to use these credentials in the project?A . Add a row in the Constants sheet in...
Based on UiPath best practices, where should the Excel file be read and stored in a global DataTable variable?
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...
From the lowest priority to the highest priority, what is the correct priority sequence of the Log Levels for UiPath Robots?
DRAG DROP From the lowest priority to the highest priority, what is the correct priority sequence of the Log Levels for UiPath Robots? NOTE: Drag and drop the lowest priority level to the top of the list and repeat until the highest priority level appears at the bottom of the...
If the developer wants the selector to identify the Notepad by everything but the first character, how should title be replaced?
A developer used title='1 writtenNotes - Notepad' as an attribute of a selector. The first character of the Notepad file name changes dynamically based on the .txt file used to open the file. If the developer wants the selector to identify the Notepad by everything but the first character, how...
Which expression is used to reference this element?
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?A . DB . Rows(0).IDC . DD . Rows(1).IDE . DF . Rows(0).Item("ID")G . DH . Rows(1).Item("ID")View AnswerAnswer: C