Interview questions and answers for RPA - UiPath (Set 7)

uipath interview questions
UiPath Interview Questions and Answers

Q- What does the Find Relative Element activity do?

It searches for a UI element by using a position relative to a fixed element. This is also another alternative way when we are not able to make reliable selector.

Q- How many jobs can run concurrently per robot?

Only one at a time.

Q- Describe the templates available in UiPath.

UiPath - Templates
UiPath - Templates
Q- How to wait dynamically till the element got appear?

By using “On Element Appear” activity we can dynamically wait to get the element appear. It is a container that waits for a UI element to appear and enables us to perform multiple actions within it. This activity also provides options to wait to get the element active as well as visible.

Q- Describe some common properties of UiPath activities.
  • ContinueOnError - I we set its value to “True”, then it would suppress any exception if occurs and continues the execution further without raising the exception.
  • DelayAfter - Used to add a pause after the activity execution, in milliseconds.
  • DelayBefore - Used to add pause before the activity execution, in milliseconds.
  • TimeoutMS- it specifies the amount of time (in ms) to wait for a specified element to be found before an exception is thrown. Default value – 30000 ms (30 s).

Note: Fresher candidates can skip REFramework and/or Orchestrator based questions.

Comments

Popular posts from this blog

UiPath - Convert String to DateTime

UiPath - Initialize Array and Assign value to Array

UiPath - Initialize List and Assign Values to List