Pega PRPC Platform Administration Quiz

Test your knowledge of Pega PRPC platform administration including rule management, activities, agents, alerts, caches, and system configuration.

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Which of the following three class groups process commander by default contains on installation

  1. Work-Cover
  2. PegaSamples
  3. Work-Folder
  4. PegaAccel
  5. Data-Admin
  6. History-PegaSample
Question 2 True/False

A context-free Declarative Expression allows you to define and execute expressions on embedded data

  1. True
  2. False
Question 3 Multiple Choice (Single Answer)

Setting the alert levels for the PegaAlert log is done in which file?

  1. prlog4jsettings.xml
  2. prlogging.xml
  3. prsettings.xml
  4. prconfig.xml
Question 4 Multiple Choice (Single Answer)

Which of the following statements is false?

  1. Local variables can be passed between activities
  2. You cannot view local variables and their values in the tracer tool
  3. You cannot view the contents of the parameter page in the clipboard viewer
  4. You can view parameters and their values in the tracer tool
Question 5 True/False

After a ticket is raised can you resume processing from the point where the ticket was invoked?

  1. True
  2. False
Question 6 Multiple Choice (Single Answer)

Which classes are history records created for?

  1. Work Classes
  2. Data Classes
  3. Rule Classes
  4. All of the Above
Question 7 True/False

Can you define SLA's for assignments and also for work objects?

  1. True
  2. False
Question 8 Multiple Choice (Single Answer)

You customize the thresholds values for alerts in?

  1. prloggin.xml
  2. System Setting rule
  3. prconfig.xml
  4. prweb.xml
Question 9 Multiple Choice (Single Answer)

Which of the following rule types would normally NOT be delegated to business users?

  1. Rule-Declare-DecisionTable
  2. Rule-Obj-MapValue
  3. Rule-Obj-Activity
  4. Rule-Declare-DecisionTree
Question 10 Multiple Choice (Single Answer)

Which of the following allows you to create a zip archive containing rules?

  1. Rule-Admin-Product
  2. Choosing File > Export Archive from the Developers Portal
  3. Choosing Tools > Rule Management > Delete a RuleSet
  4. All of the above
Question 11 Multiple Choice (Multiple Answers)

What are the 6 r’s?

  1. Reuse
  2. Research
  3. Reserve
  4. Report
  5. Re-Examine
  6. Receive
Question 12 Multiple Choice (Single Answer)

how to specialize rules for a country or state

  1. Class & Ruleset
  2. Class
  3. Circumstances
  4. a&c
  5. a&b
Question 13 True/False

You can define a circumstance of a rule if a base rule does not exist.

  1. True
  2. False
Question 14 True/False

RuleSet prerequisites are part of rule resolution and enforced during run-time

  1. True
  2. False
Question 15 Multiple Choice (Multiple Answers)

What are the two modes in which an agent can run in PRPC v5.5 and later?

  1. Legacy
  2. Advanced
  3. Standard
  4. Deprecated
Question 16 Multiple Choice (Single Answer)

What is the Rule Instance Cache

  1. In Memory Cache of the XML of a frequently accessed rule
  2. Disk based cache of the XML of a frequently accessed rule
  3. First Use Assembly cache
  4. Cache of the generated and instantiated rule instance
Question 17 Multiple Choice (Single Answer)

Which among the below tools gives overall health check of application

  1. PAL
  2. PLA
  3. SMA
  4. Preflight
Question 18 True/False

The CPU counters for PAL are always available.

  1. True
  2. False
Question 19 True/False

The generation of alerts should be disabled in a production system.

  1. True
  2. False
Question 20 Multiple Choice (Single Answer)

In an Activity, you can pass parameters to a ListView by:

  1. In a step before calling Obj-List-View, include a Property-Set step to place values into the parameter page.
  2. List View rules cannot accept parameters.
  3. Including them directly into the parameters for the Obj-List-View method
  4. Include a Java step to place values onto the parameter page