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
An error message is displayed
An error message is displayedView AnswerAnswer: B Explanation:
An error message is displayed
An error message is displayedView AnswerAnswer: B Explanation:
If the target element is not found during execution in Debug mode, how long will it take until an error is thrown?
A developer configured the Activity Project Settings for a UI automation and a Click activity in the project shown in the following exhibits: If the target element is not found during execution in Debug mode, how long will it take until an error is thrown?A . 10 seconds B. 15...
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
What is a valid selector to get the 5-th element in the WIID column?
You want to automate a process on the https://acme-test.uipath.com/work-items web page. On this page, the following table is displayed: You observe that the selector of the element highlighted in red is: <html app='chrome.exe' title='ACME System 1 - Work Items' /> <webctrl tag='TABLE' /> <webctrl tag='TD' tableCol='2' tableRow='2' /> What is...
Based on best practices, which approach is recommended?
An RPA developer needs to perform a code review on a process to ensure best practices were used. During the code review, the developer discovers that the workflows cannot be easily tested and some refactoring of the code is required. Based on best practices, which approach is recommended?A . Create...
How can you find all anchor elements in a web page?
How can you find all anchor elements in a web page?A . Using the Find Relative Element Activity B. Using the Get Ancestor Activity C. Using the Find Element Activity D. Using the Find Children ActivityView AnswerAnswer: D
An error message is displayed
An error message is displayedView AnswerAnswer: B Explanation:
In the Robotic Enterprise (RE) Framework, what is the initial value of Transaction Number?
In the Robotic Enterprise (RE) Framework, what is the initial value of Transaction Number?A . 0 B. 1 C. [] D. NothingView AnswerAnswer: D