Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Blue Prism AD01 Exam - Topic 2 Question 54 Discussion

Actual exam question for Blue Prism's AD01 exam
Question #: 54
Topic #: 2
[All AD01 Questions]

Consider the following flow within an Object Studio action:

The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.

What problems do you see within the flow?

Show Suggested Answer Hide Answer

Contribute your Thoughts:

0/2000 characters
Anthony
4 months ago
Wait, are we sure the credentials stage is a read stage? That sounds off.
upvoted 0 times
...
Von
4 months ago
Wait stage? Really? Seems unnecessary to me.
upvoted 0 times
...
Twana
4 months ago
Infinite loop potential is definitely a concern here.
upvoted 0 times
...
Tiera
5 months ago
I agree, that could cause issues with error handling.
upvoted 0 times
...
Salina
5 months ago
The Resume stage isn't in the same Exception Block, that's a problem.
upvoted 0 times
...
Mel
5 months ago
I think option D is a bit tricky. We learned that sometimes a wait stage can be necessary, especially if the application needs time to process. So, I'm not convinced there's no need for it.
upvoted 0 times
...
Dominga
5 months ago
I feel like option C might not be right because the credentials stage should be a write stage, but I can't recall the exact details from the practice questions.
upvoted 0 times
...
Jutta
5 months ago
I'm not entirely sure, but I think option B about the potential infinite loop makes sense. If the exception keeps happening, it could just keep retrying indefinitely.
upvoted 0 times
...
Edwin
6 months ago
I remember we discussed how the Resume stage needs to be in the same Exception Block as the Recover stage to function properly. So, I think option A could be a valid concern.
upvoted 0 times
...
Marva
6 months ago
This question seems straightforward, but I want to make sure I understand the key details about the Order List Component and B2B stores.
upvoted 0 times
...
Rachael
6 months ago
The key here is understanding what "pre-assigned libraries" means. I'll focus on that to figure out the right disadvantage.
upvoted 0 times
...
Walton
6 months ago
This seems like a straightforward question. I think the answer is Citrix Analytics, as it can provide performance baselines and insights into user experience.
upvoted 0 times
...
Joni
6 months ago
This one seems pretty straightforward. I think the answer is CloudWAN, since it's the only option that mentions connecting branch Cisco ISR routers to AWS or Azure without manual effort.
upvoted 0 times
...
Selma
10 months ago
Wait, a 2-second wait stage? That's like the developer saying, 'Hey, let me just take a quick nap while this flow runs.'
upvoted 0 times
Vashti
9 months ago
Maybe they should consider a better solution for handling exceptions.
upvoted 0 times
...
Laurene
9 months ago
Wait, a 2-second wait stage? That's like the developer saying, 'Hey, let me just take a quick nap while this flow runs.'
upvoted 0 times
...
Anjelica
9 months ago
True, but it could potentially cause an infinite loop.
upvoted 0 times
...
Chanel
9 months ago
But it did fix the problem of the credentials not being written.
upvoted 0 times
...
Lizette
10 months ago
B) There is a potential for an infinite loop if the Credentials' stage keeps throwing an exception for some unforeseen reason
upvoted 0 times
...
Carmelina
10 months ago
I agree, a 2-second wait seems unnecessary.
upvoted 0 times
...
Son
10 months ago
A) The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work
upvoted 0 times
...
...
Nydia
11 months ago
Woah, wait, the Credentials stage is a read stage? That's definitely not right. The developer needs to double-check that.
upvoted 0 times
Lavonne
9 months ago
User 4: The developer should definitely double-check that.
upvoted 0 times
...
Nichelle
9 months ago
User 3: Maybe that's why it's failing to write credentials.
upvoted 0 times
...
Lashawnda
9 months ago
User 2: Yeah, that doesn't sound right.
upvoted 0 times
...
Yen
9 months ago
User 1: The Credentials stage is a read stage?
upvoted 0 times
...
Moon
10 months ago
User 4: And maybe that's why they had to add a wait stage to retry writing the credentials.
upvoted 0 times
...
Irma
10 months ago
C) The credentials stage is a read stage not a write stage
upvoted 0 times
...
Gilma
10 months ago
User 3: The developer should definitely double-check that and make sure it's a write stage.
upvoted 0 times
...
Nickie
10 months ago
B) There is a potential for an infinite loop if the Credentials' stage keeps throwing an exception for some unforeseen reason
upvoted 0 times
...
Rima
10 months ago
User 2: Maybe that's why the credentials are sometimes failing to be written to the target application.
upvoted 0 times
...
Bobbye
11 months ago
User 1: I agree, the Credentials stage should be a write stage, not a read stage.
upvoted 0 times
...
Yolande
11 months ago
A) The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work
upvoted 0 times
...
...
Jimmie
11 months ago
Hmm, an infinite loop could be a problem if the exception keeps occurring. Maybe they should add some additional logic to prevent that.
upvoted 0 times
Gilma
10 months ago
User 2: That's a good idea, they need a fail-safe in case of continuous exceptions.
upvoted 0 times
...
Fallon
10 months ago
User 1: Maybe they should add a condition to break the loop if it fails too many times.
upvoted 0 times
...
...
Lachelle
11 months ago
I also think option B is the main issue here. We need to address the possibility of an infinite loop to ensure the flow runs smoothly.
upvoted 0 times
...
Samira
11 months ago
The flow seems to have a flaw in the Exception Block. The Resume stage should be within the same block to handle the exception properly.
upvoted 0 times
Dominga
10 months ago
D) There is no need for a wait stage in the flow
upvoted 0 times
...
Ivette
10 months ago
C) The credentials stage is a read stage not a write stage
upvoted 0 times
...
Nakita
10 months ago
B) There is a potential for an infinite loop if the Credentials' stage keeps throwing an exception for some unforeseen reason
upvoted 0 times
...
Joaquin
11 months ago
A) The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work
upvoted 0 times
...
...
Evangelina
11 months ago
I agree with Sharen. Option B seems like a valid concern. We should be careful about potential infinite loops in the flow.
upvoted 0 times
...
Sharen
12 months ago
I think the problem is with option B. There might be an infinite loop if the Credentials' stage keeps throwing exceptions.
upvoted 0 times
...

Save Cancel