Question 6 of 85

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?

    Correct Answer: C

    The Performance Analyzer (PAL) is the appropriate tool to gather and analyze performance data for an application. PAL collects detailed performance metrics and helps in identifying performance bottlenecks, analyzing the time taken for each step or process, and pinpointing the source of delays. This makes it suitable for assessing the form submission times and understanding why it takes five seconds to complete a step.

Question 7 of 85

Which statement describes the appropriate use of the Purge/Archive wizard to address application performance?

    Correct Answer: D

    The Purge/Archive wizard is designed to optimize application performance by removing old data that is no longer needed. Specifically, it addresses performance issues by removing old cases from the respective database table, thereby reducing the amount of data the application needs to process and manage. This helps in maintaining an efficient and fast-performing database.

Question 8 of 85

DRAG DROP -

Drag the name of the Pega Platform log file appender from the left to the matching use case on the right.

    Correct Answer:

Question 9 of 85

An application contains a rule with an Apply to: class of TGB-HRApps-Work-Review in a locked ruleset. There is a higher unlocked ruleset.

How do you prevent the application from using the rule in TGB-HRApps-Work-Review?

    Correct Answer: D

    To prevent the application from using the rule in TGB-HRApps-Work-Review, you should save a new version of the rule applied to TGB-HRApps-Work-Review and set its availability to Withdrawn. Setting a rule to Withdrawn ensures that not only this particular version but all lower versions of the rule are ignored in the rule resolution process, effectively preventing the rule from being used.

Question 10 of 85

The AccountManage ruleset contains the following versions of a service level named ReviewAccountChange:

The application is being updated with a new patch version of the AccountManage ruleset. As part of the update, the service level is no longer specialized for AccountOpen cases. In the updated ruleset, the circumstancing in the class group applies to all case types.

Which option do you use to reset the circumstancing for the AccountOpen case type?

    Correct Answer: D

    To reset the circumstancing for the AccountOpen case type, the correct approach is to copy the non-circumstanced rule to the AccountOpen class and select the base rule option. This forces the system to prioritize the base rule, effectively ignoring the circumstanced versions in the specialized class, thus meeting the requirement of no longer specializing the service level for AccountOpen cases.