Exam PEGACSA72V1 All QuestionsBrowse all questions from this exam
Question 2

When processing an insurance claim you need to retrieve the customer’s insurance policies from a web service. You invoke the connector from a ___________.

    Correct Answer: D

    When processing an insurance claim and needing to retrieve the customer’s insurance policies from a web service, the correct approach is to use a data page. Data pages are designed to retrieve data from various sources, including web services, and cache that data for use in your application. This ensures efficient use of resources and proper encapsulation of the data retrieval logic.

Discussion
ClairFraserOption: D

D - data page. When you use a connector to request information from a data source, you can call the connector from a data page. When you use a connector to send information to a data source (for example, updating the vehicle status when a customer reserves a rental vehicle), you can call the connector from an activity. https://academy.pega.com/topic/connectors-and-services/v1/in/2861/6191