Pega PRPC Rules and Architecture
Test your knowledge of Pega PRPC platform including declarative rules, rule resolution, harnesses, classes, flows, and system architecture concepts
Questions
Which of the following options in the Change Tracking field enable backward chaining? (Select all that apply)
- When used if no value present
- When used if property is missing
- Whenever used
- Whenever inputs change
Which of the following rules cannot be called by an expression in a manner in which property changes are tracked?
- Decision Trees
- Decision Tables
- Map
- Activities
Backward chaining expressions always lead to worse performance than forward chaining rules
- True
- False
Which of the following statements is true regarding the use of Draft Flows?
- Draft flows cannot be executed
- Draft flows can be used for demonstration purpose
- Draft flows are not visible to rule resolution
- None
Select from a list of rules which implement the build for change
- Declare-Expressions
- Edit Validate
- Rule-File-Text
- When
What is class pollution?
- The burgeoning numbers of custom rules in the Work- class that make navigation in application work classes difficult.
- The improper creation of sub-classes to the Work- class
- The creation of too many rules in the application work class
- None
Each application will have a standard work party rule always named Requestor. Is this statement true or false?
- True
- False
Class Explorer is a tool that is available to system architects and system administrators only. Is this statement true or false?
- True
- False
Interest Page is nothing but
- Primary Page
- Secondary Page
- Parameter Page
- Local Page
I am trying to find out who is holding the lock on a given work object. What is the best way to do this without trying to lock the object?
- Use Ob-Open-By-Handle and use the LockInfoPage
- Run a RDB method against the database to see who holds the lock
- Use the tools.getLockManager().isLocked method in a java step
- None
While Rule resolution algorithm prepares Rule set list from all data sources, the most top rule set from a data source
- Will be appended at most bottom of the list (for that data source
- Will be appended at top of the list (for that data source
- No such order will be maintained
- None
Which of the following is not a Pega GuardRail
- Establish robust Foundation
- Design Intent driven processing
- Design Event Driven Processing
- Build For Change
Which harness screen will succeed New Harness?
- Perform harness
- Confirm harness
- Review harness
- Reopen harness
External systems have the ability to access Process Commander data using
- Snapstart
- Connectors
- Services
- either
The clipboard page that is created at startup and contains system-wide state and configuration information to PRPC is called
- Process page
- Requestor page
- Thread pages
- User pages
Which class is used to process e-mail as a service to receive messages from other systems?
- Data-Email account
- Rule-Service-Email
- Either
- None of the above
The availability of the rules in PRPC is stored in which property?
- pyRuleAvailable
- pyRuleStatus
- pyRuleBlocked
- None of the above
Which of the following cannot be used with Declarative rules
- Circumstances
- Agents
- Functions
- FlowActions
What type of rule should you create to calculate the value of a property automatically based on changes in other properties?
- Model
- Formula
- Declarative constraint
- Declarative expression
How do you replace a primary page with other pages in a harness (which directive you use to achieve it)?
- Literal directive
- Comment directive
- When directive
- With directive