PEGACSSA72V1 Exam QuestionsBrowse all questions from this exam

PEGACSSA72V1 Exam - Question 15


You are updating a system of record using a SOAP connector. If the system of record is unavailable, you want to retry after an hour. If it is still unavailable after an hour, a notification should be sent to a system administrator.

How do you implement this requirement?

data transform.

B. Implement the logic in the connector's error handler flow.

C. Implement the logic in the data page's response data transform.

D. Use a transition condition in the activity step invoking the connector.

Show Answer
Correct Answer:

To implement the requirement of retrying the SOAP connector after an hour and sending a notification if it remains unavailable, the most suitable approach is to implement the logic in the connector's error handler flow. This allows for handling errors specifically related to the connector and provides the flexibility to implement retry logic as well as notification mechanisms. Implementing the logic in the connector's error handler flow helps ensure that any issues with the SOAP connection are properly managed and the appropriate actions are taken when the system of record is unavailable. Therefore, the correct answer is B: Implement the logic in the connector's error handler flow.

Discussion

1 comment
Sign in to comment
skjunkie
May 24, 2020

B. Implement the logic in the connector's error handler flow.