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?
This is the correct expression to use in the calculation stage to output the current exception type to the data item. It uses the built-in object CurrentException and its property Type to get the value of the exception type. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 15)
Which of the following are examples of a Business Exception? (Select ail items which apply)
These are examples of business exceptions, which are exceptions that occur due to business rules or data validation issues. The other options are examples of system exceptions, which are exceptions that occur due to technical issues or unexpected events in the application or environment. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 15)
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?
This is the correct expression to use in the calculation stage to output the current exception detail to the data item. It uses the built-in object CurrentException and its property Detail to get the value of the exception detail. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 15)
Unhandled Exceptions will travel up through the Process eventually to the Main Page which will cause the Process to terminate What term is used to describe this behaviour?
This is the correct term used to describe the behavior of unhandled exceptions traveling up through the process until they reach the main page. The other options are either incorrect or describe different aspects of exception handling. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 15)
Examine the following Blue Prism Process diagram which is from the Main Page of a Process:
The Process current stage is the 'Perform Calculation' stage.
The 'Perform Calculation' stage has Exception Handling to resolve all Exceptions within the same Page
What would happen if you click on Step Over or press F10?
This is the correct outcome of clicking on Step Over or pressing F10 when the current stage is a page stage. It will execute all the logic on that page and then move to the next stage on the main page. The other options are either incorrect or describe different scenarios. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 11)
Submit Cancel