Pega PRPC Fundamentals
Quiz covering Pega Rules Process Commander platform concepts including classes, rulesets, work objects, harnesses, and development tools
Questions
RuleSet versions consist of 3 separate numbers
- Patch-Major-Minor
- Minor-Patch-Major
- Major-Minor-Patch
- Minor-Patch-Major-SubMajor
Access to RuleSets can be granted in all but one of these ways:
- For the entire Organization
- For a Division
- For an Org Unit
- By Job Function (via Access Groups)
A Top-level Class
- Inherits from @baseclass
- Inherits from Work-
- Contains most of your business logic
- Is usually the same as a “bottom level” class
Which of the following is not true
- Classes that end in “-” must be abstract
- Abstract classes should not have instances
- Concrete classes must belong to a class group
- A class group must always have at least one key
Typically inherit from Data- or Embed-. Which statement is true?
- Instances of Embed- classes can not be saved as pages inside of Work Objects
- Instances of Data- classes can not be saved as pages inside of Work Objects
- Instances of both Data- & Embed- classes can be saved as pages inside of Work Object
- Embed- objects can be persisted to the database
Covers and Folders are work objects
- True
- False
Covers have some automatic behavior
- Whenever all of the covered work objects are Resolved-Complete, the Cover is automatically Resolved
- Whenever all of the covered work objects are Resolved, the Cover is automatically Resolved
- Whenever all of the covered work objects are Resolved, the AllCoveredResolved Ticket is raised
- None of the above
Folders can contain:
- Only Work Objects
- Work Objects or Covers
- Work Objects, Covers, or other Folders
- None of the above
There is a ________ relationship between a Folder and the items it contains:
- One-to-one
- Many-to-one
- One-to-many
- Many-to-many
A Classgroup
- Is any set of related work objects
- Causes the system to store the instances corresponding to two or more concrete classes that have a common key format in a single database table
- Is unrelated to your application’s Reporting requirements
- None of the above
The text for CF Enrollment is defined:
- In the Short Description of the Flow
- In the Short Description of the Harness
- In the Short Description of the Class Group
- None of the above
The text for Subscriber Enrollment is defined:
- In the Short Description of the Flow
- In the Short Description of the Harness
- In the Short Description of the Class Group
- None of the above
In the Vehicle Information section, the user can select several automobiles. The selections are stored in the Vehicle property. The Vehicle property is of type
- Value Group
- Page Group
- Value List
- Page List
In the Account Information section, the user selects the Region Name, and a two-letter Region Code is stored in the property. The business uses a total of four or five regions that don’t change very frequently.The best way to implement the Region drop down is with
- Local List
- Class Key Value
- Prompt List
- Remote List
The value selected in Make determines the values to be displayed in Model. This function is implemented using:
- Property-Set
- Dynamic Select
- Dependency List
- Obj-List
Which two of the following are options in Rules Inspector
- Show Harness Rules
- Show Peoperty Rules
- Show Section Rules
- Show Field Value Rules
- Show Declarative Rules
- Show HTML Rules
Harness sections are created as type
- Rule-Obj-HTML
- Rule-Obj-Section
- Rule-HTML-Harness
- Rule-HTML-SEction
HTML Fragments are created as type
- Rule-HTML-Fragment
- Rule-Obj-HTML
- Rule-Obj-Fragment
- Rule-HTML-Stream
Standard Attachment Types in PRPC include all of the following except: b
- File
- Object
- URL
- Screenshot
- Scanned Document