Free UiARD Exam Braindumps (page: 1)

Page 1 of 51

A developer plans to create a process to automate a web application. The web application requires HTML buttons and text boxes to be loaded. Although some assets may still be loading, the robot should perform the UI actions once the buttons and text boxes are loaded.

Which property should be configured?

  1. TimeoutMS = 10000
  2. WaitForReady = Complete
  3. TimeoutMS = Int32.MaxValue
  4. WaitForReady = Interactive

Answer(s): D


Reference:

https://docs.uipath.com/activities/docs/ui-element-exists



A developer reviewed the following sequence:


The parameters of the Invoke Method are:



In order to get the table name of the first element in the DataSet, which expressions should the developer use?

  1. DataSet.Tables(0).TableName
  2. DataSet.Tables(1).TableName
  3. DataSet.Rows(0).TableName
  4. DataSet.Rows(1).TableName

Answer(s): C



A developer was reviewing an Orchestration process whose "main" attribute is set to Main.xaml in project.json.

However, the process is not pausing as intended. What is a possible cause for this issue?

  1. UI activities were not used in the process.
  2. "Wait for Form Task and Resume" activity was called in Main.xaml.
  3. Process created a task in the Orchestrator.
  4. "Wait for Form Task and Resume" activity was called in GetApproval.xaml.

Answer(s): A



A developer needs to automate a process which involves capturing support ticket numbers from the email subject line. For example, the email subject line includes: "Action Required – XA/135" where "XA/135" is the ticket number. The robot should validate the pattern of the ticket number before proceeding.

Which expression exclusively matches the ticket number pattern from the subject line?

  1. Option A
  2. Option B
  3. Option C
  4. Option D

Answer(s): B



Page 1 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