Pega PRMC Platform Fundamentals
Test your knowledge of Pega PRMC platform concepts including rules, properties, flows, class structures, and methods
Questions
Main difference between Property-Map-Value method and Property-Map-ValuePair method is
- Property-Map-Value calls a Rule-Obj-MapValue once, and Property-Map-ValuePair calls it twice
- Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass two row inputs
- Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass a single row input and single column input
- Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass multiple row inputs
If an access role is specified to a parent class it applies to
- Parent Class only
- Parent class and all its child classes
- Parent class and all its child classes unless explicitly overridden by another access rule
- None of the above
Trigger rule is performed when
- Database Save
- Database Update
- Database Deletion
- All of the above
Declare rules are executed when
- During flow execution as process conrtol advances from one task to another
- At the end of activity step,after invoking the method, but before any transition step
- Upon database commit when any object is saved to database
- All of the above
Which can be specified repeated number of times (in SLA)
- Goal
- Deadline
- Late
- All of the above
What is the Pattern Inheritance parent for MICO-Finance-
- Mico-Finance
- Finance-
- Mico-Finance-
- All of the above
Organizational hierarchy levels from Top to bottom are
- Organization, Unit, Division
- Division, organization, Unit
- Organization, Division, Unit
- 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
Pick a method used to display XML Formatted page
- Show-Page
- Show – XML
- Apply-Parse-XML
- Display – XML
How can different operators share the same workbasket
- Ids should be in same WorkGroup
- Ids should be in same Classgroup
- Ids should be in same WorkPool
- Ids should be in same AccessGroup
Which of the following are valid Work Id
- W-
- W-TCS
- TCS-W-
- All of the above
How to display the values of property in a Drop Down (Like a Combo Box)
- Show List HTML property
- Prompt Select HTML Property
- Display Select HTML Property
- Any of the above
What is 'HTML' property used for
- To show XML pages in Display
- To add HTML Screens in Display
- For Customizing the Display
- To display special HTML characters
Which method is used to modify px properties
- Property-Set
- They cannot be changed
- Property-Set-X
- Property-Set-Special
Which shape is used to send and receive data from external system
- Integrator
- Ticket
- Fork
- Split-Join
Cover and Covered object should belong to
- Same ClassGroup
- Same AccessGroup
- Same WorkPool
- None of the above
Rule-Obj-When is mapped to which shape
- Decision
- Logic
- Fork
- Ticket
What is Page Context
- Action not to be taken on the page defined in Page Context
- Where you can use $Any, $None
- Action will be taken on the properties of the page defined in Page Context
- Only used in Declarative rules
How to write comments in HTML
- Use * line *
- Use * Line *\
- Use {COMMENT} text {/COMMENT}
- Use // Comment (Java Style)
By default assignments include a property that has harness rule set to
- New
- Perform
- Confirm
- Review