ExamGecko
Home Home / Blue Prism / AD01

Blue Prism AD01 Practice Test - Questions Answers, Page 7

Question list
Search
Search

List of questions

Search

Related questions











Consider the following diagram from an object studio action:

What is the problem with this flow?

A.
There is a risk of the flow causing an infinite loop
A.
There is a risk of the flow causing an infinite loop
Answers
B.
There should be a wait stage at the end of the flow, before the end stage to ensure the flow logic has worked correctly
B.
There should be a wait stage at the end of the flow, before the end stage to ensure the flow logic has worked correctly
Answers
C.
There is nothing wrong with the object flow shown in this image.
C.
There is nothing wrong with the object flow shown in this image.
Answers
D.
The Exception Block should be removed from the page so that all exceptions on that page can be recovered.
D.
The Exception Block should be removed from the page so that all exceptions on that page can be recovered.
Answers
Suggested answer: D

Examine the Process below:

An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recover 1 stage. If there is an error in the Calc 1 stage which path will the Process take?

A.
The Process will continue to the Resume 1 Stage
A.
The Process will continue to the Resume 1 Stage
Answers
B.
The Error will cause the Process to terminate
B.
The Error will cause the Process to terminate
Answers
C.
The Error will be recovered in the Recover2 Stage
C.
The Error will be recovered in the Recover2 Stage
Answers
D.
The Error will cause the Process to jump to the End Stage
D.
The Error will cause the Process to jump to the End Stage
Answers
Suggested answer: B

Examine the flow below:

An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recoverd stage The Yes' path has been taken from the 'Throw new Exception?' decision stage. Consider the Throw Exception stage properties below:

How should the properties be configured for the Process to throw a new Business exception, i.e. a different exception to the one encountered in Page?

A.
Configure ExceptionType() in the Exception Type field and ExceptionDetail() in the Exception Detail field. Leave the Preserve the type and detail of the current exception checkbox un-ticked.
A.
Configure ExceptionType() in the Exception Type field and ExceptionDetail() in the Exception Detail field. Leave the Preserve the type and detail of the current exception checkbox un-ticked.
Answers
B.
Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank
B.
Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank
Answers
C.
Leave the Exception Type field blank and type 'Business Exception' in the Exception Detail field.
C.
Leave the Exception Type field blank and type 'Business Exception' in the Exception Detail field.
Answers
D.
Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.
D.
Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.
Answers
Suggested answer: D

Consider the following process flow from a sub-page of a process:

What is the problem with this sub-page flow?

A.
There is nothing wrong with the sub-page flow shown in this image
A.
There is nothing wrong with the sub-page flow shown in this image
Answers
B.
The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application.
B.
The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application.
Answers
C.
For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process.
C.
For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process.
Answers
D.
The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter.
D.
The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter.
Answers
Suggested answer: A

What is the Blue Prism Application Navigator

A.
It is the spy tool that you drag around the application to identify attributes.
A.
It is the spy tool that you drag around the application to identify attributes.
Answers
B.
It is part of the zoom tool in Process and Object Studio that allows you to instantly jump to different parts of the process map
B.
It is part of the zoom tool in Process and Object Studio that allows you to instantly jump to different parts of the process map
Answers
C.
It is the Studio list side-bar of Process and Objects.
C.
It is the Studio list side-bar of Process and Objects.
Answers
D.
It is Application Modeller functionality to create an application's entire element tree that when selected will highlight individual elements in the application.
D.
It is Application Modeller functionality to create an application's entire element tree that when selected will highlight individual elements in the application.
Answers
Suggested answer: D

A Blue Prism solution interfaces with an internet application called HappyWeb. There is a test website available for development, and a training site available for user acceptance testing, and there is the production she available for processing live cases in HappyWeb.

Which of the following is true?

A.
All development and testing MUST be done using the production site. This is because the test and training websites might not mirror production exactly.
A.
All development and testing MUST be done using the production site. This is because the test and training websites might not mirror production exactly.
Answers
B.
A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
B.
A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
Answers
C.
An Environment variable should be used to store the HappyWeb URL.
C.
An Environment variable should be used to store the HappyWeb URL.
Answers
D.
Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.
D.
Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.
Answers
Suggested answer: A

A process has been created but it is not listed in Control Room. The following reasons have been suggested.

1. The process uses objects with different run modes

2 The process has not been published

3. Process validation shows more than 99 errors

4. The user does not have privileges to run processes in Control Room?

Which of the above could cause the process not to be visible in Control Room?

A.
1 and 2
A.
1 and 2
Answers
B.
2 only
B.
2 only
Answers
C.
2 and 3
C.
2 and 3
Answers
D.
1 and 4
D.
1 and 4
Answers
Suggested answer: B

When designing a Blue Prism solution a Blue Prism architect must respect the requirement that no customer data is visible within the Blue Prism database.

Consider these possible design alternatives:

1. No customer data in the work queue

2. Encrypt the data in the work queue

3. Switch off all stage parameter logging

Which combination of the above will guarantee that no customer data is visible in the Blue Prism log file?

A.
1 only
A.
1 only
Answers
B.
2 and 3
B.
2 and 3
Answers
C.
1 and 3
C.
1 and 3
Answers
D.
None
D.
None
Answers
Suggested answer: B

When building a solution to use Tags within a Work Queue, which of the following statements is correct true?

A.
Adding a tag requires an item to be locked
A.
Adding a tag requires an item to be locked
Answers
B.
Adding a tag requires an item to be locked if there are multiple resources working the same queue
B.
Adding a tag requires an item to be locked if there are multiple resources working the same queue
Answers
C.
Adding a tag does not require an item to be locked
C.
Adding a tag does not require an item to be locked
Answers
Suggested answer: C

Study the process flow below:

The outputs for the Get Next Case are configured below:

What is the correct configuration of the Expression in the ''Case Returned '' decision stage?

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: D
Total 189 questions
Go to page: of 19