Big Black Friday Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ExamsBrite Dumps

Blue Prism Accredited Developer Exam Question and Answers

Blue Prism Accredited Developer Exam

Last Update Nov 30, 2025
Total Questions : 189

We are offering FREE AD01 Blue Prism exam questions. All you do is to just go and sign up. Give your details, prepare AD01 free exam questions and then go for complete pool of Blue Prism Accredited Developer Exam test questions that will help you more.

AD01 pdf

AD01 PDF

$36.75  $104.99
AD01 Engine

AD01 Testing Engine

$43.75  $124.99
AD01 PDF + Engine

AD01 PDF + Testing Engine

$57.75  $164.99
Questions 1

Which of the following Work Queue icons indicates a case currently being worked?

A)

B)

C)

D)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 2

What is the Blue Prism Application Navigator

Options:

A.  

It is the spy tool that you drag around the application to identify attributes.

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

C.  

It is the Studio list side-bar of Process and Objects.

D.  

It is Application Modeller functionality to create an application's entire element tree that when selected will highlight individual elements in the application.

Discussion 0
Questions 3

Which of the following statements regarding the use of Worker Queues are correct? (select 2 responses)

Options:

A.  

Control Room allows filtering of the displayed queue items using exact tags and by using wildcards

B.  

Wildcards are not allowed in the Tag Fitter property of the Work Queues business object Get Next Item action

C.  

Work Queue item Status can only be set to Completed or Exception

D.  

Tags can be used allow flexibility in the order items are worked within a single Work Queue

Discussion 0
Questions 4

Examine the following Blue Prism Process flow:

The Process is intended to attempt to perform the processing enclosed in the recover block (Blockl). a maximum number of times before throwing an exception The maximum number of attempts is stored in the 'Max Attempts' data item.

The 'Attempts' data item is a number data item with an initial value of 0.

The 'Max Attempts' data item is a number data item with a current value of 3. This value is provided at start-up.

The 'Increment Attempts' Calculation stage increases the value of the 'Attempts' data item by 1.

To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - C), to create the correct Blue Prism expression for the Retry?' Decision stage.

Options:

Discussion 0
Questions 5

You identify an element in Application Modeller but when you highlight or use that element Blue Prism gives you an error message saying that duplicate elements were found.

Which of the following statements is true?

Options:

A.  

It is common for duplicate elements to be found based upon the attributes that are ticked by default using the Blue Prism product. Time needs to be spent experimenting with the attribute ticks until a unique, reliable, and consistent selection of attributes are found.

B.  

It will not be possible to interface with the element in a unique way. You will need to use Surface Automation techniques for this element.

C.  

A code stage interface will need to be created and used for this application, this will give you more flexibility to interact with the application elements.

D.  

You will need to make the attributes you have selected dynamic. This will allow your flow to loop around, incrementing the attribute value until the correct element is found and used.

Discussion 0
Questions 6

Study the following page in a process:

Calculation stages will write A, B or C to the Output value data item.

What will be the outcome after the page has run?

Options:

A.  

Data Item Output Value contains “A"

B.  

Data Item Output Value contains "B"

C.  

Data Item Output Value contains "C"

D.  

An Internal Exception will be thrown

Discussion 0
Questions 7

A process is currently scheduled to run every day but needs to be temporarily stopped for 3 months According to best practice, how should this be done?

Options:

A.  

Retire the Schedule for the required period. then Unretire it

B.  

Clone the Schedule and set a new start date on the clone

C.  

Set an End Date on the Schedule, then create a new Schedule to Start after 3 months

D.  

Pause the Schedule for the required period

Discussion 0
Questions 8

Examine the following Process flow:

This is the Main Page of a simple process which calls the ‘Calculation’ Page before completing.

The data items are configured as follows:

  • Value-1 is a number data item with an initial value of 100.
  • Value-2 is a number data item with an initial value of 4.
  • Result is a number data item with no initial value.

The Calculation Page Reference stage is configured as follows:

The Calculation Page is configured as follows:

The Data Items are configured as follow:

  • Value-1 is a Number data item with an initial value of 200
  • Value-2 is a Number data item with an initial value of 4
  • Result is a Number data item with no initial value

The Start stage is configured to pass through the Value-1 and Value-2 values as input parameters.

The ‘Divide’ Calculation stage expression is [Value-1] / [Value-2]

The End stage is configured to pass back the value of the Result data item as an output parameter.

What will be contained in the Result data item on the Main Page following the execution of the Process?

Options:

A.  

25

B.  

0

C.  

50

D.  

37.5

Discussion 0
Questions 9

The data item "Loop Counter" is a number data item and has an initial value of 0. The data item "Max Loops" is a number data item and has an initial value of 10.

The two stages are configured as follows:

How many times will the Loop Again stage be executed when the page is executed?

Options:

A.  

10

B.  

9

C.  

11

D.  

The loop will be infinite

Discussion 0
Questions 10

Examine the following Process flow:

The ‘Loop Customer List’ loop is configured to loop through the ‘Customer List’ Collection.

Any Exceptions Encountered on the ‘Email Customers’ sub-page will be resolved in the same page.

How many times will the ‘Email Customer’ sub-page be executed?

Options:

A.  

It's impossible to say without viewing the 'Email Customer' sub-page

B.  

The loop will be infinite

C.  

0

D.  

25

E.  

1

Discussion 0
Questions 11

Which of the following indicates a case in a Work Queue is an exception?

B)

C)

D)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 12

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

What problems do you see with the process flow? (select 2 responses)

Options:

A.  

There is a missing Recover stage on one of the routes through the flow.

B.  

There is a missing Resume stage on one of the routes through the flow.

C.  

The Retry Count is not being incremented for each retry.

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.

Discussion 0
Questions 13

Which of the following can you perform in me System -> Workflow area of Blue Prism? (select all that apply)

Options:

A.  

View the contents of a Work Queue

B.  

Refresh a Work Queue

C.  

Encrypt a Work Queue

D.  

create a Work Queue

Discussion 0
Questions 14

Which of the following about an object's run mode is true?

Options:

A.  

A run mode of background will enable the business object to run at the same time as other foreground business objects

B.  

A run mode of background will enable the business object to run at the time a other background, foreground and exclusive business objects

C.  

A run mode of exclusive cannot at the same time as any other business object

D.  

The run mode of a business object has no influence on how many business objects can be run at the same time

Discussion 0
Questions 15

Complete the following statement.

The________captures the operational requirements of how the process is manually operated today, and help design how the process can be automated.

Options:

A.  

OID

B.  

FRQ

C.  

SDD

D.  

POD

Discussion 0
Questions 16

Examine the following diagram which has been extracted from a Blue Prism Process currently being tested in Process Studio

The Request Type is a text data item and will contain a text value which categorizes the type of request being processed. The Process Request stage has been assigned a Breakpoint with the following Breakpoint condition:

What will happen if you press the Go button when debugging the Process?

Options:

A.  

If the 'Request Type' value equals "New Card", then the Process will stop at the Breakpoint on the 'Process Request' stage

B.  

If the 'Request Type' value equals "New Card" then the Process will flow to the End stage without stopping

C.  

Breakpoints are unconditional therefore the Process flow will always stop at the 'Process Request' stage

D.  

If the 'Request Type' value is not equal to "New Card", then the Process will stop at the Breakpoint on the 'Process Request' stage

Discussion 0
Questions 17

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

Which of the following could cause this exception?

Options:

A.  

An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance

B.  

The Read Details action is not connected to another stage so cannot execute.

C.  

The Business Object has not been coupled to the application by either launching it or attaching to it.

D.  

The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.

Discussion 0
Questions 18

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?

Options:

A.  

The Process will continue to the Resume 1 Stage

B.  

The Error will cause the Process to terminate

C.  

The Error will be recovered in the Recover2 Stage

D.  

The Error will cause the Process to jump to the End Stage

Discussion 0
Questions 19

According to Blue Prism best practice which of the following information would be appropriate to store in a Work Queue tag? (select 3 responses)

Options:

A.  

Something that identifies the type of work that was performed Example tags might be: Funds Transferred, SIM Card Requested, Account, Closed, Account Suspended, Account Noted

B.  

Something that identifies exact datetime of a step in the process. Example of tags might include Account Closed 20/03/2017 12:12:16, Work

Completed 20/03/2017 12:12:16: Request Loaded 20/03/2017 12:12:16

C.  

Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel Adhoc. Database

D.  

Something that identifies the client record to make work queue items easier to search. Example tags might be a phone number, customer reference number or ID, customer full name. For example: +4407994446767, 00023231 A; Mr John A Smith

E.  

Something that identifies the type of process scenario. Example of tags might include: Invalid Product, Unrecognised customer, Goneaway Marker, Invalid Status

F.  

Details of an exception that has occurred. For example: The Login Screen was not found.

Discussion 0
Questions 20

Please refer to the exhibit

An automation Start Up page has been created to launch and login to the Blue Prism Portal. The page has no Input or Output Parameters The page is run but causes an Exception What is the cause?

Options:

A.  

The Username and Password Data Items contains no hard-coded credentials

B.  

The BP Portal. Go to LMS action should be inside the Login Block

C.  

There is no action to retrieve the credentials from Credential Manager

D.  

The BP Portal Launch action should have a retry loop

Discussion 0
Questions 21

Examine the following Blue Prism Action diagram taken from Object Studio:

What is wrong with the current configuration?

Options:

A.  

The current configuration risks creating an infinite loop.

B.  

The current configuration is missing an intelligent Wait stage after the 'Read Result Table' stage, to ensure the Action logic has worked correctly.

C.  

There is nothing wrong with the current configuration.

D.  

The Exception Block should be removed from the page so that all exceptions on that page can be recovered.

Discussion 0
Questions 22

Study the following process flow:

This is the Mam Page of a simple process which calls the Page Calculation before completing The data items are configured as follows:

• X is a Number data item with an initial value of 20

• Y is a Number data item with an initial value of 5

• Result is a Number data item with no initial value

The Calculation Page stage is configured as follows:

The Calculation Page is as follows:

The Data Items are configured as follow:

• X is a Number data item with an initial value of 10

• Y is a Number data item with an initial value of 5

• Result is a Number data item with no initial value

The Start Stage is configured pass through the X and Y values as input parameters.

The divide calculation stage expression is [X] / [Y]

The end stage is configured to pass back the results value as an output parameter.

What will be contained in the Result Data Item on the Mam Page following the execution of the Process?

Options:

A.  

0

B.  

No Value

C.  

2

D.  

4

Discussion 0
Questions 23

Examine the following extract taken from an Action in Object Studio:

What problem do you see with the current configuration of this Action flow?

Options:

A.  

The Retry Limit data item is set to 10 when it should always be set to 3

B.  

There is a missing Resume stage on one of the routes through the flow?

C.  

There is a missing Recover stage on one of the routes through the flow

D.  

There is nothing wrong with the current configuration

Discussion 0
Questions 24

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?

Options:

A.  

Stop()

B.  

IsStopRequestec?

C.  

IsStopRequested()

D.  

StopNow()

E.  

Stop?

F.  

StopNow?

Discussion 0
Questions 25

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?

Options:

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.

B.  

The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.

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.

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.

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.

Discussion 0
Questions 26

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

A)

B)

C)

D)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 27

Which of the following options can be used to update the value of a data item exposed as a 'Session Variable', whilst the process is running?

(Select all items which apply)

Options:

A.  

By updating the data item value in the Variable Repository in System Manager

B.  

By updating the data item value in System Manager

C.  

Through a Calculation stage in the same process

D.  

Selecting the running Process in Control Room and then using the menu options to push a new value to the data item

Discussion 0
Questions 28

Which of the following activities can you perform in Blue Prism Control Room?

(select all items which apply)

Options:

A.  

Set the Maximum Attempts parameter for the Work Queue

B.  

Rename a Work Queue

C.  

Delete items from a Work Queue

D.  

Refresh Work Queue data

E.  

Create a Work Queue

F.  

Encrypt a Work Queue

Discussion 0
Questions 29

Examine the following process flow:

The Loop Orders loop is configured to loop through the Orders collection.

How Many times will the 'Process Order' page be executed?

Options:

A.  

1

B.  

15

C.  

The loop will be infinite

D.  

It's impossible to tell. There is no loop counter.

Discussion 0
Questions 30

Which of the following Stages can be found Process Studio but NOT Object studio?

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 31

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

What is the problem with this sub-page flow?

Options:

A.  

There is nothing wrong with the sub-page flow shown in this image

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.

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.

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.

Discussion 0
Questions 32

The Stock Value Calculator application has been launched successfully by a Business Object named ‘Stock Value Calculator – Basic Actions’.

A second Business Object named ‘Stock Value Calculator - Historic Values’ is used to interface with the Historic Values screen within the application.

The Wait stage highlighted below has encountered an Internal Exception:

Details of the Exception are provided below:

What action is required to present this error occurring?

Options:

A.  

The Business Object 'Stock Value Calculator - Historic Values' needs to be attached to the Stock Value Calculator application

B.  

The Business Object 'Stock Value Calculator - Historic Values' must relaunch the Stock Value Calculator application

C.  

The Business Object 'Stock Value Calculator - Basic Actions' needs to be attached to the Stock Value Calculator application

D.  

The Business Object 'Stock Value Calculator - Historic Values' needs to activate the Stock Value Calculator application

E.  

The Business Object 'Stock Value Calculator - Basic Actions' needs to activate the Stock Value Calculator application

Discussion 0
Questions 33

Please refer to the exhibits.

What is the expected behavior if the Developer uses the 'Step' function at this stage on a sub-page?

Options:

A.  

The focus will move to the Recover1 stage as the current stage fails due to an input error

B.  

All the remaining stages on the page will be processed, and the focus will move to the next stage on the Main Page

C.  

The current stage will be processed, and the focus will move to the Release Lock stage

D.  

The Work Queues > Add to Queue Action will open in a new window and the focus will move to its Start stage

Discussion 0
Questions 34

Which of the following stages can be found in BOTH the Object Studio and the Process Studio'' Select the TWO correct responses.

A)

B)

C)

D)

E)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

E.  

Option E

Discussion 0
Questions 35

Please Refer to the exhibits.

A Developer is getting an error at the Navigate stage that uses a dynamic input value to navigate the left menu links in the web-based application What can be done to fix the issue?

Options:

A.  

Web Target Address' attribute should be checked for the element

B.  

Web Path/X Path' attribute should have '= (Equal)' as the Match Type

C.  

'Value' field of the Web Text attribute should be cleared

D.  

Web Page Address' attribute should be unchecked for the element

Discussion 0
Questions 36

Examine the following Exception handling taken from the Main Page of a Blue Prism Process:

Consider the following potential explanations as to what is wrong with the design:

1. The exception handling is not within an Exception Block.

2. There is no Resume stage in the shown process flow.

3. There is a potential for the flow to cause an infinite loop within the process.

4. 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.

Which of the above appropriately describes what is wrong with this design?

Options:

A.  

1,2, 3 and 4

B.  

3 only

C.  

4 only

D.  

2 and 4

Discussion 0
Questions 37

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)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 38

Examine the following Process flow:

The 'Start Value' data item is a number data item with an initial value of 10 The 'End Value' data item is number data item with an initial value of 0.

The Multi Calc stage is configured as follows

After the page has been rurv what value will be assigned to the 'End Value* data item?

Options:

A.  

The Internal Exception 'Failed to evaluate expression - Division by zero' will be thrown

B.  

100

C.  

-10

D.  

no

E.  

30

Discussion 0
Questions 39

Please refer to the exhibits.

How many Full Time Employees will the generated Report include?

Options:

A.  

2

B.  

0

C.  

4

D.  

1

Discussion 0
Questions 40

A Blue Prism solution works fine when developing and testing it in Process and Object Studio, but when it is run in Control Room, exceptions occur because elements are not being found.

What is the most likely cause of this behaviour?

Options:

A.  

The target application has changed in design

B.  

Intelligent Wait stages have not been used in line with Blue Prism best practices within Business Object Actions

C.  

The Business Object Action has not been published, therefore, it cannot be used by a Process in Control Room.

D.  

Exception handling best practice has not been incorporated into the Process design

Discussion 0
Questions 41

Examine the following Blue Prism Process diagram:

The purpose of this Process flow is to use the Day Month and Year data item values to create a date value, which is output to the Full Date data item

The Day' data item is a number data item and has an initial value of 25 The value of this data item is used as the day value when creating the full date. The 'Month' data item is a number data item and has an initial value of 10. The value of this data item is used as the month value when creating the full date. The 'Year' data item is a number data item and has an initial value of 2013 The value of this data item is used as the year value when creating the full date. The environment date format is dd/mm/yyyy.

To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - E). to create the coned Blue Prism expression for the Convert to Date' calculation stage, so that the 'Full Date' data item is populated with the appropriate date, based on the Day Month and Year data items:

Options:

Discussion 0
Questions 42

Please refer to the exhibit.

Consider the following Attribute Match for the Windows Title of an Application.

What alterations would you recommend making to the Attribute shown?

Options:

A.  

Change the Match Type to Dynamic

B.  

Use a * at the beginning and end of the Value

C.  

Position the ''after Solutions'

D.  

Change the Match Type to Wildcard

Discussion 0
Questions 43

When entering an option within the Training Order system the relevant option number is entered into the Option number field as below The Option number input field has been spied in Blue Prism:

The following attribute set has been returned by Application Modeller:

Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?

Options:

A.  

Window Text

B.  

Visible

C.  

Screen Visible

D.  

Class Name

Discussion 0
Questions 44

The Developer is deploying a Process into a Production environment. Which best practice option would you recommend for the Stage Logging of a Decision stage on the Main Page?

Options:

A.  

Errors Only

B.  

Enabled

C.  

Preserve Screen Capture

D.  

Disabled

Discussion 0
Questions 45

Which of the following indicates a case has been worked successfully in a Work Queue?

B)

C)

D)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 46

Examine the following Process flow which calculates the total of all customer credit transactions:

The 'Customer Transactions' Collection contains the following data

The 'Customer Transactions' Collection contains the following data

Debit transactions can be identified using the Transaction Code column, which will contain a value between 01 and 49. Credit transactions can be identified using the Transaction Code column, which will contain a value between 50 and 99 The 'Loop Customer Transactions' loop is configured to loop through the 'Customer Transactions' Collection

What is the correct expression for the 'Credit Transaction?' Decision stage, to ensure that only credit transactions are included when calculating the total of customer credits'?

Options:

A.  

MakeNumber([Transaction Code]) >- 50

B.  

ToNumber([Transaction Code]) >= 50

C.  

[Transaction Code] >= 50

D.  

[Customer Transactions Transaction Code] >= 50

E.  

ToNumber([Customer Transactions Transaction Code]) >= 50

F.  

MakeNumber([Customer Transactions.Transaction Code]) >= 50

Discussion 0
Questions 47

What is the syntax for using a collection field in an expression?

Options:

A.  

Like this MyCollection(MyField)

B.  

Like this MyCollection[MyField]

C.  

Like this [MyCollection[MyField]]

D.  

Like this MyCollection.MyField

E.  

Like this [MyCollection.MyField]

Discussion 0
Questions 48

Which of the following Work Queue icons indicates a case is waiting to be worked?

A)

B)

C)

D)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 49

Examine the following Blue Prism Process diagram:

The initial values for the 3 data items are displayed in the diagram above.

The expression in ‘Decision A’ is:

lnStr([City 1], "m") > 0

The expression in ‘Decision B’ is:

Upper([City 2]) = "NEWYORK OR Replace( 22/07/2020", "/". "-") = '22-07-2020"

The expression in ‘Decision C’ is:

TrimEnd([City 3]) = Barcelona" AND Right([City 2],4) = "York"

What will happen when the process flow executes?

Options:

A.  

The diagram will flow through the Calculation stage named 'A'

B.  

The diagram will flow through the Calculation stage named 'B'

C.  

From the information available, the outcome is unknown

D.  

The diagram will flow through the Calculation stage named 'C

Discussion 0
Questions 50

Examine the following Blue Prism Process diagram which is intended to get the date of the previous day as a date value:

The Calculation stage Properties window is provided below:

Which are the following statements about this process diagram are correct?

Options:

A.  

None of these statements are correct

B.  

If the 'Result Date' data item is configured as a Text data type, then a 'data type mismatch' Internal Exception will be thrown on execution of the Calculation stage

C.  

If the 'Result Date' data item is configured as a Date data type, then the 'Result Date' data item will be set to the date of the previous day on execution of the Calculation stage

D.  

On execution of the Calculation stage, a 'Failed to evaluate expression' Internal Exception will be thrown

Discussion 0
Questions 51

The following Calculation Stage uses the Today function to get the current date as a date value and place it in a data item entitled "Today".

Which of the following statements is correct?

Options:

A.  

If the data item "Today" is configured with a Data Type of Text, an exception will be thrown on execution of the calculation stage

B.  

If the data item "Today" is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage

C.  

If the data item "Today" is configured with a Data Type of DateTime, an exception will be thrown on execution of the calculation stage

D.  

None of these statements are correct

Discussion 0
Questions 52

FILL BLANK

Examine the following recover flow taken from a Blue Prism Process:

The ‘Exception Type’ data item has no initial value and has a data type of text.

The Calculation stage ‘Save Exception Type’ will output the current exception type to the ‘Exception Type’ data item.

What expression would you use in the ‘Save Exception Type’ stage to achieve this?

Options:

Discussion 0
Questions 53

A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is ran in Control Room exceptions occur because of screen elements not being found. What is the most likely cause?

Options:

A.  

The most likely cause for the errors is that your application has changed.

B.  

The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.

C.  

The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.

D.  

The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.

Discussion 0
Questions 54

Examine the extract below taken from a Blue Prism Process:

The Outputs tab from the Get Next Item stage is provided below:

What is the correct expression for the ‘Item Returned?’ Decision stage, to check if a Work Queue item was returned?

Options:

A.  

Item ID < > ""

B.  

[Customer Data] < > ""

C.  

[Customer Data] < > NULL

D.  

([Customer Data].Rows) > 0

E.  

[Item ID] < > ""

Discussion 0
Questions 55

In the UAT environment the process has been configured to get the input data from a file and a Data Item has been created to hold the file path However, in the Production environment, the location of this file has changed to a shared network drive.

What should the Developer do to ensure the correct file path is passed to the process without having to update the process between environments''

Options:

A.  

Set the Data Item exposure to Session and update the file path every time the process starts

B.  

Use a Wildcard while specifying the file path in the Data Item to enable global search on startup

C.  

Set the Data Item exposure to Environment and store the file path as an Environment Variable

D.  

Use File Management VBO to create a logic to search for the file every time the process runs

Discussion 0
Questions 56

ACME INC have introduced a new password policy for the Centrix Data Solutions application

A Developer has built, tested and deployed the Credentials Manager functionality to ail the automations in the Production environment

What TWO additional functionalities are now available for the Developer to use when creating future automations?

Options:

A.  

Server Key Store

B.  

Active Directory Integration

C.  

Encryption Method Triple DES (192 bit)

D.  

Encrypt and decrypt Work Queue Item data

E.  

Resource Screen Capture

Discussion 0