Free UiARD Exam Braindumps (page: 3)

Page 3 of 51

A developer configured the properties for a Click activity on an element inside a web page as shown in the exhibit. An animation on the web page never completely loads but the element specified in the Click activity does.


What occurs when this Click activity executes?

  1. Timeout error occurs without clicking on the element.
  2. Waits 10 seconds before clicking on the element.
  3. Continues to the next activity after 30 seconds without clicking on the element.
  4. Element is clicked once it is fully loaded.

Answer(s): C



While working with a queue in Orchestrator, you notice that the status of one of the Queue Items has changed to Abandoned. When does this happen?

  1. When the item remains in the "Failed" status for approx. 24 hours
  2. When the item remains in the "In Progress" status for approx. 24 hours
  3. When the item remains in the "Retried" status for approx. 24 hours
  4. When the item remains in the "New" status for approx. 24 hours

Answer(s): B


Reference:

https://docs.uipath.com/orchestrator/docs/queue-item-statuses



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



Page 3 of 51



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

Hieu Le commented on June 27, 2023
Thank you, it's great!
VIET NAM
upvote