You are on page 1of 3

QUESTION NO: 46

Limited Time Discount Offer! 15% Off - Ends in 01:39:46 - Use Discount Coupon Code
A developer met with a rental car company to review their business requirements which takes reservations
A4T2023 from a Microsoft Outlook email box. The company has indicated the following occurs in their application:
1. Login to the rental car company's desktop application
2. Navigate to the Rental Requests section
3. Get emails from their Microsoft Outlook account
4. Extract data from the current email and add it to the queue
5. For each Queue Item:
- a) Navigate to the Reservations section
- b) Add the booking details into the Reservations section
Input your exam code ... - c) Close the current reservation and move to a new one
6. Log out and close the company's application
The developer needs to create a process using the Dispatcher/Performer architecture for the company.
Which steps will be included in the Dispatcher process?

A. 1-3

B. 1-4

C. 3-4

D. 3-6

Hide answers/explanation

Correct Answer: B

QUESTION NO: 47
In the UiPath Robotic Enterprise Framework template, to enable the retry mechanism without using Queues,
what should the value of MaxRetryNumber be set to?
Options are :

A. 0

B. Any value greater than 0

C. Any value greater than 2

Hide answers/explanation

Correct Answer: B

QUESTION NO: 48
A developer uses a For Each Row in Data Table activity to iterate through a sampleDataTable that stores
current prices of the product and price at the discount. The developer wants to remove some rows (please A. Message Box activity will throw an error.
see the condition in the If activity) and display, how many rows were left in the datatable. What will be the
result of the processing? B. Message Box activity will display the value: "1".

C. Message Box activity will display the value: "3".

D. For Each Row In Data Table activity will throw an error.

Hide answers/explanation

Correct Answer: D

When you try to delete a row inside a For Each Row in Data Table activity, "Collection was modified; enumeration
operation might not execute" error will be displayed, as it is not allowed to modify the structure of the datatable (e.g.
change positions of datarows, remove them etc.) during iteration.

UiPath Forum
UiPath Documentation
Exam Topic: Describe how to work with complex data structures and data manipulation; for example, datatables and
Please find the BuildDataTable wizard below: collections.
QUESTION NO: 49
You need to collect employees data and send it by email as an Excel file. What type of workflow is the most
suitable for the final part, which adds the file attachment, formats the email, and sends it?
Options are :

A. Sequence

B. Flowchart

C. State Machine

D. Directed Acyclic Graph (DAG)

Hide answers/explanation

Correct Answer: C

QUESTION NO: 50
A developer is automating a process which uses data from invoice documents. The business requirement is
that each transaction should be uniquely identified by the invoice number and is only uploaded to the
Orchestrator queue once.
What is a recommended practice to meet this requirement?

A. Create a Queue with Unique Reference set to "Yes"


In the process, set the Reference property of the Add Queue Item activity to the invoice number

B. Create a Queue with the Auto Retry property set to "No"


In the process, set the QueueName property of the Add Queue Item activity to the invoice number

C. Create a Queue with Unique Reference set to "Yes"


In the process, set an argument named Reference of the ItemInformation property of the Add Queue Item
activity to the invoice number

D. Create a Queue with the Auto Retry property set to "No"


In the process, set an argument named TransactionId of the ItemInformation property of the Add Queue
Item activity to the invoice number

Hide answers/explanation

Correct Answer: A

You might also like