Which three items are generated and displayed in the compliance score of an application? (Choose Three)
Answer : A, D, E
The compliance score of an application in Pega Platform includes items such as rules with unjustified warnings in the application (A), rules with warnings in the application (D), and the percentage of compliant rules in the application (E). These metrics provide insights into the application's adherence to best practices and guardrails, highlighting areas that may require attention to improve application quality, maintainability, and performance. Reference: Pega Community documentation on Application Quality Dashboard and compliance scoring.
Multiple teams need to update the same application version during a development cycle.
Which two actions do you perform so that the teams do not affect each other's work? (Choose Two)
Answer : B, D
To ensure that multiple teams can update the same application version without affecting each other's work, the following actions are recommended:
B: Create branches for each team's application. This allows teams to work on isolated versions of the application and merge their changes when ready.
D: Create a new application for each team built on the base application. This creates separate instances of the application for each team to work on, which they can then synchronize with the base application as needed. Reference: Pega official documentation on branch rulesets and application development.
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.
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.
A user reports that an application takes five seconds to complete a step and present the next step in a process. Which tool allows you to gather and analyze performance data for the form submission?
Answer : B
The Performance Analyzer (PAL) is the correct tool to gather and analyze performance data for the form submission that takes a significant amount of time. PAL tracks the interaction with the Pega Platform and provides metrics related to the performance of activities, rules, and system functions over time, which is essential for identifying the cause of the delay during form submission. Reference: Pega official documentation on PAL.
Which two configurations are required when adding a Split for Each shape to your case life cycle? (Choose Two)
Answer : B, C
B: When adding a Split For Each shape to your case life cycle, you need to define when the parent process resumes processing. This can be after each iteration or after all iterations complete.
C: You also need to specify the Page List or Page Group property that the split will iterate over. This determines the scope of the subprocesses that are to be created. Reference: Pega official documentation on case life cycle design.
Which two statements about building mobile applications with Pega Platform are true? (Choose Two)
Answer : B, D
Building mobile applications with Pega Platform, it's true that the Pega Mobile Build Server is configured in Dev Studio using your Android or iOS developer certificates (B). This server is a cloud-based service provided by Pega to facilitate the mobile app build process. It's also true that the Pega Mobile Build Server requires HTTPS access (D) to ensure secure communication during the build process. Reference: Pega Community documentation on mobile app development and Pega Mobile Build Server configuration.