UiPath RPA Developer Foundation Training Certification answers - 4
Here is the continuation part of the sample question and answers for the developer foundation training.
Note : These are the sample question and answers for the RPA Developer Foundation Training, please do go through the actual training materials of the UiPath.
Here is the continuation part of the sample question and answers for the developer foundation training.
Note : These are the sample question and answers for the RPA Developer Foundation Training, please do go through the actual training materials of the UiPath.
1. How can you trigger another workflow from within your current one ?
By using the invoke Workflow File activity
2. How can we test if a given address( a string variable called fullAddress) can be found on a particular stree(a string variable called)
fullAddress.Contains(streetName)
3. How do you exit the selection mode ?
Right Click
ESC
4. What type of argument can you define to pass data and retrieve the modified value from an invoked workflow ?
In/Out.
5. Which of the scrapping methods can get you the hidden text in the element ?
FullText
6. What is considered a best practise in large projects ?
Testing workflows independently
7. What recording wizard would you use to generate partial selectors ?
Citrix Recording
Web Recording
Desktop Recording
8. How can you improve the following calendar page selectors to work only for the dates in 2017 ?
"<html app='chrome.exe' title = 'UiPath-Calendar - Week of May 1, 2017>"
<html app = 'chrome.exe' title = 'UiPath-Calendar - * 2017/>
9. By using the FullText scrapping method the robot is able to ?
Get editable Text
Get hidden information
10. What is TimeoutMs property used for ?
To define the amount of time during which the target of an activity must be found.
No comments:
Post a Comment