Pega PRPC Development Fundamentals

Fundamental concepts of Pega/PRPC development including class structure, RuleSets, design standards, and development tools like Tracer

8 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Classes that end in “-” must be abstract by convention

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

Pool Deals with

  1. Organization
  2. Division
  3. Unit
  4. None of the above
Question 3 Multiple Choice (Single Answer)

PegaRULES Process Commander has an ultimate base class called __________ from which all other classes are derived. This class has properties and activities that are available to all PegaRULES Process Commander applications

  1. "$baseclass"
  2. "@baseclass"
  3. pegabaseclass
  4. pzBaseClass
Question 4 Multiple Choice (Single Answer)

A RuleSet is

  1. Any set of rules
  2. The set of rules and data that comprise your application
  3. A related group of business rules
  4. no rules
Question 5 Multiple Choice (Single Answer)

According to PRPC Standards of Design, which of the following should be followed

  1. ProcessFlow, Class Structure,User Interface, Properties
  2. ProcessFlow, ClassStructure, Properties, User Interface
  3. Structure, Properties, User Interface, ProcessFlow
  4. Class Structure, ProcessFlow, User Interface
Question 6 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 7 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 8 Multiple Choice (Single Answer)

Which tool is used by the user to check for the Parameter values in the flow?

  1. Parameter Page
  2. Rules Inspector
  3. Tracer
  4. Clipboard