Consider the following requirement: Car dealers cannot modify orders in the Fulfillment stage. Which security solution do you use to satisfy the requirement?
Answer : A
Access of Role to Object (ARO) is used to define the level of access that a role has to instances of a class. In this case, an ARO can be created for the car dealers' role to restrict modify access to orders in the Fulfillment stage. Reference: Pega Platform Help - Security.
You have identified an activity that does not perform well. You need to find out exactly which steps in the activity are causing the poor performance.
Which tool allows you to identify the cause of the performance issue?
Answer : C
The Tracer tool is designed to debug the execution of rules by providing detailed runtime information about each step within a rule. This allows you to identify performance issues at the step level within an activity. Reference: Pega Platform Help - Tracer Tool.
Which two situations are likely to negatively impact application performance? (Choose Two)
Answer : A, C
Generating report data based on several properties stored in the BLOB (Binary Large Object) can impact performance because it requires full database table scans. Using SQL query tools or activities to archive case data before purging tables can also negatively impact performance, as they may not be optimized for the Pega Platform's data structures. Reference: Pega Platform Help - Performance Best Practices.
In which log can you see performance-related alerts that are triggered when an operation exceeds the specified performance threshold7
Answer : C
Performance-related alerts are recorded in the ALERT log. This log contains entries for operations that exceed specified performance thresholds, providing insights into potential performance issues. Reference: Pega Platform Help - System Logs.
Which three items are generated and displayed in the compliance score of an application? (Choose three.)
Answer : A, C, E
The compliance score of an application is generated based on several factors, including the number of rules with warnings, the number of rules with unjustified warnings, and the percentage of compliant rules in the application. This score helps to identify potential issues with rule compliance and areas that may need attention. Reference: Pega Platform Help - Compliance score.
There are five instances of a rule in the rules cache. The only differences between these are the circumstance settings and ruleset version. The operator's access group has access to all ruleset versions.
On 1 June 2020, which instance is chosen by rule resolution if .Country = Algeria?
Answer : B
On 1 June 2020, rule resolution would choose the instance of the rule that is circumstanced for Algeria, provided that the rule's availability is not blocked or withdrawn and the ruleset version is accessible by the operator's access group. The specific rule circumstanced for Algeria would take precedence over the base rule or other circumstanced rules that do not match the circumstance condition. Reference: Pega SSA course materials on circumstancing rules.
While running an application, a user notes that a system exception occurred. Which log do you review to identify the issue?
Answer : A
System exceptions and errors are typically logged in the Pega log. This log captures information about the functioning of the Pega platform and the applications running on it, including system errors and exceptions that users encounter. Reference: Pega System Administration documentation on log files.