Free UiARD Exam Braindumps (page: 5)

Page 5 of 51

You want to identify a selector for a button in an application. The selector will be used as the target in a Click activity.

In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime?

  1. 1 element
  2. 2 elements
  3. 3 elements
  4. 5 elements

Answer(s): A



A developer needs to create a process that performs the following:

1. Scrapes a table of common English-Spanish translations
2. Writes the table to an Excel file
3. Emails that Excel file as an attachment

While creating this process, the developer notices that two activities with the same name can write the scraped DataTable to Excel.

What are the differences between the Workbook and Excel Write Range activities?

  1. Excel Write Range activity can only be used when Excel is installed.
    Workbook Write Range activity can be faster by writing the data directly to the file.
  2. Excel Write Range activity only works in the foreground, visible to the user. Workbook Write Range activity only works in the background.
  3. Excel Write Range activity will create the file in the WorkbookPath property if it does not exist. Workbook Write Range activity can only be used when Excel is installed.
  4. Excel Write Range activity only works in the background.
    Workbook Write Range activity will create the file in the WorkbookPath property if it does not exist.

Answer(s): A



A developer wants to ensure that a process they are developing includes coherent logs with meaningful log messages. During the execution of the process, an application exception is caught and stored in a local variable called exception.

Based on UiPath best practices, how should the Log Message activity in the Catch section of this exception be configured?

  1. Level: Warn
    Message: exception.Message + "at" + exception.Source
  2. Level: Error
    Message: "Exception occurred at" + exception.Source
  3. Level: Fatal
    Message: exception.Message
  4. Level: Info
    Message: "Application Exception at" + exception.Source

Answer(s): C



A developer is adding a Log Message activity in an Exit section of a single state within a state machine. When will the Log Message activity in the Exit section be executed?

  1. After the activities in the Entry section and the activities in the trigger are executed.
  2. After the activities in the Entry section are executed, but only if there are exceptions.
  3. Immediately after the activities in the Entry section are executed.
  4. After the activities in the Entry section are executed and the transition to the next state is confirmed.

Answer(s): D



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