UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 3


Where is the TransactionNumber incremented in the REFramework?

Show Answer
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

11 comments
Sign in to comment
TmgOption: D
Jan 5, 2024

Answer is D

IngvarnOption: B
Dec 2, 2023

Only in the SetTransactionStatus.xaml workflow.

Thor3Option: D
Jan 8, 2024

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.

Brandon00777Option: D
Feb 24, 2024

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.

mhs_MohammadOption: B
Dec 12, 2023

Answer is B

ismarediaOption: D
Jan 2, 2024

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

AndresPCOption: D
Feb 14, 2024

D is the correct one

milindkumarOption: D
Feb 29, 2024

D is the correct one

MgebsOption: D
May 11, 2024

Answer is D guys

Ui_Bot001Option: D
Jul 3, 2024

Answer is D.

BenAndBenOption: D
Jul 18, 2024

Answer is D Check the ReFramework.