ExamGecko
Home / Blue Prism / AD01 / List of questions
Ask Question

Blue Prism AD01 Practice Test - Questions Answers, Page 7

List of questions

Question 61

Report
Export
Collapse

Consider the following diagram from an object studio action:

Blue Prism AD01 image Question 61 20552 09162024192226000000

What is the problem with this flow?

There is a risk of the flow causing an infinite loop
There is a risk of the flow causing an infinite loop
There should be a wait stage at the end of the flow, before the end stage to ensure the flow logic has worked correctly
There should be a wait stage at the end of the flow, before the end stage to ensure the flow logic has worked correctly
There is nothing wrong with the object flow shown in this image.
There is nothing wrong with the object flow shown in this image.
The Exception Block should be removed from the page so that all exceptions on that page can be recovered.
The Exception Block should be removed from the page so that all exceptions on that page can be recovered.
Suggested answer: D
asked 16/09/2024
Marcin Weglarski
38 questions

Question 62

Report
Export
Collapse

Examine the Process below:

Blue Prism AD01 image Question 62 20553 09162024192226000000

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?

The Process will continue to the Resume 1 Stage
The Process will continue to the Resume 1 Stage
The Error will cause the Process to terminate
The Error will cause the Process to terminate
The Error will be recovered in the Recover2 Stage
The Error will be recovered in the Recover2 Stage
The Error will cause the Process to jump to the End Stage
The Error will cause the Process to jump to the End Stage
Suggested answer: B
asked 16/09/2024
Fahim Thanawala
43 questions

Question 63

Report
Export
Collapse

Examine the flow below:

Blue Prism AD01 image Question 63 20554 09162024192226000000

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:

Blue Prism AD01 image Question 63 20554 09162024192226000000

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?

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.
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.
Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank
Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank
Leave the Exception Type field blank and type 'Business Exception' in the Exception Detail field.
Leave the Exception Type field blank and type 'Business Exception' in the Exception Detail field.
Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.
Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.
Suggested answer: D
asked 16/09/2024
Ernest Altagracia Marte
40 questions

Question 64

Report
Export
Collapse

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

Blue Prism AD01 image Question 64 20555 09162024192226000000

What is the problem with this sub-page flow?

There is nothing wrong with the sub-page flow shown in this image
There is nothing wrong with the sub-page flow shown in this image
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.
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.
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.
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.
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.
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.
Suggested answer: A
asked 16/09/2024
NEXAR DONADIO
33 questions

Question 65

Report
Export
Collapse

What is the Blue Prism Application Navigator

It is the spy tool that you drag around the application to identify attributes.
It is the spy tool that you drag around the application to identify attributes.
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
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
It is the Studio list side-bar of Process and Objects.
It is the Studio list side-bar of Process and Objects.
It is Application Modeller functionality to create an application's entire element tree that when selected will highlight individual elements in the application.
It is Application Modeller functionality to create an application's entire element tree that when selected will highlight individual elements in the application.
Suggested answer: D
asked 16/09/2024
Ishan Patel
42 questions

Question 66

Report
Export
Collapse

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?

All development and testing MUST be done using the production site. This is because the test and training websites might not mirror production exactly.
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 local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
An Environment variable should be used to store the HappyWeb URL.
An Environment variable should be used to store the HappyWeb URL.
Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.
Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.
Suggested answer: A
asked 16/09/2024
Steven Owens
36 questions

Question 67

Report
Export
Collapse

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?

1 and 2
1 and 2
2 only
2 only
2 and 3
2 and 3
1 and 4
1 and 4
Suggested answer: B
asked 16/09/2024
Mustafa Hussien
41 questions

Question 68

Report
Export
Collapse

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?

1 only
1 only
2 and 3
2 and 3
1 and 3
1 and 3
None
None
Suggested answer: B
asked 16/09/2024
shaoyu huang
28 questions

Question 69

Report
Export
Collapse

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

Adding a tag requires an item to be locked
Adding a tag requires an item to be locked
Adding a tag requires an item to be locked if there are multiple resources working the same queue
Adding a tag requires an item to be locked if there are multiple resources working the same queue
Adding a tag does not require an item to be locked
Adding a tag does not require an item to be locked
Suggested answer: C
asked 16/09/2024
Carlos Roberto
52 questions

Question 70

Report
Export
Collapse

Study the process flow below:

Blue Prism AD01 image Question 70 20561 09162024192226000000

The outputs for the Get Next Case are configured below:

Blue Prism AD01 image Question 70 20561 09162024192226000000

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

A)

Blue Prism AD01 image Question 70 20561 09162024192226000000

B)

Blue Prism AD01 image Question 70 20561 09162024192226000000

C)

Blue Prism AD01 image Question 70 20561 09162024192226000000

D)

Blue Prism AD01 image Question 70 20561 09162024192226000000

Option A
Option A
Option B
Option B
Option C
Option C
Option D
Option D
Suggested answer: D
asked 16/09/2024
Johny Nguyen
29 questions
Total 189 questions
Go to page: of 19
Search

Related questions