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 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?
Consider the following process flow from a sub-page of a process:
What is the problem with this sub-page 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'?
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?
Examine the following extract taken from an Action in Object Studio:
What problem do you see with the current configuration of this Action flow?
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)
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?
Which of the following indicates a case in a Work Queue is waiting to be worked?
A)
B)
C)
D)
Consider the following diagram from an object studio action:
What is the problem with this flow?
Study at the following diagram which is an extract from 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 over (F10) when debugging the process?
Which of the following about an object's run mode is true?
Please refer to the exhibit
What is the missing phase in the Delivery Lifecycle?
Which of the following Stages can be found Process Studio but NOT Object studio?
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?
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?
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, 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 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?
What is NOT considered one of the golden rules for Object Design?
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?
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 Developer has a Process designed to input new purchase orders The automation should open an Excel file of data validate that all fields are populated and that the purchase price is in the correct currency, before entering the order in the software application
What best practice approach should the Developer take when testing the process'
ACME INC have introduced a new password policy for the Centrix Data Solutions application
A Developer has built, tested and deployed the Credentials Manager functionality to ail the automations in the Production environment
What TWO additional functionalities are now available for the Developer to use when creating future automations?
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?
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?
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?
Which of the following flow representations are invalid and therefore cannot be recreated in a Blue Prism flow diagram:
A)
B)
C)
D)
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.
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?
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?
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?
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 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?
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?
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)
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?
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?
Please refer to the exhibit.
The above image is that from a Clean Up page in a Business Object.
Which of the following would be the correct use of the Clean up Page?
A)
B)
C)
D)
Which area of Blue Prism would you find application logic and rules?
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?
How can input data be added to a Startup Parameter before the process runs?
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 of the statements below best describes what Blue Prism is used for?
Which of the following indicates a case in a Work Queue is currently being processed?
Consider the following flow in an object:
Which of these statements is true?
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)
Consider the following process flow:
What is the problem with this flow?
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?
Please refer to the exhibits.
All Data Items are of Text Data Type
What is the output once all stages are executed?
The Process Controller needs to be able to view Exception items from both the Work Queue screen within the Control room, and from the Session Logs According to best practice, which TWO options would the Developer recommend?
Which of the following activities can you perform in Blue Prism Control Room?
(select all items which apply)
Which of the following statements regarding the use of Work Queues are correct? (select 2 responses)
If you change the value of a 'Session Variable1, when will the new value be available to a running Process?
An action called Get Account details' fails with the following exception detail:
Which of the following could cause this exception?