Skip to content
aruunkumar edited this page Feb 22, 2022 · 1 revision

==============================================================================================

  1. Diff b/w Case type & work type & work pools Work pool - Determine which work is accessible to which user. Set in the Access group. The Work Pools array on Access group does not affect which work objects the operator can update, only which types of work objects the operator can create. Which assignments the operator can open and update is determined by access roles and RuleSet lists, not by the work pools.
  2. What is Case type? How is it related to a process flow?  How is this different from Stages/steps in Pega7? A: Stages/steps are within a Case.
  3. Diff b/w Application rule & Product rule
  4. Ex of Split for each & Split join
  5. Diff b/w ToSkilledGroup worklist and ToSkilledWorkbasket
  6. Diff b/w using Table Type(class key value or Field value) option in Property declaration VS using DynamicSelect Control and configuring it to use Report Defn option?
  7. What is List view, EditList wrt Datatables
  8. if datatables are derived from Data- class why is the class name different while defining?
  9. Difference b/w Tickets and Triggers (Declare Trigger)
  10. Privelages in Flow actions - How does prvlgs map to users? - Privelages are tied to roles
  11. Diff b/w Serive package & service rule/service file
  12. Diff b/w Obj-Open & Obj-Open-By-Handle    A: Every instance has a unique handle, but more than one instance may share the same visible key. For rule instances, the handle includes system-generated identifying values (including the create date and time) that make it unique. Use the Obj-Open-By-Handle method only if you can determine the unique handle that permanently identifies which instance to open. Otherwise, use the Obj-Open method.
  13. Diff b/w Agents & Agent Schedule?

  WS-Security: This security profile is also used for SSL enabled SOAP services. In the Security Profile you specify a Truststore which contains the server certificates to be used in the SSL handshake, and a Keystore which stores the client’s private/public key pair used by the server to authenticate the client.

SSL: When a customer has a Connector rule for an HTTP-based protocol such as HTTP, SOAP, REST, and sometimes Email, they may point to an SSL-enabled ("https") endpoint. The service that is connected to will provide an SSL certificate in order to identify itself and secure the connection. PRPC relies on the Application Server in order to "trust" the certificate that another service provided. When PRPC is deployed in tomcat, this usually means that the default java trust store is in use. IBM Websphere has its own trust store, controlled in the Admin Console. When the certificate provided by a service is not in the trust store, or otherwise not trusted (for instance, it is out of date or issued to a different organization), PRPC cannot complete the connection and an exception such as "Peer not authenticated" results.  

Consider the following scenario:

  Organization: MyCo

Five Divisions: DivA, DivB, DivC, DivD, DivE

Framework: LoanAppFW

The LoanAppFW contains an “IsApproved” rule, that directly calls the “GetRating” rule.  The requirements for  GetRating are different for all five divisions.  All work types use these rules.

In a best-practice design, how many GetRating rules are there and why? (Choose One)

Five, in: MyCo-DivA-LoanAppDivA-Work, MyCo-DivB-LoanAppDivB-Work, MyCo-DivC-LoanAppDivC-Work, MyCo-DivD-LoanAppDivD-Work, MyCo-DivE-LoanAppDivE-Work

Six, in: MyCo-FW-LoanApp-Work, MyCo-DivA-LoanAppDivA-Work, MyCo-DivB-LoanAppDivB-Work, MyCo-DivC-LoanAppDivC-Work,  MyCo-DivD-LoanAppDivD-Work, MyCo-DivE-LoanAppDivE-Work - (Ans)

Five, in: MyCo-DivA-, MyCo-DivB-, MyCo-DivC-, MyCo-DivD-, MyCo-DivE-

Six, in: MyCo-FW-LoanApp-Work, MyCo-DivA-, MyCo-DivB-, MyCo-DivC-, MyCo-DivD-, MyCo-DivE-  

  property reference method?

Decl indx - how is it related to Index- class?

How to async call a activity i.e. call and then jump to next step?

What happens if A calls - B Branches - C... where will control return after C completes?

Explain Obj-browse ? wat is read only option within that.

Parallel development. How will two releases manage rules that are being changed for both? branch & merge feature

Wat is Pulse?

How will u expose App B within App A? i.e. show the screens of App B in A?

how work obj ID is created?

Why screen flow cant be assigned to another user?

Workpool vs class grp. If a user is not in a workpool can he even view workobjects? Yes

What Pega version?   pagelist is an instance of? embed- ?

Section is an instance of ?

Clipboard is on client - T/F?

which harness is not editable?

Validation & constraint rule difference?

wat happens when assignment has work list but it is routed to workbaset..wat happens at runtime?  

 

Clone this wiki locally