Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 3

Where is the TransactionNumber incremented in the REFramework?

    Correct Answer: D

    In the REFramework, the TransactionNumber is incremented both in the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow. This is to ensure that after a transaction has been retried the specified number of times, it moves to the next transaction. Therefore, the TransactionNumber is updated in both workflows to handle retries and to finalize the transaction status.

Discussion
TmgOption: D

Answer is D

Brandon00777Option: D

It's definitely D. The Transaction Number is an incremental number that increase by 1 through each transaction. Set Transaction Status if it is successful will increase the number. There may be occasions where there is a business exception or a system exception. In the config file there is a retry mechanism and this will retry the transaction item, after the retries are finished the transaction status will be set to "failed" and the transaction number will increment by 1 in the retry current transaction workflow.

Thor3Option: D

Answer is D check it in RetryTransactionWorkflow. When the transaction is failed and retied then io_TansactionNumber is incremented to move to the next transaction.

IngvarnOption: B

Only in the SetTransactionStatus.xaml workflow.

BenAndBenOption: D

Answer is D Check the ReFramework.

Ui_Bot001Option: D

Answer is D.

MgebsOption: D

Answer is D guys

milindkumarOption: D

D is the correct one

AndresPCOption: D

D is the correct one

ismarediaOption: D

Checked the RE Framework, It is also present in Retry Transaction workflow

mhs_MohammadOption: B

Answer is B