Which of the following activities can you perform in Blue Prism Control Room?
(select all items which apply)
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?
The Centrex Data Solutions application has been launched successfully and Blue Prism has navigated the application to the New Order screen, as displayed below:
Before Blue Prism can interact with the New Order screen, there is a requirement to ensure the screen is in focus first. Which of the following configurations are correct to the ensure the New Order screen is in focus?
A)
B)
C)
D)
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?
How many Start Stages can a sub-page in a Process have?
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 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?
Which of the following indicates a case in a Work Queue is waiting to be worked?
A)
B)
C)
D)
Please refer to the exhibits.
How many Full Time Employees will the generated Report include?
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?
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?
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)
Which of the following statements about spy modes are TRUE?
Examine the following diagram which has been extracted from a Blue Prism Process currently being tested in Process Studio:
The 'Access Customer Account* sub-page contains no Breakpoints, however the page does contain an error.
What will happen if you choose to Step Over (F10) when debugging the Process?
Please refer to the exhibits.
All Data Items are of Text Data Type
What is the output once all stages are executed?
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''
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?
When configuring an object's run mode which of the following is true?
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?
Examine the following extract taken from an Action in Object Studio:
What will happen if an Exception occurs in the ‘Read Nasdaq Data’ stage?
After launching the order processing application, the following login screen is displayed to the user, requesting their login details:
The following Launch Action has been created in Blue Prism:
According to Blue Prism best practice, what should be configured between the Launch and End stages?
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?
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)
A process contains only 4 stages Study the following process flow:
The data Item Result' is a number data item with an initial value of 2.
The calculation stage is configured as follows:
Following the execution of the Perform Calculation stage, which of the following is true?
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?
Consider the following process flow from a sub-page of a process:
What is the problem with this sub-page flow?
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?
A business object needs to use a Global Send Keys stage to populate the User Name field in an application entitled Workflow. The application is in focus and cursor is in the User Name field. In order to configure the Global Send Keys, which element needs to be placed in the Element field of the stage below?
Consider the following process flow:
Decision JA" properties are:
Decision "B" properties are.
Decision "C" properties are
What will happen when the process runs?
Which of the following indicates a case in a Work Queue is an exception?
B)
C)
D)
Consider the following process flow:
What is the problem with this flow?
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?
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)
The Work Queue "Customer Onboarding' has a number of Pending Items which may be tagged as "Domestic", "Retail" or "Business" There is also a tag for the 8 digit product code formatted as "Product Code: {product code}" e.g. Product Code: CA123456.
What is the correct configuration to get the next item from the queue that:
• Isn't applying for a loan product i.e. Product Code doesn't begin with "LN"
And
• Is a domestic customer
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?
A Developer is following the best practices to prepare the Process for a Production release
Which of the following should NOT be implemented?
FILL BLANK
Examine the following Blue Prism Process diagram:
The Process contains logic in the ‘Control Room Stop Request?’ Decision stage, to recognise when a Process Controller has used the ‘Request Stop’ feature in Control Room, to bring the Process to a controlled stop.
What expression would you use in the ‘Control Room Stop Request?’ Decision stage, to ensure that the Process recognises that the Control Room ‘Request Stop’ command has been triggered?
(Remember, Blue Prism expressions are case sensitive)
Which of the following statements regarding the use of Worker Queues are correct? (select 2 responses)
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'
Please refer to the exhibits.
An error has occurred in the Update Data' action and has been captured by the Recovery stage. As part of the retry logic, the 'No' path has been taken How should the properties be configured for the process to throw the exception that was encountered on the Update Data action''
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"?
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?
When automating a Windows application what type of stage is configured to perform a Global Send Key Events?
Examine the following sub-page of a Blue Prism Process:
The ‘Decision A’ stage properties window is displayed below:
The ‘Decision B’ stage properties window is displayed below:
The Calculation stages will output A, B or C to the Result data item.
What will the value of the Result data item be after this page has been run?
Blue Prism Enterprise is shipped with Visual Business Objects (VBO) However these need to be imported into the Environment Where can these VBOs be found?
Consider the following flow within an Object Studio action:
The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.
What problems do you see within the flow? (select 2 responses)
How many End Stages can a sub-page in a Process have?
A Blue Prism Developer is creating a process that will review travel request forms for ACME consulting. As part of this process, the Developer must ensure that none of the fields in the request are blank.
Following best practice, where should the Developer create this logic"?
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
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?
Please refer to the exhibit.
The Developer is automating an SAP Windows-based application within a Citrix environment. There is an issue with a duplicate match found when identifying and highlighting the Document No. field, due to the application window having two of the same labels and buttons.
Which Spy Mode should the Developer use to identify the correct field using Surface Automation?
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.
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?
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?
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?
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'