PRPC Rules and Configuration
Test your knowledge of PegaRULES Process Commander (PRPC) including rules, classes, flows, harnesses, properties, activities, and configuration concepts.
Questions
Purpose of Application rule is to define an ordered set of Rule Sets and versions that together identify the parts of a Process Commander application
- True
- False
Auto generated html option available in the following rules (Choose 2)
- a. Section
- b. HTML fragment
- c. Flow Action
- d. Harness
- e. Property
- f. HTML Property
There are basically four ways to get into another flow from current flow. These are
- a. Called Flow
- b. Spin-off Flow
- c. Split for Each
- d. Split Join
- e.All of the above
- f. None of the above
Access groups are instances of the class Data-Admin-Operator-AccessGroup
- True
- False
Report can be generated for which of the following (choose three)
- a. Rule-
- b. Code-
- c. Assign-
- d. Data-
All the classes except @baseclass should have directed inheritance
- True
- False
Where we can use when condition in an activity? (Choose 2)
- a. Precondition
- b. Transition
- c. Step Method
- d. Parameter
- e. Loop
Rule can be Created with Quick create (Choose 2)
- a. Decision Tree
- b. Map Value
- c. When
- d. Decision Table
- e. Property
These are the Classes mapping to respective tables Class Table Work-Object PC_Work Work- PC_Work Policy-Admin-Work PC_PolAdmin If a new class created under “Policy-Admin-Work” class group which table it will be saved.
- a. PC_Work
- b. PC_Other
- c. PC_PolAdmin
- d. Base Table
There are 5 fixed values to be prompted for a field in user interface. What is to be selected in Table edit tab of the property?
- a. Local List
- b. RemoteList
- c. FieldValue
- d. ClassKey
“Transition” part is used in an activity
- a. To transfer control to another activity
- b. Evaluated before each step is executed
- c. Is automatically enabled when activity created
- d. True-false test, evaluated during activity execution that determines whether the flow of control in an activity continues with the next numbered step.
Assignment smart shape can have following properties (Select 4)
- a. Router activity
- b. Assignment activity
- c. Local action
- d. CorrName
- e. Confirmation Note
When covered object is in transaction what is the page created for work cover
- a. pyCoverPage
- b. pyWorkCover
- c. pyCover
- d. pyWorkPage
What is a best practice for creating work class and cover class?
- a. They should be in different rule sets since they are 2 distinct classes
- b. They should be in same rule set
- c. It’s not a good practice to create flows in cover class
- d. Always add covered objects from cover
When using Organization set up wizard, If ABC is entered as the Organization, what users will it be creating? (Choose 3)
Embedded pages can be incorporated in to a nested embedded pages
- True
- False
Developer1 added custom code to a rule-html-section removing auto-generated HTML check box. Developer2 clicked Auto-generated HTML check box later and saved the same rule. Then what happened to custom code that developer1 entered?
- a)Custom code will be there.
- b) Custom code is removed when Auto Generated HTML check box is checked again.
- c) Custom code will be commented when Auto Generated HTML check box is checked again.
- d) Cannot check Auto Generated HTML check box once it is unchecked.
What is true about “NewDefaults” standard activity?
- a)Used to set the initial static values when a work object is created.
- b) In PRPC product it is a place holder activity (Dummy activity)
- c) Can incorporate functionality that needs to be implemented before displaying harness new.
- d) A , B and C
- e) B and C
- f) Only C
StartDate property is a single value date property. When that property is shown to the user in perform harness, customer says he/she wants to have icon alongside that property. What is the Rule-HTML-Property that the property needs to refer?
- a) Date
- b) Date-Icon
- c) Date-Calendar
- d) Date-Time- Calendar
Properties (availability Yes) with same name can be created in… (Choose 3)
- a) Same rule set in the same class
- b) Same rule set in the different classes
- c) Different rule sets in the same class
- d) Different rule sets in the different classes