Which is the best way to navigate to a specific page in a web browser?
Which is the best way to navigate to a specific page in a web browser?A . Use the Type Into activity inside an Attach Browser container B. Use the Navigate To activity inside an Attach Browser container C. Use a Type Into activity with a full selectorView AnswerAnswer: B
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 . Default B. Simulate Type C. Activate D. SendWindowMessagesView AnswerAnswer:...
Where in the Robotic Enterprise (RE) Framework template project is the SetTransactionStatus.xaml invoked?
Where in the Robotic Enterprise (RE) Framework template project is the SetTransactionStatus.xaml invoked?A . In the Finally section of the Try Catch activity in the End Process state. B. In the Try section of the Try Catch activity in the Process Transaction state. C. In the Finally section of the...
Populate the Process.xaml file with the following actions: Web scraping, Filtering and Appending to Excel.
Populate the Process.xaml file with the following actions: Web scraping, Filtering and Appending to Excel. Important Note: Don't use external file references outside of the project folder (including Orchestrator Assets). Place all the used files within the project folder, zip that folder and upload it to the UiPath Certification Platform....
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?A . Process workflow B. GetTransactionData workflow C. SetTransactionStatus workflowView AnswerAnswer: C
A developer is adding a Log Message activity in an Exit section of a single state within a state machine. When will the Log Message activity in the Exit section be executed?
A developer is adding a Log Message activity in an Exit section of a single state within a state machine. When will the Log Message activity in the Exit section be executed?A . After the activities in the Entry section and the activities in the trigger are executed. B. After...
How can you dynamically change parts of a selector?
How can you dynamically change parts of a selector?A . By using variables to replace the dynamic parts B. You cannot have dynamic components in a selector. C. By adding parameters from the Properties tab.View AnswerAnswer: A
The String.Format("Input ={0} and Output = {0}", "1","2") expression returns the following:
The String.Format("Input ={0} and Output = {0}", "1","2") expression returns the following:A . Input = {0} and Output = {0} B. Input = 1 and Output = 2 C. Input = 1 and Output = 1 D. Input = {1} and Output = {2}View AnswerAnswer: C
Which file in the Robotic Enterprise (RE) Framework reads the Data/Config.xlsx file and retrieves assets from Orchestrator into the process?
Which file in the Robotic Enterprise (RE) Framework reads the Data/Config.xlsx file and retrieves assets from Orchestrator into the process?A . KillAllProcesses.xaml B. InitAllApplications.xaml C. InitAllSettings.xaml D. Process.xamlView AnswerAnswer: B
Which of the following are required to have efficient execution of automation projects?
Which of the following are required to have efficient execution of automation projects?A . Recovery abilities B. Effective logging mechanisms C. Proper exception handlingView AnswerAnswer: A,B,C