Pega PRMC Platform Fundamentals

Test your knowledge of Pega PRMC platform concepts including rules, properties, flows, class structures, and methods

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Main difference between Property-Map-Value method and Property-Map-ValuePair method is

  1. Property-Map-Value calls a Rule-Obj-MapValue once, and Property-Map-ValuePair calls it twice
  2. 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
  3. 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
  4. 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
Question 2 Multiple Choice (Single Answer)

If an access role is specified to a parent class it applies to

  1. Parent Class only
  2. Parent class and all its child classes
  3. Parent class and all its child classes unless explicitly overridden by another access rule
  4. None of the above
Question 3 Multiple Choice (Single Answer)

Trigger rule is performed when

  1. Database Save
  2. Database Update
  3. Database Deletion
  4. All of the above
Question 4 Multiple Choice (Single Answer)

Declare rules are executed when

  1. During flow execution as process conrtol advances from one task to another
  2. At the end of activity step,after invoking the method, but before any transition step
  3. Upon database commit when any object is saved to database
  4. All of the above
Question 5 Multiple Choice (Single Answer)

Which can be specified repeated number of times (in SLA)

  1. Goal
  2. Deadline
  3. Late
  4. All of the above
Question 6 Multiple Choice (Single Answer)

What is the Pattern Inheritance parent for MICO-Finance-

  1. Mico-Finance
  2. Finance-
  3. Mico-Finance-
  4. All of the above
Question 7 Multiple Choice (Single Answer)

Organizational hierarchy levels from Top to bottom are

  1. Organization, Unit, Division
  2. Division, organization, Unit
  3. Organization, Division, Unit
  4. None of the above
Question 8 Multiple Choice (Single Answer)

What is correct sequence in SmartBuild

  1. Class Structure, Properties, User Interface, Activities
  2. Class Structure, Properties, Activities,User Interface
  3. Properties, Class Structure, User Interface, Activities
  4. Class Structure, Activities,Properties, User Interface
Question 9 Multiple Choice (Single Answer)

Pick a method used to display XML Formatted page

  1. Show-Page
  2. Show – XML
  3. Apply-Parse-XML
  4. Display – XML
Question 10 Multiple Choice (Single Answer)

How can different operators share the same workbasket

  1. Ids should be in same WorkGroup
  2. Ids should be in same Classgroup
  3. Ids should be in same WorkPool
  4. Ids should be in same AccessGroup
Question 11 Multiple Choice (Single Answer)

Which of the following are valid Work Id

  1. W-
  2. W-TCS
  3. TCS-W-
  4. All of the above
Question 12 Multiple Choice (Single Answer)

How to display the values of property in a Drop Down (Like a Combo Box)

  1. Show List HTML property
  2. Prompt Select HTML Property
  3. Display Select HTML Property
  4. Any of the above
Question 13 Multiple Choice (Single Answer)

What is 'HTML' property used for

  1. To show XML pages in Display
  2. To add HTML Screens in Display
  3. For Customizing the Display
  4. To display special HTML characters
Question 14 Multiple Choice (Single Answer)

Which method is used to modify px properties

  1. Property-Set
  2. They cannot be changed
  3. Property-Set-X
  4. Property-Set-Special
Question 15 Multiple Choice (Single Answer)

Which shape is used to send and receive data from external system

  1. Integrator
  2. Ticket
  3. Fork
  4. Split-Join
Question 16 Multiple Choice (Single Answer)

Cover and Covered object should belong to

  1. Same ClassGroup
  2. Same AccessGroup
  3. Same WorkPool
  4. None of the above
Question 17 Multiple Choice (Single Answer)

Rule-Obj-When is mapped to which shape

  1. Decision
  2. Logic
  3. Fork
  4. Ticket
Question 18 Multiple Choice (Single Answer)

What is Page Context

  1. Action not to be taken on the page defined in Page Context
  2. Where you can use $Any, $None
  3. Action will be taken on the properties of the page defined in Page Context
  4. Only used in Declarative rules
Question 19 Multiple Choice (Single Answer)

How to write comments in HTML

  1. Use * line *
  2. Use * Line *\
  3. Use {COMMENT} text {/COMMENT}
  4. Use // Comment (Java Style)
Question 20 Multiple Choice (Single Answer)

By default assignments include a property that has harness rule set to

  1. New
  2. Perform
  3. Confirm
  4. Review