Pega PRCP Fundamentals
Quiz covering Pega Rules Process Commander concepts including rulesets, rules, properties, flows, work objects, and integration methods.
Questions
Ticket events impact
- All flows related to this work object which have the ticket
- All Flows related to work object which are being executed at that time and have the ticket
- One flow related to work object which is being executed at that time and have the ticket
- All flows related to the work object
ServiceLevel used to set SLA's comes under the following menu
- Technical
- SysAdmin
- Process
- Security
Following doesn't come under 'Event Types To Trace' tab of Tracer
- Flow
- Declare Constraint
- Declare Decision Tree
- Activity Steps
Main difference between Property-Map-Value method and Property-Map-ValuePair method is
- Property-Map-Value calls a Rule-Obj-MapValue once, and Property-Map-ValuePair calls it twice
- Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass two row inputs
- Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass a single row input and single column input
- Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass multiple row inputs
External systems access PRPC application data and processes using
- Services
- Connectors
- Servers
- All the above
Correspondence Types are of type
- Rule-Obj-Corr
- Rule-CorrType
- Rule-Obj-CorrType
- Rule-Corr
Which can be specified repeated number of times (in SLA)
- Goal
- Deadline
- Late
- All of the above
What is correct sequence in SmartBuild
- Class Structure, Properties, User Interface, Activities
- Class Structure, Properties, Activities,User Interface
- Properties, Class Structure, User Interface, Activities
- Class Structure, Activities,Properties, User Interface
Pick a method used to display XML Formatted page
- Show-Page
- Show – XML
- Apply-Parse-XML
- Display – XML
How can different operators share the same workbasket
- Ids should be in same WorkGroup
- Ids should be in same Classgroup
- Ids should be in same WorkPool
- Ids should be in same AccessGroup
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