Examine the following Business Object Action diagram:
The purpose of the Action is to process new orders through the order processing system. Order details of provided to the Action by the Process and stored in the 'Order Data' Collection
According to Blue Prism best practices, what is wrong with this Action?
Correct : E
A Wait stage is needed after the 'Write Order Details' stage to ensure that the application has time to process the order details before clicking the Submit button. Without a Wait stage, the automation may fail due to timing issues. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 11)
Start a Discussions
What is a Dynamic attribute match type in Blue Prism?
Correct : C
A Dynamic attribute match type enables the developer to use a data item or a calculation as the match value for an attribute, instead of a fixed value defined in Application Modeller. This allows for more flexibility and adaptability when automating applications that have dynamic elements. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 12)
Start a Discussions
Study the following image which has been taken from a business application which Blue Prism must Attach to, using the Window Text Attribute as the match criteria:
The Window Text Attribute match details are provided below:
The business application receives regular updates from the software provider These updates are easily identifiable as the version details are included in the Window (title) Text, for example (VI 2.999).
The Window Text match attribute must be updated to ensure Application Modeller continues to recognise the business application window, following any version update
Which if the following would you use to ensure Application Modeller recognises the application window, regardless of the version number?
A)
B)
C)
D)
Correct : C
Option B uses a wildcard character (*) to match any text before and after the fixed text ''Centrix Data Solutions''. This way, the application window can be recognized regardless of the version number that may change over time. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 12)
Start a Discussions
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 recognised?
Correct : A
The Window Text attribute should be un-ticked because it contains the text ''Orders'' which may not be unique or consistent across different windows in the application. The other attributes are more reliable and stable for identifying the menu option field element. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 12)
Start a Discussions
User name and password information which is used by a Blue Prism Process to log into a business application, should be stored where?
Correct : C
This is the correct place to store user name and password information that is used by a Blue Prism process to log into a business application. It allows the developer to securely store and manage credentials that can be used by multiple processes and objects. The other options are either insecure or not supported by Blue Prism. Reference: https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 4)
Start a Discussions