Pega PRPC Platform Fundamentals Quiz
Test your knowledge of Pega PRPC platform concepts including classes, rulesets, activities, rule resolution, property rules, and clipboard pages, along with networking fundamentals.
Questions
Router, Notify, and Utility are all based on what rule? (Its defined in Security tab in Activity)
- Rule-Obj-Flow
- Rule-Activity
- Rule-Obj-Activity
- They are each separate rule types
Which of the following is true about step pages.(choose 2)
- Steppages define the default pagecontext during the step execution.
- Step pages are removed when the activity ended
- Steppage class is always equal to AppliesTo Key.
- StepPage is not required on each step of an activity.
The clipboard page which contains information about your access roles, RuleSet list, and HTTP protocol parameters is the:
- Process Page
- Requestor Page
- Thread Page
- User Pages
Page list’s or Value list’s index always starts with :
- 0
- 1
- ( )
- No subscript or braces.
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
Where do we find a Non-numeric subscript?
- Java Object
- Page group
- Value list
- Page list
All classes except @baseclass must have direct inheritance.
- True
- False
what can we place in a model (choose 4)
- Property reference
- Literal
- Function
- Boolean expression
- Activity call
Which one of the following components users can NOT create by Application Accelerator?
- Class group (work pool) and supporting database table
- A RuleSet and version for the application, added to access group
- Work parties rule
- Capability of communication or integration with other system
- Work object forms
- Workbaskets, worklists and workgroups
Where do u have the group by option
- List View
- Summary View
- Both a and b
- none of the above
The property rule____ (choose 2)
- Can not be overridden with the same name
- Can use the inheritance facility in PRPC
- Can be created with the same name in different ruleset
- Can be created with the same name in different class
What you can do in the Monitor Activity workspace
- Run the report wizard
- Create new report
- Run the processes form report
- Browse category.
In PRPC, all classes you create inherit from the base classes:
- Citi-, Rule-, HTML-
- Work-, Data-, and History-
- Class-, Property-, Method-
- none of the above
In rule resolution what are all considered. (choose 4)
- Circumstance
- Ruleset
- RuleSet Version
- Create Date Time
- Rule Available
Parse XML rule is under which category of rules?
- Integration-Mapping
- Technical
- Property
- none of the above
Which parameter is used in the router activities?
- AssignTo
- SendTo
- DirectTo
- none of the above
Organizations are instances of _____________________ class and by default on installation, PRPC comes with an organization called _______________________________
- Data-Organization, admin.pega.com
- Data-Admin-Organization, pega.com
- Data-Admin-Org, pega.com
- none of the above
How many layers present in the ISO/OSI model
- 6
- 7
- 5
- 8
TCP/IP stands for
- Transfer Control Protocol/Intranet Protocol
- Transmission Control Protocol / Internet Protocol
- Transfer Control Protocol / Intranet Protocol
- Transfer Control Protocol / Intranetworking Protocol
After determining what you want your application to do, the best next step in software development is to:
- Establish standards for detail design
- Get to know your target users
- Allocate system functions
- Perform task analysis