UiPath UiARD Exam Questions
UiPath Advanced RPA Developer v1.0 (Page 4 )

Updated On: 21-Feb-2026

A developer needs to create an automation process that identifies a file with format "Monthly_Report_MMddyyyy.xlsx". The file name is saved to a variable called strinput.

To extract the date from strinput, which string manipulation method should be used?

  1. strinput.Substring(strInput.LastIndexOf("_")+1,8)
  2. strinput.Substring(strInput.IndexOf("_")+1,strInput.IndexOf(".")−1)
  3. strinput.Substring(strInput.IndexOf("_")+1.8)
  4. strinput.Substring(strInput.IndexOf("_")+1,strInput.IndexOf("."))

Answer(s): C



A developer created a custom rule for Workflow Analyzer and wants to make it available only at the project level.

Which action should the developer perform?

  1. Create an external assembly (.dll) of the rule and copy it to the Studio install location.
  2. Create an external assembly (.dll) of the rule and copy it to the project location.
  3. Create a Nuget package (.nupkg) of the rule and publish it to Orchestrator.
  4. Create a Nuget package (.nupkg) of the rule and install it in a Studio project as a dependency.

Answer(s): A



If a developer wants to use a variable of type UIElement to identify a button in a Click activity, which property must be manually configured during development?

  1. Element
  2. Selector
  3. ClippingRegion
  4. WaitForReady

Answer(s): C


Reference:

https://docs.uipath.com/activities/docs/click



During the development of a process, a certain label text must be retrieved. After retrieving the text, a button must be clicked and the following occurs:

1. The loading of the label text element takes longer than 30 seconds.
2. The loading of the button takes longer than 30 seconds.
3. The retrieving of the data or clicking the button must be tried until successful.

Based on UiPath best practices, what must the developer use to ensure that an error is thrown if the label text or the button element does not load?

  1. Use the Get Text activity with the default timeout and set the ContinueOnError property to "True". Use the Click activity in the Retry Scope activity.
  2. Use the Get Text activity with the default properties in a Retry Scope activity. Use the Click activity with the default properties in a Retry Scope activity.
  3. Modify the Get Text activity by increasing the timeout property. Use the Click activity to click the button with the default settings.
  4. Use the Get Text activity with the default timeout and set the WaitForReady property to "None" in a Retry Scope activity.
    Modify the Click activity by increasing the timeout property and set the ContinueOnError property to "True".

Answer(s): A



You have two variables, varA and varB, as shown in the following exhibit:


What is the output of the Write Line activity?

  1. 246246
  2. 123123246
  3. 246123123
  4. 123123123123

Answer(s): D






Post your Comments and Discuss UiPath UiARD exam dumps with other Community members:

Join the UiARD Discussion