UiPath-ADAv1 Exam Question 161

A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator. New invoices are added to a shared folder each morning. Each invoice needs to be processed separately in the system, as a single unit of work. After each invoice is processed in the system, the system output ID must be emailed to the finance team email address.
How should the developer store the invoice data in Orchestrator?
  • UiPath-ADAv1 Exam Question 162

    What is a pre-requisite for running functional test cases in REFramework?
  • UiPath-ADAv1 Exam Question 163

    A developer created a datatable, dt_Users as shown in the following exhibit.

    After populating the datatable variable, the developer wants to assign each User ID in dt_Users to a List<String> variable Users_List. To achieve this, the developer plans to use an Add To Collection activity inside a For Each Row activity.

    How should the Item property of the Add To Collection activity be configured?
  • UiPath-ADAv1 Exam Question 164

    While working in an RPA testing project, you encountered the following activity in one of the workflows included in the project.

    What action can you perform in your mocked file to replace the functionality of the MessageBox with a LogMessage during mock testing?
  • UiPath-ADAv1 Exam Question 165

    A developer wants to create a process that searches for images on a website and then saves the images in a local folder However, the website contains an error. As a result, the process may need to search for an image multiple times in order for it to display.
    Which container activity should the developer use to search for an image multiple times'?