Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam APD01 topic 1 question 14 discussion

Actual exam question from Blue Prism's APD01
Question #: 14
Topic #: 1
[All APD01 Questions]

The following sub-page in a process creates an order in an order system.

The Actions called perform the following steps:
✑ Navigate to New Order "" The application is navigated to a new order screen. There is a wait stage to confirm the navigation is successful "" if this wait stage times out, an exception is configured which will bubble up to this page.
✑ Enter Order Details "" The Order details are entered triggering a "˜Confirm Order' window. At this page, the order has not been submitted. There is a wait stage to confirm the "˜Confirm Order' window has appeared "" if this stage times out, an exception is configured which will bubble up to this page.
✑ Submit Order "" The order is confirmed and placed in the Client's order system. There is a wait stage, for a reference number, configured that the order has been successfully submitted. If this wait stage times out, an exception is configured which will bubble up to this page. There is a known bug in the application which results in the application occasionally freezing when an order is submitted but before the reference number is displayed, thus leaving the user uncertain if the order has been successfully submitted or not.
✑ Get Reference Number "" A resultant reference number is read from the application.
In order to build some resilience into the process, some retry logic is to be added. Which of the below options offers the best retry solution?
A.

B.

C.

D.

Show Suggested Answer Hide Answer
Suggested Answer: D

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Jacques_Benoit
7 months, 3 weeks ago
D last action read data from application so can go to exception
upvoted 1 times
...
LH1213
1 year ago
I think B is the safest option, bc of there is an exception due to the bug in app during the Submit Order stage (no ref number popup), it will get into recover and re-submit the order which will a duplicate
upvoted 1 times
...
1234_1234
1 year, 7 months ago
c is the answer
upvoted 1 times
...
KarolAndrzej
1 year, 9 months ago
It is first when we retry at "Get Ref Nr" that we set us up for duplicates in my opinion.
upvoted 1 times
...
KarolAndrzej
1 year, 9 months ago
C seems to be the right anwser coz: 1. If there is no reference number the order is not submitted 2. If it freezes leaving us uncertain whether the order went through then we dont care for duplicates that is out of scope of this solution. Or to be worked manually by business side. 3 . the reference number seems to be only for purposes of documentation but as soon as the window with the ref nr appears then we know it went through.
upvoted 1 times
...
bintojohn
2 years, 6 months ago
Answer should be C
upvoted 1 times
siddhu_47
2 years, 6 months ago
In this case, multiple Orders may be created if it fails on Submitting the Order action as they have mentioned that there is a bug in the application. I think B is right as Recover is done only till 'Enter details' and there will not be duplicate orders
upvoted 2 times
...
...
boo_takoske
3 years, 2 months ago
If it is D, is there a possibility that it will be registered twice?
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...