Pega PRPC Development - Fundamentals
Covers Pega PRPC concepts including RuleSets, Classes, Properties, Flows, Work Objects, and key development rules
Questions
Which method is used to modify px properties
- Property-Set
- They cannot be changed
- Property-Set-X
- Property-Set-Special
Cover and Covered object should belong to
- Same ClassGroup
- Same AccessGroup
- Same WorkPool
- None of the above
Rule-Obj-When is mapped to which shape
- Decision
- Logic
- Fork
- Ticket
Which one of the following rules would be most appropriate to use for displaying a count of New, Open, Pending and Resolved work objects ?
- Rule-Obj-Count
- Rule-Obj-ListView
- Rule-Obj-SummaryView
- Rule-Obj-GroupBy
Which one of the following properties is found on the pxRequestor page ?
- pxFlowInsKey
- pxAssignmentKey
- pxUserIdentifier
- pyID
To enter new work, a user selects a work type from the New selection list in the Process Work gadget of the navigation panel. How do you add another value to this list ?
- create a new flow and check Creates a New Work Object
- create a new work class and clear the cache
- create a new work class and update the HTML containing the selection list
- create a new flow and update the value of pyFlowType in the work class model
What is the appropriate "Applies To" class when creating a ListView that displays operator Full Names and User Identifiers
- Data-Admin-Operator-ID
- Rule-Obj-Operator
- Rule-Obj-ListView
- Rule-Access-Role-Name
__________ is the conventional name for the page that contains a covering work object
- pyWorkPage
- pyObjectCover
- pyObjectWork
- pyWorkCover
Use Edit Input rules (Rule-Edit-Input) to
- convert input data to a standard format
- test prperty values
- perform a database INSERT
- define and enforce comparison relationships among property values
Prerequisite rule set for all initial application rulesets
- Not necessary to have a prerequisite for initial application rulesets
- PegaApp
- Pega-Rules
- Pega-ProCom
Which of the following is mandatory while creating a class
- Pattern Inheritance
- Direct Inheritance
- Both
- None of the above
Trigger rule is performed when
- Database Save
- Database Update
- Database Deletion
- All of the above
What is the Pattern Inheritance parent for MICO-Finance-
- Mico-Finance
- Finance-
- Mico-Finance-
- All of the above
Status of a work object is represented by:
- pyTaskStatus
- pyWorkStatus
- pyStatusWork
- pyWorkObjectStatus
Which of the following is true regarding development RuleSets(Not standard rules)
- Rule sets can be maximum of 32 characters
- Rule sets can have spaces
- Rule sets can have Pega as prefix
- Rule sets name can have special characters and spaces
According to Ten Guard Rails of PRPC,application performance need to be monitored
- Daily
- Weekly
- Monthly
- Once in 3 months
How to display the values of property in a Drop Down (Like a Combo Box)
- Show List HTML property
- Prompt Select HTML Property
- Display Select HTML Property
- Any of the above
Which are the Roles defined as per PRPC
- Process Architect
- System Administrator
- System Architect
- All of the above
System Architect works with
- Properties
- Flows
- Harness
- Correspondence Rules
Style Sheet templates are stored in which class
- RULE-FILE-STYLE
- RULE-FILE-CSS
- RULE-FILE-TEXT
- RULE-FILE-BINARY