ExamGecko
Home Home / Blue Prism / AD01

Blue Prism AD01 Practice Test - Questions Answers, Page 6

Question list
Search
Search

Related questions











If you change a session variable when will the new value be available to the process?

A.
Immediately
A.
Immediately
Answers
B.
Next time a new case is taken from a WQ
B.
Next time a new case is taken from a WQ
Answers
C.
Next time resource PC starts
C.
Next time resource PC starts
Answers
D.
Next time the process starts
D.
Next time the process starts
Answers
Suggested answer: A

Explanation:

Reason: It updates the values immediately.

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?

A.
Stop()
A.
Stop()
Answers
B.
IsStopRequestec?
B.
IsStopRequestec?
Answers
C.
IsStopRequested()
C.
IsStopRequested()
Answers
D.
StopNow()
D.
StopNow()
Answers
E.
Stop?
E.
Stop?
Answers
F.
StopNow?
F.
StopNow?
Answers
Suggested answer: C

Explanation:

Reason: IsStopRequested() function is used for the immediate stop provided by the blueprism (mentioned in the foundation course)

An action called Get Account details' fails with the following exception detail:

Which of the following could cause this exception?

A.
An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance
A.
An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance
Answers
B.
The Read Details action is not connected to another stage so cannot execute.
B.
The Read Details action is not connected to another stage so cannot execute.
Answers
C.
The Business Object has not been coupled to the application by either launching it or attaching to it.
C.
The Business Object has not been coupled to the application by either launching it or attaching to it.
Answers
D.
The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
D.
The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
Answers
Suggested answer: C

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.

Consider the following process flow:

What is the problem with this flow?

A.
There is nothing wrong with this flow.
A.
There is nothing wrong with this flow.
Answers
B.
The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly
B.
The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly
Answers
C.
The Attach Block should be enlarged to also include the Waited Long Enough decision stage.
C.
The Attach Block should be enlarged to also include the Waited Long Enough decision stage.
Answers
D.
The flow contains a recover stage and a route from it without a resume stage. This will cause internal errors on future exceptions thrown in the same session.
D.
The flow contains a recover stage and a route from it without a resume stage. This will cause internal errors on future exceptions thrown in the same session.
Answers
E.
The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
E.
The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
Answers
Suggested answer: A

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?

A.
The exception handling is not within an Exception Block.
A.
The exception handling is not within an Exception Block.
Answers
B.
The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage
B.
The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage
Answers
C.
The Send Alerts process will never be run
C.
The Send Alerts process will never be run
Answers
D.
Because the flow is on the Main Page of the process there should not be a 'Re-Throw' Exception stage as there are no parent/calling pages for the exception to bubble up' to.
D.
Because the flow is on the Main Page of the process there should not be a 'Re-Throw' Exception stage as there are no parent/calling pages for the exception to bubble up' to.
Answers
Suggested answer: B

Explanation:

Reason: After resume stage the exception is dead so the Re thrown will not worked.

Refer to the exhibit.

What is wrong with the flow shown in the image?

A.
Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.
A.
Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.
Answers
B.
The resume stage must also be within the exception block
B.
The resume stage must also be within the exception block
Answers
C.
The retry loop logic does not include any navigation after the resume stage to ensure the application is ready to try the 'Search Screen -Perform Search' action again.
C.
The retry loop logic does not include any navigation after the resume stage to ensure the application is ready to try the 'Search Screen -Perform Search' action again.
Answers
D.
The retry loop logic shown in the image is incorrect because it uses multiple action stages. There should be a retry loop around every action.
D.
The retry loop logic shown in the image is incorrect because it uses multiple action stages. There should be a retry loop around every action.
Answers
Suggested answer: C

Explanation:

As per the process template the resume there should be another action or page after the resume stage.

Which of the following flows can you not create in Blue Prism? (select 2 responses)

A)

B)

C)

D)

A.
Option A
A.
Option A
Answers
B.
Option B
B.
Option B
Answers
C.
Option C
C.
Option C
Answers
D.
Option D
D.
Option D
Answers
Suggested answer: A, B

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

A.
There is a missing Recover stage on one of the routes through the flow.
A.
There is a missing Recover stage on one of the routes through the flow.
Answers
B.
There is a missing Resume stage on one of the routes through the flow.
B.
There is a missing Resume stage on one of the routes through the flow.
Answers
C.
The Retry Count is not being incremented for each retry.
C.
The Retry Count is not being incremented for each retry.
Answers
D.
If an exception is thrown in the Cancel Reservation page and is allowed to bubble up to be caught by the Recover stage, the Create Reservation action won't be retried.
D.
If an exception is thrown in the Cancel Reservation page and is allowed to bubble up to be caught by the Recover stage, the Create Reservation action won't be retried.
Answers
Suggested answer: C, D

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?

A.
There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.
A.
There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.
Answers
B.
The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.
B.
The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.
Answers
C.
It would be better to remove the Exception Block and recover, resume logic, and instead handle any exceptions in the sub-pages. Flag data items could instead be passed up as output parameters from the sub-pages informing the Main Page flow if an exception has occurred.
C.
It would be better to remove the Exception Block and recover, resume logic, and instead handle any exceptions in the sub-pages. Flag data items could instead be passed up as output parameters from the sub-pages informing the Main Page flow if an exception has occurred.
Answers
D.
The exception handling in the image does not contain any concurrent exception logic. This means there is nothing stopping every item in the Work Queue being marked with the exact same System Exception.
D.
The exception handling in the image does not contain any concurrent exception logic. This means there is nothing stopping every item in the Work Queue being marked with the exact same System Exception.
Answers
E.
Between the Recover and Resume stages there should be logic to reset the application ready for the next case to be worked For example, this could call the Close Down and Start Up pages.
E.
Between the Recover and Resume stages there should be logic to reset the application ready for the next case to be worked For example, this could call the Close Down and Start Up pages.
Answers
Suggested answer: A

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)

A.
A block has not been placed around the Write stage and the Recover stage, meaning the credentials action could be unnecessarily retried if another stage further into this action throws an exception.
A.
A block has not been placed around the Write stage and the Recover stage, meaning the credentials action could be unnecessarily retried if another stage further into this action throws an exception.
Answers
B.
There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
B.
There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
Answers
C.
The credentials stage is a read stage not a write stage
C.
The credentials stage is a read stage not a write stage
Answers
D.
There is not a Resume stage following the timeout of the Wait stage
D.
There is not a Resume stage following the timeout of the Wait stage
Answers
Suggested answer: A, B
Total 189 questions
Go to page: of 19