Pega PRPC Platform Administration Quiz
Test your knowledge of Pega PRPC platform administration including rule management, activities, agents, alerts, caches, and system configuration.
Questions
Which of the following three class groups process commander by default contains on installation
- Work-Cover
- PegaSamples
- Work-Folder
- PegaAccel
- Data-Admin
- History-PegaSample
A context-free Declarative Expression allows you to define and execute expressions on embedded data
- True
- False
Setting the alert levels for the PegaAlert log is done in which file?
- prlog4jsettings.xml
- prlogging.xml
- prsettings.xml
- prconfig.xml
Which of the following statements is false?
- Local variables can be passed between activities
- You cannot view local variables and their values in the tracer tool
- You cannot view the contents of the parameter page in the clipboard viewer
- You can view parameters and their values in the tracer tool
After a ticket is raised can you resume processing from the point where the ticket was invoked?
- True
- False
Which classes are history records created for?
- Work Classes
- Data Classes
- Rule Classes
- All of the Above
Can you define SLA's for assignments and also for work objects?
- True
- False
You customize the thresholds values for alerts in?
- prloggin.xml
- System Setting rule
- prconfig.xml
- prweb.xml
Which of the following rule types would normally NOT be delegated to business users?
- Rule-Declare-DecisionTable
- Rule-Obj-MapValue
- Rule-Obj-Activity
- Rule-Declare-DecisionTree
Which of the following allows you to create a zip archive containing rules?
- Rule-Admin-Product
- Choosing File > Export Archive from the Developers Portal
- Choosing Tools > Rule Management > Delete a RuleSet
- All of the above
What are the 6 r’s?
- Reuse
- Research
- Reserve
- Report
- Re-Examine
- Receive
how to specialize rules for a country or state
- Class & Ruleset
- Class
- Circumstances
- a&c
- a&b
You can define a circumstance of a rule if a base rule does not exist.
- True
- False
RuleSet prerequisites are part of rule resolution and enforced during run-time
- True
- False
What are the two modes in which an agent can run in PRPC v5.5 and later?
- Legacy
- Advanced
- Standard
- Deprecated
What is the Rule Instance Cache
- In Memory Cache of the XML of a frequently accessed rule
- Disk based cache of the XML of a frequently accessed rule
- First Use Assembly cache
- Cache of the generated and instantiated rule instance
Which among the below tools gives overall health check of application
- PAL
- PLA
- SMA
- Preflight
The CPU counters for PAL are always available.
- True
- False
The generation of alerts should be disabled in a production system.
- True
- False
In an Activity, you can pass parameters to a ListView by:
- In a step before calling Obj-List-View, include a Property-Set step to place values into the parameter page.
- List View rules cannot accept parameters.
- Including them directly into the parameters for the Obj-List-View method
- Include a Java step to place values onto the parameter page