Examine the following extract taken from an Action in Object Studio:
What will happen if an Exception occurs in the ‘Read Nasdaq Data’ stage?
What are the TRUE statements about a Blue Prism Business Object?
Select the TWO correct responses.
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 exhibit.
A Developer is unable to make changes to the Elements in the Application Modeller. What are the TWO reasons for this?
Which of the following Stages can be found in Process Studio AND Object Studio?
A)
B)
C)
D)
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)
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?
Complete the following statement
Collection columns are referenced in______________using dot notation
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)
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?
Examine the following Process flow, which calculates the total number of orders:
The ‘Orders’ Collection contains the following data:
The ‘Loop Orders’ loop is configured to loop through the ‘Orders’ Collection.
The ‘Total Orders’ data item is configured as a number data item with an initial value of 0.
The ‘Get Total Orders’ Calculation stage contains the following expression:
What will the Total Orders data item value be after the page has executed?
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"?
A Developer is unable to pass Collection data as an Input Parameter because the Collection is not visible under available Data Items What is the reason for this issue?
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)
In which of these scenarios is it ok not to use a Blue Prism work queue as part of your Blue Prism solution?
Please refer to the exhibits.
How many Full Time Employees will the generated Report include?
Please refer to the exhibit
What is the missing phase in the Delivery Lifecycle?
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?
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?
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 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?
When automating a Windows application, what type of stage is used to perform a 'Global Send Key Events' action?
The Work Queue 'Account Closure has a number of Pending Items which may be tagged as "Current", "Saving" or "Loan" What is the correct configuration to get the next item from the queue that is tagged either "Current" or "Loan"?
An action called Get Account details' fails with the following exception detail:
Which of the following could cause this exception?
When automating a Windows application what type of stage is configured to perform a Global Send Key Events?
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 process contains only 4 stages. Study the following process flow.
The data item New Date is a date data item with no initial value.
The calculation stage is configured as follows:
What will happen when you execute the Create Date stage?
According to Blue Prism best practice which of the following information would be appropriate to store in a Work Queue tag? (select 3 responses)
Please refer to the exhibits.
All Data Items are of Text Data Type
What is the output once all stages are executed?
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?
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"?
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?
Examine the following Page of a Blue Prism Process:
The expressions of each of the Calculation stages are provided below:
What will the value of the Result Data Item be after the page has run?
How can a session variable value be updated when a process is running? (select all that apply)
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?
Which of the following flow representations are invalid and therefore cannot be recreated in a Blue Prism flow diagram:
A)
B)
C)
D)
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?
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?
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?
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:
The Calculation Page Reference stage is configured as follows:
The Calculation Page is configured as follows:
The Data Items are configured as follow:
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?
Which of the following Blue Prism stages can be found in both Process Studio and Object Studio? (Select ail items which apply)
A)
B)
C)
D)
E)
F)
A Developer has a number of cases which need to be loaded into a Work Queue. The source data collection contains a field to indicate the customer account type as either Business, Personal or Joint Which method should the Developer use to ensure that the Business Customer cases are worked first?
The Developer is importing a Blue Prism release file.
What will happen if there is already a Business Object or VBO with the same name in the environment they are importing into?
Which ONE of the following Stages can only be found in the Process Studio?
A)
B)
C)
D)
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)
The main menu of the application Centrix Data Solutions consists of a series of buttons, as displayed below:
When the buttons spied, the element attributes are all identical, with the exception of the Window Text attribute which differs. The Window Text values for each of the buttons displayed above, are ‘HOME’, ‘ORDERS’, ‘CUSTOMER’, ‘STOCK’, ‘INBOX’, ‘SETTINGS’ and ‘EXIT’.
It is described to use a single Dynamic element to interact with each of the menu buttons. The Dynamic button element has been spied and has the following attributes set:
A Navigate stage has been configured to press the ORDERS button:
To ensure the Navigate stage can click the ORDERS button successfully, what additional configuration is required in the Navigate 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?
When considering an element's attributes in Application Modeller which of the following statements are true? (select all that apply)