Black Friday Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

AD01 Blue Prism Accredited Developer Exam Questions and Answers

Questions 4

Which of the following options can be used to update the value of a data item exposed as an Environment Variable?

(Select all items which apply)

Options:

A.

Using the 'Internal - Global Variables' Business Object to update the value

B.

Using a Calculation stage in the same Process to update the value

C.

Using the Global Variables store in Environment Manager to update the value

D.

Using System Manager to update the value

Buy Now
Questions 5

Consider the following flow in an object:

Which of the following statements are true?

Options:

A.

There just needs to be a wait stage after the start stage to correct this action.

B.

There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages.

C.

If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down.

D.

There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change

Buy Now
Questions 6

Which of the following can you perform in Control Room? (select all that apply)

Options:

A.

Refresh a Work Queue

B.

Create a Work Queue

C.

Encrypt a Work Queue

D.

Rename a Work Queue

Buy Now
Questions 7

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.

Buy Now
Questions 8

Please refer to the exhibit.

When clicking the drop-down on Identify in the Application Modeller, what is the difference between the Spy Element option and the Navigator options?

Options:

A.

Spy Element enables you to identify an element using their attributes, and the Navigator options are used for visible elements on the screen

B.

Spy Element enables you to identify an element to use in the Application Modeller and the Navigator options are used for debugging when a match cannot be found

C.

Spy Element enables you to choose from a tree of possible elements to use in the Application Modeller, and the Navigator options require you to visually find and manually select the element to identify

D.

Spy Element enables you to manually identify an element to use in the Application Modeller, and the Navigator options displays a tree of elements available to choose from

Buy Now
Questions 9

The staff number field of the Centrix Data Solutions business application can be spied successfully, however when using the Highlight feature in Application Modeller, the following behaviour is encountered:

Which of the following Attributes would you use to help obtain a unique element match?

Options:

A.

Parent Class Name

B.

Parent Ordinal

C.

Class Name

D.

Ordinal

E.

XandY

Buy Now
Questions 10

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

Buy Now
Questions 11

Please refer to the exhibit

What is the missing phase in the Delivery Lifecycle?

Options:

A.

Plan

B.

Outline

C.

Develop

D.

Design

Buy Now
Questions 12

Examine the following process flow:

The Orders Collection contains the following data

The Saved Quantity Data Item is configured as a number with the initial value 0.

The Loop Orders stage is configured to loop though the Orders collection.

The Get Quantity stage is configured as follows:

What will the data item Saved Quantity contain after the execution of the page?

Options:

A.

4

B.

5

C.

1

D.

19

Buy Now
Questions 13

Please refer to the exhibit.

The Developer is using the basic Blue Prism Process Templates

What is wrong with how this Main Page is handling exceptions''

Options:

A.

The Main Page flow adheres to best practice in the basic Process Template

B.

The exception handling does not contain any consecutive exception logic

C.

Between the Recover and Resume stages there should be logic to reset the application ready for the next case

D.

Exception Block should be removed as exceptions should be handled in the sub-pages

Buy Now
Questions 14

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] < > ""

Buy Now
Questions 15

FILL BLANK

Review the Action flow below which loops through the Customer List Collection until the relevant customer match is found, and then uses the ‘Set DOB’ Calculation stage to copy the value from the Collection column ‘DOB’, to the DOB data item:

- The DOB data item is a Date data item with no initial value.

- The DOB column in the Customer List Collection is a Date data type.

What expression would you use in the ‘Set DOB’ Calculation stage, to copy the value from the Collection column, to the DOB data item?

(Remember, Blue Prism expressions are case sensitive)

Options:

Buy Now
Questions 16

A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute.

The values for the Windows Text attribute are Find' for the Find button. 'Save' for the Save button, Close' for the Close button and New’ for the New

Button.

The Dynamic Button element has been spied and has the following attributes set:

What additional configuration is required to ensure the Close button is selected by the Navigate stage?

Options:

A.

Set the Mouse Button value to Close'

B.

The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close'

C.

It is not possible to select the Close button using the Dynamic Button element because the value is set to 'Find in the Application Modeller

D.

A new element is required with the Window Text value set to "Close and the Match Type set to equal

Buy Now
Questions 17

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

Buy Now
Questions 18

How would you run a Blue Prism Process on a virtual Digital Worker?

Options:

A.

Through Control Room

B.

Through the Digital Worker Management Console

C.

Through System Manager

D.

Through Process Studio

E.

Through Object Studio

Buy Now
Questions 19

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

Buy Now
Questions 20

What is wrong with the flow shown in the image?

Options:

A.

Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.

B.

The resume stage must also be within the exception block

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.

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.

Buy Now
Questions 21

Consider the following flow in an object:

Which of these statements is true?

Options:

A.

The flow shown in the diagram is correct, the wart stages are all adding a high level of robustness to the action

B.

The wait stages after read and write stages should be removed they are not required and are lowing the flow down

C.

The wait stages after read stages should be removed, the wart stages after write stages should be left because the application will have been changed

D.

Only the first wait stage in this flow is required, all the other wait stages should be removed.

Buy Now
Questions 22

When automating a Windows application what type of stage is configured to perform a Global Send Key Events?

Options:

A.

Notes Stage

B.

Read Stage

C.

Write Stage

D.

Navigate Stage

Buy Now
Questions 23

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

Buy Now
Questions 24

Please refer to the exhibit.

When searching for a Customer Profile in the Blue Prism insurance application, the relevant number is entered into the Customer ID field. This field has been spied in Blue Prism and the 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.

Screen Visible

C.

Visible

D.

Class Name

Buy Now
Questions 25

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

Buy Now
Questions 26

Examine the following Blue Prism Process diagram:

The 'New Date' data item is a date data type and has no initial value.

The Calculation stage Properties window is displayed below:

What will happen when you execute the 'Create New Date’ stage?

Options:

A.

1 year will be added to todays date and the result stored in the New Date' data item

B.

1 month will be added to today's date and the result stored in the 'New Date' data item

C.

1 week will be added to today's date and the result stored in the 'New Date' data item

D.

The 'New Dale' data item value will contain todays date

Buy Now
Questions 27

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

Buy Now
Questions 28

Examine the following Blue Prism Process diagram:

The ‘Calculation Result’ data item is configured as a number data item with an initial value of 100.

The Calculation stage Properties window is displayed below:

After the Process flow has run, which of the following statements are true?

Options:

A.

The 'Calculation Result' data item value will be 25

B.

The 'Perform Calculation' Calculation stage will throw an exception

C.

The 'Calculation Result' data item value item will be 125

D.

None of these statements are true

Buy Now
Questions 29

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

Buy Now
Questions 30

Consider the following process flow from the Main Page of a process in Process Studio:

Thinking about the standard Blue Prism Process Templates, what is wrong with this Main Page process flow?

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 Stop? decision stage should be removed from the process flow, as Stop time is Configured either within the Scheduler process are stopped via Control Room.

C.

The Mam Page process flow is too high level For better visibility of the process logic the flow steps hidden m the sub-pages should al be on the main page instead.

D.

There is no exception handling on this Main Page so any exceptions that "bubble up" will cause the process to terminate rather than exceptions being handled correctly.

E.

The Reset Global Data page is not required because sub-page within a process should always use input parameter rather than global data items. There should be no global data to reset.

Buy Now
Questions 31

Please refer to the exhibits.

The Output Data Item is a Text data type

What will be the outcome when the Developer clicks Go in Process Studio'?

Options:

A.

Data Item Output = &

B.

An Internal Exception will be thrown

C.

Data Item Output=A

D.

A System Exception will be thrown

Buy Now
Questions 32

Which area of Blue Prism would you find application logic and rules?

Options:

A.

Application Modeller

B.

Object Studio

C.

Process Studio

D.

Application Logic area of System Manager

Buy Now
Questions 33

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?

Options:

A.

1 only

B.

2 and 3

C.

1 and 3

D.

None

Buy Now
Questions 34

Please refer to the exhibit.

A Developer encountered an error while trying to highlight an element and realized that there are multiple similar elements on a web page with the same name Which of the following Attributes should be used to acquire a unique match?

Options:

A.

Web Text

B.

Ordinal

C.

Web Element Type

D.

Match Index

Buy Now
Questions 35

Which of the following statements regarding the use of Work 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

Buy Now
Questions 36

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

Buy Now
Questions 37

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

Buy Now
Questions 38

Please refer to the exhibits

Under what TWO conditions will the process move to the 'Close Down' page directly from the Stop? Decision stage during runtime?

Options:

A.

The specified Stop time has passed

B.

'Request Stop received from Control Room

C.

Priority of the remaining Queue Items is 0

D.

All the Queue Items have been processed

E.

Immediate Stop' received from Control Room

Buy Now
Questions 39

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

Buy Now
Questions 40

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.

Buy Now
Questions 41

A Blue Prism Process works successfully when testing in the Process Studio but terminates in Control Room due to the exception stating screen elements were not found What should the Developer check first?

Options:

A.

The correct Spy mode was used to identify elements

B.

Application Modeller has a unique match for the screen element

C.

Wait Stages have been used effectively

D.

The Attach page is published in the Business Object

Buy Now
Questions 42

A Developer is following the best practices to prepare the Process for a Production release

Which of the following should NOT be implemented?

Options:

A.

Disable all unnecessary stage logging to reduce the amount of data logged and stored during the runtime

B.

Use Retry loops to handle Business Exceptions on a Work Queue Items to increase resilience in the process logic

C.

The Process logic should include alerting mechanism to notify Process Controller(s) of any critical issues

D.

The solution should have zero Valuation Errors to avoid failures when it is run from the Control Room

Buy Now
Questions 43

Consider the following process flow:

Decision "A" properties are:

Decision "B" properties are:

Decision "C" properties are:

What will happen when the process runs?

Options:

A.

The flow will pass through calculation stage "A"

B.

The flow will pass through calculation stage "B"

C.

The flow will pass through calculation stage "C"

D.

An exception will be thrown

Buy Now
Questions 44

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.

Buy Now
Questions 45

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

Options:

A.

Immediately

B.

Next time a new case is taken from a WQ

C.

Next time resource PC starts

D.

Next time the process starts

Buy Now
Questions 46

When automating a Windows application, what type of stage is used to perform a 'Global Send Key Events' action?

Options:

A.

Keypress Stage

B.

Navigate Stage

C.

Action Stage

D.

Write Stage

Buy Now
Questions 47

The Developer needs to ensure only one Digital Worker can access and update an Excel file at a time

How should the Developer design the solution to take this into consideration?

Options:

A.

Use an Environment Lock in the Process, so the file cannot be accessed until the Lock is released

B.

Ensure the Object Run Mode is set to Foreground to prevent it being am by multiple Digital Workers

C.

Use a Blue Prism Process Template to correctly set the Process to Get Next Item from the Work Queue

D.

Use an Environment Variable to ensure only one Digital Worker can access the environment

Buy Now
Questions 48

Examine the following Process flow:

The ‘Customer Credits’ Collection contains the following data:

The ‘Customer Account Credits’ loop is configured to loop through the ‘Customer Credits’ Collection.

The ‘Total Credits’ data item is configured as a number data item with an initial value of 0.

The ‘Get Total Credits’ Calculation stage contains the following expression:

What will the Total Credit data item value be after the page has executed?

Options:

A.

An Internal Exception: 'Loop stage name mismatch' will be thrown

B.

10

C.

31

D.

2

Buy Now
Questions 49

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

Buy Now
Questions 50

FILL BLANK

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

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

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

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

Options:

Buy Now
Questions 51

An application being automated is prone to respond slowly when there is a lot of network traffic

How should the Developer manage these performance issues when designing an automation?

Options:

A.

Use an Unconditional Wan (Throttle) to allow controllers to increase or decrease the speed of the automation as it runs

B.

Place a Block around the Navigate stage then add a Recovery Stage Connect this to a Retry Loop which Resumes and retries that Navigate stage

C.

Add a Sleep stage before a Conditional Wait stage with a Global Timeout value which is sufficient to accommodate the system latency

D.

Use a Conditional Wait stage with a Global Timeout value which is sufficient to accommodate the system latency

Buy Now
Questions 52

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

Buy Now
Questions 53

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

Buy Now
Questions 54

An Action called ‘Get Customer Address’ fails immediately and the following Exception is raised:

Internal: Stage Address Type does not exist

What is the potential reason for this Exception?

Options:

A.

An Action stage with the name 'Address Type' is being referenced but it no longer exists

B.

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

C.

A data item referenced as an input parameter in the 'Get Customer Address' Action cannot be found

D.

Whilst debugging a Process in Process Studio, the 'Reset' button was pressed whilst the process was calling the 'Get Customer Address' action

Buy Now
Questions 55

A Blue Prism Process attempts to call an Action named 'Get Nasdaq Data' however it keeps causing the Process to fail

The Developer attempts to recreate the problem in the Development environment and discovers the following Exception is thrown:

Which of the following responses would explain the reason for this exception bang thrown?

Options:

A.

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

B.

The 'Get Nasdaq Data' Action is not published

C.

The Business Object containing the Action has not been associated with the application by either launching it or attaching to it

D.

The 'Get Nasdaq Data' Action no longer exist in the Business Object, but the Process is attempting to use it

E.

The 'Read Nasdaq Data' stage is not connected to another stage so it cannot execute

Buy Now
Questions 56

Please refer to the exhibits.

A Developer has created the logic that is resulting in an infinite loop of exceptions when the Multi Calc stage is executed

What is the reason"?

Options:

A.

The Exception functions are used outside the recovery mode resulting in their own exception

B.

A Block is not used for the Recovery stage causing it to catch Exceptions from all stages on the page

C.

An Exception stage is not used to report Exceptions causing an infinite loop in the recovery logic

D.

The Data Item names are the same as the Exception expression resulting in their own exception

Buy Now
Exam Code: AD01
Exam Name: Blue Prism Accredited Developer Exam
Last Update: Nov 24, 2024
Questions: 189
AD01 pdf

AD01 PDF

$25.5  $84.99
AD01 Engine

AD01 Testing Engine

$30  $99.99
AD01 PDF + Engine

AD01 PDF + Testing Engine

$40.5  $134.99