Pega PRPC Fundamentals
Test your knowledge of Pegasystems PRPC platform concepts including flows, work objects, properties, rules, classes, and organizational structure
Questions
Which of the following is false
- Work baskets are instances of Data-Admin-WorkBasket class
- Work lists are instances of Data-Admin-Operator-ID class
- Class group is an instance of Data-Admin-Classgroup
- Access role objects should not be shared across applications
To split processing into two or more independent secondary flows that operate in parallel we should use
- Split-For-Each
- Split-Join
- Called Flow
- SpinOff Flow
If an access role is specified to a parent class it applies to
- Parent Class only
- Parent class and all its child classes
- Parent class and all its child classes unless explicitly overridden by another access rule
- None of the above
Organizational hierarchy levels from Top to bottom are
- Organization, Unit, Division
- Division, organization, Unit
- Organization, Division, Unit
- None of the above
Which of the following are valid Work Id
- W-
- W-TCS
- TCS-W-
- All of the above
Which Default Property Types cannot be modified
- px
- py
- A and B
- pz
The property pxUrgencyWork is calculated using the following formula: AtTheRate(100, AtTheRatemax(0, .pxUrgencyWorkClass + .pyUrgencyWorkAdjust + .pxUrgencyWorkSLA + .pxUrgencyPartyTotal))
- Rule-Declare-DecisionTable
- Rule-Declare-Expressions
- Rule-Declare-Trigger
- Rule-Declare-OnChange
What is Page Context
- Action not to be taken on the page defined in Page Context
- Where you can use $Any, $None
- Action will be taken on the properties of the page defined in Page Context
- Only used in Declarative rules
Which one of the following statements is true ?
- Covered work objects inherit from Cover-Object- class
- Ordinary work objects inherit from the Work-Object- class
- Folders may contain only one covered work object
- Folders may be a work object
By default assignments include a property that has harness rule set to
- New
- Perform
- Confirm
- Review
WorkPool is
- Collection of WorkGroups
- Collection of similar Work Objects
- Collection of ClassGroup
- None of the above
Work Objects are created during
- Opening Flows
- Primary Flows
- Secondary Flows
- Sub Flows
What is 'HTML' property used for
- To show XML pages in Display
- To add HTML Screens in Display
- For Customizing the Display
- To display special HTML characters
Declare rules are executed when
- During flow execution as process conrtol advances from one task to another
- At the end of activity step,after invoking the method, but before any transition step
- Upon database commit when any object is saved to database
- All of the above
Which shape is used to send and receive data from external system
- Integrator
- Ticket
- Fork
- Split-Join
How to write comments in HTML
- Use * line *
- Use * Line *\
- Use {COMMENT} text {/COMMENT}
- Use // Comment (Java Style)
Which of the following is the best way to update a property in an activity step ?
- Use the Java method
- AtSetValue(PropertyName, Value)
- Use the Property-Set method
- {PropertyName INPUT}
Which one of the following rules may be locked and unlocked ?
- Rule-RuleSet-Version
- Rule-RuleSet-Name
- Rule-RuleSet-List
- Rule-RuleSet-ProCom
Class name can be maximum of
- 32 characters
- 64 characters
- 128 characters
- No length restriction
For short medium lists which change often following should be specified in TableEdit tab of Property
- Local List
- Field Value
- Remote List
- Prompt List