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"?
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?
Which ONE of the following Stages can only be found in the Process Studio?
A)
B)
C)
D)
What will be the outcome after the page has run?
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?
How many End Stages can a sub-page in a Process have?
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)
What is the syntax for using a collection field in an expression?
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?
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?
What is NOT considered one of the golden rules for Object Design?
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'
Consider the following process flow:
Decision "A" properties are:
Decision "B" properties are:
Decision "C" properties are:
What will happen when the process runs?
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?
Consider the following process flow:
What is the problem with this flow?
Which of the statements below best describes what Blue Prism is used for?
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?
Which of the following indicates a case has been worked successfully in a Work Queue?
B)
C)
D)
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?
Please refer to the exhibits.
What is the expected behavior if the Developer uses the 'Step' function at this stage on a sub-page?
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?
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 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?
Which of the following Blue Prism stages can be found in Object Studio but not in Process Studio? (Select ail items which apply)
A)
B)
C)
D)
E)
F.
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?
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?
Which of the following Stages can be found in Process Studio AND Object Studio?
A)
B)
C)
D)
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?
How would you run a Blue Prism Process on a virtual Digital Worker?
A Blue Prism solution works fine when developing and testing it in Process and Object Studio, but when it is run in Control Room, exceptions occur because elements are not being found.
What is the most likely cause of this behaviour?
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?
Please refer to the exhibit
What is the missing phase in the Delivery Lifecycle?
If you change the value of a 'Session Variable1, when will the new value be available to a running Process?
When configuring an object's run mode which of the following is true?
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?
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?
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"?
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)
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.
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 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 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?
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?
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 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?
The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen:
There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen. Which is the correct configuration to ensure the New Order screen is in focus?
A)
B)
C)
D)
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)
Which of the following about an object's run mode is true?
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?
Consider the following flow in an object:
Which of these statements is true?
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)
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?
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 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?