You are on page 1of 1

PEGA Questions and Answers

1. Types of Inheritance PEGA Supports and mention them?

Pattern and Direct Pattern Inheritance takes First priority

2. Mention Data Page Scopes and a small brief about each Scope of Data Page

Scopes

Thread: A thread scope of data page is accessible for sharing with in a single WO multiple times.

Requestor: This scope of data page is accessible for sharing with in a single requestor session
among multiple WO’s but not with other requestors.

Node: This scope of data page is accessible among multiple requestors who logon to same
node but not with requestors of another node.

3. What is an Access group in Pega and Access Roles in Pega ? Mention any one OOTB Access
Role ?
An access group in Pega is a group of permissions within an application that determines what
actions users can perform. Access roles in Pega are specific capabilities associated with an
access group that determine the user's capabilities and access to features. One out-of-the-
box (OOTB) access role in Pega is "PegaRULES:SysAdm4", which is typically used for
developers and designers.

4. What is a Rule Stack in Pega ?


The ruleset stack determines the order in which Pega Platform looks through rulesets to find
the rule that is in use.The RuleSet Stack tab is accessed by clicking Designer Studio >
Application > Structure > RuleSet Stack. This tab lists the rulesets and ruleset versions that
make up your current application including those inherited from any built-on applications.
5. Do you know anything about Code-Pega-List and when do we usually use it?
Code-Pega-List is typically used in Pega when we want to display a list of data in a report
format, such as with Obj-Browse methods and lookup lists. It is more efficient than the
default format and is automatically used by report definitions.

You might also like