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 AD01 topic 1 question 1 discussion

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

Examine the following process flow:

The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception.
Data Item "Attempts" is a number data item with an initial value of 0
Data Item "Max Attempts" is a number data item with an initial value of 3
The "˜Increment Attempts' calculation stage adds 1 to the attempts value and outputs a result to the "Attempts" data item
To enable this to work correctly, what is the correct expressions for the "˜Try Again' decision stage?

  • A. [Attempts] < [Max]
  • B. [Attempts] > [Max]
  • C. [Attempts] = [Max]
  • D. [Attempts] + 1
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
sstusard
Highly Voted 3 years, 2 months ago
[Attempts] <= [Max] will give 4 attempts because the very first attempt is before an exception is thrown. So [Attempts] < [Max] will give 3 attempts including the very first attempt before exception.
upvoted 7 times
...
Vialexis
Most Recent 9 months, 3 weeks ago
I thing that the true answer is C
upvoted 2 times
...
SUmITPaL
10 months, 3 weeks ago
Selected Answer: A
A - [Attempts] < [Max]
upvoted 2 times
...
Sagar00786
1 year ago
Answer should be B as the correct ans should be [Attempts]<=[Max], the resulting condition will be same for [Attempts]>[Max]
upvoted 1 times
...
RadekRPA
1 year, 1 month ago
Selected Answer: A
It runs then increase counter, so required count of loops needs to be 3 it is A
upvoted 2 times
...
nalinnishant
2 years, 3 months ago
The correct answer has to be [Attempts] <= [Max] because +1 is added to the increment attempts stage before the decision stage.
upvoted 3 times
770_is_everywhere
1 year, 11 months ago
wrong. the reason you mention is excatly why you cant compare it to 3... it means that after the third attempt you want to say if equal to 3 so try again. its mistake...
upvoted 1 times
...
...
UjjwalKumar
3 years, 5 months ago
[Attempts] <= [Max]
upvoted 3 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 ...