According to Blue Prism best practice which of the following information would be appropriate to store in a Work Queue tag? (select 3 responses)
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?
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 statements regarding the use of Worker Queues are correct? (select 2 responses)
When working with the orders area of the Centrix Data Solutions order system, there is a requirement to enter an order menu option in the field located above the Go button:
The menu option field element in Application Modeller has been configured as follows:
Which Attribute should be un-ticked to ensure the menu option field element can be consistently recognized?
Which of the following Work Queue icons indicates a case is waiting to be worked?
A)
B)
C)
D)
Which of the following Stages can be found in Process Studio AND Object Studio?
A)
B)
C)
D)
Which of the following indicates a case has been worked successfully in a Work Queue?
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?
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)
Consider the following flow in an object:
Which of the following statements are true?
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?
Please refer to the exhibits.
The Developer needs to ensure Blue Prism best practices are followed in respect to naming conventions and layout
How would the Developer build an Object that Logs into the Application, and then Navigates the Orders page left-hand menu?
A)
B)
C)
D)
When a process is running in Control Room which of the following functions within the process can be accessed from Control Room to request the process to stop?
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?
Complete the following statement
Collection columns are referenced in______________using dot notation
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:
Please refer to the exhibit.
A Developer has used the Win32 mode lo spy the login window and the Region mode to spy the Username field of a Windows-based application.
Using the Navigate stage, the developer would like to
* Bring the application screen to bring it foreground
* Send a 'Global Mouse Click Centre' command to the center of the username field
* Use Global Send Keys to populate the username field
How should the navigate stage be configured?
A)
B)
C)
D)
If you change the value of a 'Session Variable1, when will the new value be available to a running Process?
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 from a sub-page of a process:
What is the problem with this sub-page flow?
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?
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?
When building a solution to use Tags within a Work Queue, which of the following statements is correct true?
Which of the following flows can you not create in Blue Prism? (select 2 responses)
A)
B)
C)
D)
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?
Which of the following can you perform in me System -> Workflow area of Blue Prism? (select all that apply)
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?
Which of the following statements regarding the use of Work Queues are correct? (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?
When automating a Windows application what type of stage is configured to perform a Global Send Key Events?
Which of the following indicates a case in a Work Queue is waiting to be worked?
A)
B)
C)
D)
You identify an element in Application Modeller but when you highlight or use that element Blue Prism gives you an error message saying that duplicate elements were found.
Which of the following statements is true?
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?
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?
Examine the following process flow:
The Loop Orders loop is configured to loop through the Orders collection.
How Many times will the 'Process Order' page be executed?
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?
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?
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 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''
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?
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)
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 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?
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?
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?
Examine the following Process flow:
The 'Start Value' data item is a number data item with an initial value of 10 The 'End Value' data item is number data item with an initial value of 0.
The Multi Calc stage is configured as follows
After the page has been rurv what value will be assigned to the 'End Value* data item?