Pega PRPC Fundamentals

Quiz covering Pega Rules Process Commander platform concepts including classes, rulesets, work objects, harnesses, and development tools

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

RuleSet versions consist of 3 separate numbers

  1. Patch-Major-Minor
  2. Minor-Patch-Major
  3. Major-Minor-Patch
  4. Minor-Patch-Major-SubMajor
Question 2 Multiple Choice (Single Answer)

Access to RuleSets can be granted in all but one of these ways:

  1. For the entire Organization
  2. For a Division
  3. For an Org Unit
  4. By Job Function (via Access Groups)
Question 3 Multiple Choice (Single Answer)

A Top-level Class

  1. Inherits from @baseclass
  2. Inherits from Work-
  3. Contains most of your business logic
  4. Is usually the same as a “bottom level” class
Question 4 Multiple Choice (Single Answer)

Which of the following is not true

  1. Classes that end in “-” must be abstract
  2. Abstract classes should not have instances
  3. Concrete classes must belong to a class group
  4. A class group must always have at least one key
Question 5 Multiple Choice (Single Answer)

Typically inherit from Data- or Embed-. Which statement is true?

  1. Instances of Embed- classes can not be saved as pages inside of Work Objects
  2. Instances of Data- classes can not be saved as pages inside of Work Objects
  3. Instances of both Data- & Embed- classes can be saved as pages inside of Work Object
  4. Embed- objects can be persisted to the database
Question 6 True/False

Covers and Folders are work objects

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

Covers have some automatic behavior

  1. Whenever all of the covered work objects are Resolved-Complete, the Cover is automatically Resolved
  2. Whenever all of the covered work objects are Resolved, the Cover is automatically Resolved
  3. Whenever all of the covered work objects are Resolved, the AllCoveredResolved Ticket is raised
  4. None of the above
Question 8 Multiple Choice (Single Answer)

Folders can contain:

  1. Only Work Objects
  2. Work Objects or Covers
  3. Work Objects, Covers, or other Folders
  4. None of the above
Question 9 Multiple Choice (Single Answer)

There is a ________ relationship between a Folder and the items it contains:

  1. One-to-one
  2. Many-to-one
  3. One-to-many
  4. Many-to-many
Question 10 Multiple Choice (Single Answer)

A Classgroup

  1. Is any set of related work objects
  2. 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
  3. Is unrelated to your application’s Reporting requirements
  4. None of the above
Question 11 Multiple Choice (Single Answer)

The text for CF Enrollment is defined:

  1. In the Short Description of the Flow
  2. In the Short Description of the Harness
  3. In the Short Description of the Class Group
  4. None of the above
Question 12 Multiple Choice (Single Answer)

The text for Subscriber Enrollment is defined:

  1. In the Short Description of the Flow
  2. In the Short Description of the Harness
  3. In the Short Description of the Class Group
  4. None of the above
Question 13 Multiple Choice (Single Answer)

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

  1. Value Group
  2. Page Group
  3. Value List
  4. Page List
Question 14 Multiple Choice (Single Answer)

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

  1. Local List
  2. Class Key Value
  3. Prompt List
  4. Remote List
Question 15 Multiple Choice (Single Answer)

The value selected in Make determines the values to be displayed in Model. This function is implemented using:

  1. Property-Set
  2. Dynamic Select
  3. Dependency List
  4. Obj-List
Question 16 Multiple Choice (Multiple Answers)

Which two of the following are options in Rules Inspector

  1. Show Harness Rules
  2. Show Peoperty Rules
  3. Show Section Rules
  4. Show Field Value Rules
  5. Show Declarative Rules
  6. Show HTML Rules
Question 17 Multiple Choice (Single Answer)

Harness sections are created as type

  1. Rule-Obj-HTML
  2. Rule-Obj-Section
  3. Rule-HTML-Harness
  4. Rule-HTML-SEction
Question 18 Multiple Choice (Single Answer)

HTML Fragments are created as type

  1. Rule-HTML-Fragment
  2. Rule-Obj-HTML
  3. Rule-Obj-Fragment
  4. Rule-HTML-Stream
Question 19 Multiple Choice (Single Answer)

Standard Attachment Types in PRPC include all of the following except: b

  1. File
  2. Object
  3. URL
  4. Screenshot
  5. Scanned Document