InterviewSolution
| 1. |
Explain Requestor Type in Pega. What are the different types of Requestor types in Pega? |
|
Answer» A Data-Admin-Requestor instance defines a requestor type. The BROWSER requestor type, for example, indicates CHARACTERISTICS of INTERACTIVE user connections, such as guest connections, utilizing INTERNET Explorer or another web browser. Agents employ the BATCH requestor type for background processing. Pega Platform comes with four requestor types for the system name we specify during installation, as well as a reserved requestor type prpc.BROWSER for exceptional cases. Typically, we only require the four requestor types that contain your system name. If we want to modify the system name after installation, we go to Designer Studio => System => Settings => System Name to get to a landing page tab where we can do so. When we change a system's name, NEW requestor instances are created that correspond to the previous name's instances. If the prior system name did not include all requestor types for some reason, the missing requestors are also produced when the system is renamed. Following are the different requestor types in Pega:
|
|