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
What is the slowest method of reading text?
What is the slowest method of reading text?A . Native B. FullText. C. OCRView AnswerAnswer: C
When is it recommended to use full selectors?
When is it recommended to use full selectors?A . When switching between multiple windows. B. When the selector is stable. C. When performing multiple actions in the same window. D. When working with dynamic selectors.View AnswerAnswer: A Explanation: Full selectors contain all the elements needed to identify a UI element,...
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
What activity can you use to get a column value from a specific row of a DataTable?
What activity can you use to get a column value from a specific row of a DataTable?A . Row Read Cell B. Get Row Item C. Remove DataView AnswerAnswer: B