Blue Prism Accredited Developer Exam Questions and Answers
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)
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?
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?
An action called Get Account details' fails with the following exception detail:
Which of the following could cause this exception?
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?
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?
Please refer to the exhibit
What is the missing phase in the Delivery Lifecycle?
The Developer is revisiting Blue Prism Automations which have been experiencing some issues. Most significantly that the process terminates unnecessarily when the underlying application is performing erratically.
At the time of Development the Team had not attended any Blue Prism training and were not aware of the available Process Templates
Which TWO statements should the Developer communicate to the wider team about the importance of using the Blue Prism Process Templates that directly relates to their challenges'5
A Work Queue is in place to calculate invoice prices for Gas, Electric and Dual fuel payments Tagging has been configured to tag each work queue item with 'Gas', 'Electric' or 'Dual' How would you configure the Get Next Item action to retrieve items from the queue that are tagged with Gas cr Electric?
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?
Please refer to the exhibit.
The action gets account details from the screen and applies a new limit unless the risk codes are of a specific value According to Blue Prism best practice, how should a Developer design the Object(s) supporting this?
How many End Stages can a sub-page in a Process have?
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?
Study the following configuration
Which of the following statements is correct?
Consider the following flow in an object:
Which of these statements is true?
Which of the following statements regarding the use of Worker Queues are correct? (select 2 responses)
A Filename is the path and file name to which the Excel file should be saved Which of the following Expressions would return a valid Filename?
Which of the following statements are correct when considering an elements attributes in Application Modeller?
(Select all items which apply)
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?
Please refer to the exhibit.
A Developer has configured Environment Lock in the process to ensure duplicate items are not added to the Work Queue
What is missing in the logic?
The Blue Prism Server Service has been stopped for 4 hours
Once it is restarted what will happen to any missed schedules which should have executed while it was stopped?
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?
The Developer has a Process designed to input new purchase orders The automation should open an Excel file of data validate that all fields are populated and that the purchase price is in the correct currency, before entering the order in the software application
What best practice approach should the Developer take when testing the process'
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?
Consider the following diagram from an object studio action:
What is the problem with this flow?
In which of these scenarios is it ok not to use a Blue Prism work queue as part of your Blue Prism solution?
Examine the following Blue Prism Process diagram:
The 'Retry Limit' data item is configured as a number data item, and has an initial value of 3. The 'Retry Count* data item is configured as a number data item, and has an initial value of 0. The 'Count' Calculation stage increases the value of the 'Retry Count' data item by 1. The 'Retry? Decision stage contains logic to prevent more than 3 attempts
What is wrong with the current configuration?
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?
The Developer is debugging an action page in a Business Object by stepping through the stages which interact with the application. What will happen when they click Reset on an Action page in the Business Object?
Which of the following statements about Business Objects is true?
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?
Please refer to the exhibit.
Here's one of the Actions in a Business Object that is used to place orders in an application.
What best practice for Object Design is NOT followed in this Action page?
The Process is intended to attempt to perform the processing in the recover block, Block 3. a maximum of three times before throwing an exception.
Data Item 'Attempts' is a number data item with an initial value of 0
Data Item "Max Attempts" is a number data item with an initial value of 3
The 'Increment Attempts' calculation stage add 1 to the attempts value and outputs a result to the "Attempts" data item
To enable this to work correctly, what is the correct expressions for the Try Again' decision stage?
Which of the following can you perform in Control Room? (select all that apply)
What is the syntax for using a collection field in an expression?
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?
Study the following Action flow in a Blue Prism Business Object:
Which of the following statements are true about this flow'?
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?
Please refer to the exhibits.
This is a detail of a Process sub-page
* Sign Up Dale Current Date and Expiry Date Dala Hems are of the Date data type
* Status and Output Data Items are of the Text' data type.
What is the output of this logic when the page is executed till its End stage'
Which of the following Work Queue icons indicates a case is waiting to be worked?
A)
B)
C)
D)
Which of the following statements about spy modes are TRUE?
Which of the following can you perform in me System -> Workflow area of Blue Prism? (select all that apply)
Which of the following about an object's run mode is true?
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?
When building a solution to use Tags within a Work Queue, which of the following statements is correct true?
Consider the following process flow:
Decision "A" properties are:
Decision "B" properties are:
Decision "C" properties are:
What will happen when the process runs?
How would you run a Blue Prism Process on a virtual Digital Worker?
There are multiple rows of conditions in the Properties window of the Wait Stage. Which of the following is TRUE?
What is the maximum number of Start stages that a Process sub-page can contain?
Which of the following Stages can be found in Process Studio AND Object Studio?
A)
B)
C)
D)
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?
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?
Examine the following Blue Prism Process diagram:
The initial values for the 2 data items are displayed in the diagram above.
The expression in ‘Decision A’ is:
Len([City 1]) > Len([City 2])
The expression in ‘Decision B’ is:
Mid([City2].3,1) = “ “
The expression in ‘Decision C’ is:
Left([City 1], 5) = "manch" AND EndsWith([City 2], "York")
What will happen when the process flow executes?
Examine the following extract taken from an Action in Object Studio:
What will happen if an Exception occurs in the ‘Read Nasdaq Data’ stage?
If you change a session variable when will the new value be available to the process?
When considering an element's attributes in Application Modeller which of the following statements are true? (select all that apply)