UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 39


A developer creates a process that uses data from multiple sources and uploads it to an Orchestrator queue. The data originates from emails in different email inboxes and needs to be processed in the same order in which the email was received. To ensure the Queue Items are processed in the correct order, which property of the Add Queue Item activity should be used?

Show Answer
Correct Answer: B

To ensure that the Queue Items are processed in the correct order in which the emails were received, the 'Reference' property of the Add Queue Item activity should be used. The 'Reference' property allows for the specification of a unique identifier for each queue item. By setting the 'Reference' to a value that reflects the order of the received emails, for example, a timestamp or a unique sequence, it ensures that the emails are processed in the appropriate order.

Discussion

2 comments
Sign in to comment
kingkayyOption: B
Apr 15, 2024

B is correct because in the Get Transaction item activity, it is possible to filter by reference.

milindkumarOption: B
Feb 29, 2024

B is correct