Blue Prism AD01 Practice Test - Questions Answers, Page 6
List of questions
Related questions
Question 51

If you change a session variable when will the new value be available to the process?
Explanation:
Reason: It updates the values immediately.
Question 52

When a process is running in Control Room which of the following functions within the process can be accessed from Control Room to request the process to stop?
Explanation:
Reason: IsStopRequested() function is used for the immediate stop provided by the blueprism (mentioned in the foundation course)
Question 53

An action called Get Account details' fails with the following exception detail:
Which of the following could cause this exception?
Explanation:
Reason: This is happening when the application is not attached or launched and user tries to read the action. Exercise also mentioned in the foundation course. Below snapshot is from the Exception pdf.
Question 54

Consider the following process flow:
What is the problem with this flow?
Question 55

Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.
What is wrong with the design?
Explanation:
Reason: After resume stage the exception is dead so the Re thrown will not worked.
Question 56

Refer to the exhibit.
What is wrong with the flow shown in the image?
Explanation:
As per the process template the resume there should be another action or page after the resume stage.
Question 57

Which of the following flows can you not create in Blue Prism? (select 2 responses)
A)
B)
C)
D)
Question 58

Study the following image showing pan: of the flow within a process:
Question 59

Look at this flow diagram from the Main Page of a process in Process Studio:
Thinking about the standard Blue Prism Process Templates, what is wrong with how this Mam Page is handling exceptions?
Question 60

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? (select 2 responses)
Question