You are integrating two Pega Web Mashups into a client's mortgage loan financing page. What do you configure to successfully embed both mashups?
Answer : C
When integrating multiple Pega Web Mashups into a single page, it is necessary to identify unique names for each mashup to ensure that they are embedded and function independently without conflict on the client's page. Reference: Pega Platform Help - Pega Web Mashup.
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.