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)
Consider the following flow in an object:
Which of the following statements are true?
Examine the following Blue Prism Action diagram taken from Object Studio:
What is wrong with the current configuration?
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 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?
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?
Please refer to the exhibit
What is the missing phase in the Delivery Lifecycle?
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?
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''
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?
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)
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?
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'?
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)
When automating a Windows application what type of stage is configured to perform a Global Send Key Events?
Which of the following activities can you perform in Blue Prism Control Room?
(select all items which apply)
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?
Examine the following extract taken from an Action in Object Studio:
What problem do you see with the current configuration of this Action flow?
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?
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?
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?
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?
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?
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'?
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?
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?
Which of the following statements regarding the use of Work Queues are correct? (select 2 responses)
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''
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?
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?
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?
Study the following image showing pan: of the flow within a process:
What problems do you see with the process flow? (select 2 responses)
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?
A Developer is following the best practices to prepare the Process for a Production release
Which of the following should NOT be implemented?
Consider the following process flow:
Decision "A" properties are:
Decision "B" properties are:
Decision "C" properties are:
What will happen when the process runs?
Consider the following process flow from a sub-page of a process:
What is the problem with this sub-page flow?
If you change a session variable when will the new value be available to the process?
When automating a Windows application, what type of stage is used to perform a 'Global Send Key Events' action?
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?
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?
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?
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?
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 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?
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?
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?
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"?