Pega Platform Fundamentals Quiz
Test your knowledge of Pega platform concepts including rules, classes, work objects, activities, and connectors
Questions
Which will be used to Generated work Object ID in New Release?
- Work- ObjectID
- Work- GenerateID
- Work – Object
- Work – New
In the Work Object Model, the hierarchy of work objects is:
- Cover, Basic, Folder
- Folder, Cover, Basic
- Cover, Folder, Basic
- Basic, Folder, Cover
Suppose there is a rule set called “XXX” which has got 5 versions. Then class Rule-Rule set-Name will have ---- no. of instances and Rule-Rule set-Version will have ------ no. of instances
- 5, 5
- 5, 1
- 1, 5
- 1, 1
Which of the following is a valid work object ID?
- W-1234-S
- W-1234
- Pega-1234-Work
- All of the above are valid
When looping through a page list, all of the following are valid index references except:
- (<CURRENT>)
- (<FIRST>)
- (<LAST>)
- (<INSERT>)
- (<APPEND>)
- (<PREPEND>)
Which of the following is not a type of Activity
- Connector
- Notify
- Router
- Trigger
- Assembler
- None of the Above
A connector emanating from an Assignment shape is called:
- Local action
- Flow action
- Branch
- Assignment connector
Properties (availability Yes) with same name can be created in… (Choose 3)
- Same rule set in the same class
- Same rule set in the different classes
- Different rule sets in the same class
- Different rule sets in the different classes
There is a class group A-B-C and a class A-B-C-D belongs to it Class group A-B-C instance will be in database table pc_work How about class A-B-C-D’s instance?
- pr4_base
- pc_work
- pc_other
- none of the above
What is correct sequence in SmartBuild
- Class Structure, Properties, User Interface, Activities
- Class Structure, Properties, Activities,User Interface
- Properties, Class Structure, User Interface, Activities
- Class Structure, Activities,Properties, User Interface
The different types of connectors are FlowAction, Always, When, Else, Status, LocalAction, Action. Find the ones that is not a type of connector
- FlowAction and LocalAction
- Action
- All the above
- None of the above
______ Referenced by ______Referenced by _____ ( Find suitable place for following rules)
- Access Group, Operator ID, Application
- Operator ID, Access Group, Application
- Application, Access Group, Operator ID
- Application, Operator ID, Access Group
- Operator ID, Application, Access Group
“Transition” part is used in an activity
- To transfer control to another activity
- Evaluated before each step is executed
- Is automatically enabled when activity created
- True-false test, evaluated during activity execution that determines whether the flow of control in an activity continues with the next numbered step.
Pega implementation methodology is based on ____
- Rational Unified Process
- Six sigma
- Object Oriented Programming
- Global Innovation Process
- Agile
Which of the following are not found in Rules Inspector
- Field Value rules
- Declerative Rules
- Styles
- Property Rules
- None of the Above
What is the status of work object when created?
- new
- open
- resolved
- pending
declare pages are of what type ?
- thread
- node
- both a and b
- none of the above
The approach which establishes a place to store properties and other rules that apply across several leaf classes is called:
- Cross-Class Approach
- Streamlined Process
- Top-Down Approach
- Application Accelerator
Give the correct sequence for creating classes for this particular example: @baseclass I. PegaRP- II. PegaRP-Data- III. PegaRP-Data-Product- IV. PegaRP-Work- V. PegaRP-Work-Object- VI. PegaRP-Work-Object-Admin- VII. PegaRP-Work-Project- VIII. PegaRP-Work-Project-Inquiry-
- I, II, IV, III, V, VII, VI, VIII
- I, IV, V, VI, VII, VIII, II, III
- I, IV, II, V, VII, III, VI, VIII
- I, II, IV, V, VII, III, VI, VIII
which rule can migrate the rules and data instances?
- System
- Product
- all of the above
- none of the above