Exam PEGAPCSSA80V1_2019 All QuestionsBrowse all questions from this exam
Question 13

A data page is used to retrieve data from an external system. If an error occurs, you want to display a message to the user and send an email to the system administrator.

How do you implement this requirement?

    Correct Answer: D

    The most appropriate way to handle the requirement of displaying an error message to the user and sending an email to the system administrator in case of a data retrieval error from an external system is to configure a comprehensive error handling process. This process ensures that both actions are properly coordinated and executed in a reliable manner, covering all possible edge cases and ensuring consistent behavior. Using a dedicated error handling process also makes the solution easier to maintain and extend in the future.

Discussion
vinoth_kumarOption: C

Answer is C. Such simple requirement can be implemented by DT and can be called from the response DT.