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?
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"?
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?
Consider the following process flow:
Decision "A" properties are:
Decision "B" properties are:
Decision "C" properties are:
What will happen when the process runs?
What is the maximum number of Start stages that a Process sub-page can contain?
Consider the following diagram from an object studio action:
What is the problem with this flow?
How can input data be added to a Startup Parameter before the process runs?
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?
Study the following Process flow:
The Process flow is intended to test the value of the Input data item to determine if it falls within a range of numbers, and then assign a value as an output. The number ranges are defined as between 1 to 100, between 101 to 200, and anything outside these ranges.
The Calculation stages will set the value of the Result data item to 1, 2 or 3.
To enable the Process flow to work correctly, what is the correct expression for the Choice stage branch named ‘Between 1 and 100’?
Examine the following Exception handling taken from the Main Page of a Blue Prism Process:
Consider the following potential explanations as to what is wrong with the design:
1. The exception handling is not within an Exception Block.
2. There is no Resume stage in the shown process flow.
3. There is a potential for the flow to cause an infinite loop within the process.
4. Because the flow is on the Main Page of the process there should not be a ‘Re-Throw’ Exception stage as there are no parent/calling pages for the exception to ‘bubble up’ to.
Which of the above appropriately describes what is wrong with this design?
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?
Study the following configuration
Which of the following statements is correct?
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?
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?
Which of the following indicates a case in a Work Queue is an exception?
B)
C)
D)
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?
Study at the following diagram which is an extract from a sub-page of a process being tested in Process Studio:
There are no breakpoints in the "Access Customer Account" subpage however there is an error.
What will happen if you choose to step out (SHIFT+ F11) when debugging the process?
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)
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 has been developed which contains steps to extract data from a delimited file.
During development, the Developer saves the delimited file to C:\BP_Proc\Temp folder on their virtual desktop and adds a data item to the process to store this file path. This data item is then used in the process steps to extract the file data.
The production Process must read this file from a network folder, and as the Blue Prism production environment is locked down, the Process configuration cannot be edited in this environment.
How could the data item ‘exposure’ be updated, so that the process can read the data item containing the relevant file path, regardless of the environment the process is being executed in?
An Action in a Business Object needs to use Global Send Keys to populate the ‘Staff Number’ field in an application called Centrix Data Solutions. The application is in focus and the cursor is placed in the Staff Number field.
Examine the stage properties window below:
In order to configure a Global Send Keys action to populate the Staff Number field, which element in the Application Explorer tree displayed above, would you drag to the Element column in the stage, so that this operation can be complete?
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?
Look at this flow diagram from the Main Page of a process in Process Studio:
Thinking about the standard Blue Prism Process Templates, what is wrong with how this Mam Page is handling exceptions?
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''
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?
Which of the following indicates a case has been worked successfully in a Work Queue?
B)
C)
D)
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?
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:
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 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''
Which of the following can you perform in Control Room? (select all that apply)
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'?
Which of the following Stages can be found in Process Studio AND Object Studio?
A)
B)
C)
D)
Which of the following Work Queue icons indicates a case currently being worked?
A)
B)
C)
D)
Examine the following Blue Prism Process diagram:
The initial values for the 3 data items are displayed in the diagram above.
The expression in ‘Decision A’ is:
lnStr([City 1], "m") > 0
The expression in ‘Decision B’ is:
Upper([City 2]) = "NEWYORK OR Replace( 22/07/2020", "/". "-") = '22-07-2020"
The expression in ‘Decision C’ is:
TrimEnd([City 3]) = Barcelona" AND Right([City 2],4) = "York"
What will happen when the process flow executes?
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)
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)
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?
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 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?
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.
Complete the following statement
Collection columns are referenced in______________using dot notation
Please refer to the exhibits.
How many Full Time Employees will the generated Report include?
Which of the following statements regarding the use of Work Queues are correct? (select 2 responses)
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?
Examine the following Blue Prism Process diagram:
The purpose of this Process flow is to use the Day Month and Year data item values to create a date value, which is output to the Full Date data item
The Day' data item is a number data item and has an initial value of 25 The value of this data item is used as the day value when creating the full date. The 'Month' data item is a number data item and has an initial value of 10. The value of this data item is used as the month value when creating the full date. The 'Year' data item is a number data item and has an initial value of 2013 The value of this data item is used as the year value when creating the full date. The environment date format is dd/mm/yyyy.
To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - E). to create the coned Blue Prism expression for the Convert to Date' calculation stage, so that the 'Full Date' data item is populated with the appropriate date, based on the Day Month and Year data items: