Pegasystems Certified Pega Senior System Architect 23 PEGACPSSA23V1 Exam Questions

Page: 1 / 14
Total 141 questions
Question 1

Teams X and Y work on different enhancements in the same ruleset. The release date for each enhancement is uncertain.

Which two options, when performed together, allow each team to keep its work separate? (Choose Two)



Answer : A, B

When two teams work on different enhancements within the same ruleset and wish to keep their work separate, the best practice is to create a new ruleset version for one of the teams and to use branch rulesets for each team. This allows for parallel development without interference, and the teams can merge their work back into the main ruleset when they're ready. Reference: Pega best practices for parallel development.


Question 2

You are asked to create a custom status named Open-Review. This status is to be applied to assignments in one application.

How do you satisfy the request?



Answer : A

To create a custom status named Open-Review to be applied to assignments in one application, create a Field Value record named Open-Review for .pyStatusWork with the Apply To class set to the class group (A). This approach allows you to customize the status values used in your application and ensure that they are available for use in assignments within the specified class group, which typically corresponds to an application. Reference: Pega Community documentation on Field Value records and status values.


Question 3

Which two statements are true about database tables in Pega Platform? (Choose Two)



Answer : A, B

A: In Pega Platform, the PegaRULES database is used to store rules, while the PegaDATA database contains work instances and other data instances.

B: The Database Table rule in Pega allows you to configure the connection settings to a specific external database table, facilitating the interaction with external data sources. Reference: Pega official documentation on Pega Platform databases and Database Table rules.


Question 4

During an Account review case, an accountant wants to evaluate the client's retirement plan. A Retirement planning case is created that runs in parallel with the Account review case. Neither case waits for nor reports to the other.

To configure this workflow, which type of parallel processing shape do you use?

A)

C)

D)



Answer : C

The correct configuration for two parallel cases that run independently is the Subprocess shape with the Spinoff flow option enabled (Option C). This allows the Retirement planning case to proceed in parallel without waiting for, or reporting to, the Account review case. Reference: Pega official documentation on case design and flow shapes.


Question 5

An application contains a flow action with an Apply to: class of TRB-HRApps-Work-Feedback in a locked ruleset. When updating the application, you save the existing flow action into a new minor version of the ruleset this time applied to TRB'HRApps-Work so it can be used by more than one case type.

How do you prevent the application from using the rule in TRB-HRApps-Work-Feedback?



Answer : B

To prevent the application from using the rule in TRB-HRApps-Work-Feedback, you would save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to 'Withdrawn'. This marks the rule as no longer valid for use in the application. Reference: Pega official documentation on rule availability.


Question 6

A developer has identified resource-intensive queue processors as the source of performance issues that application users are experiencing.

Which two actions do you perform to resolve the performance issues? (Choose Two)



Answer : A, D

To resolve performance issues caused by resource-intensive queue processors, it's essential to ensure that these processors are associated with appropriate node types (A) and that application nodes are configured with node types (D). Associating queue processors with specific node types allows for the distribution of workload across the application infrastructure, optimizing resource utilization and improving performance. Configuring application nodes with node types ensures that tasks are executed on the most suitable nodes, further enhancing system efficiency and scalability. Reference: Pega Community documentation on queue processors and node types.


Question 7

Select the three Pega best practices for developing activities. (Choose Three)



Answer : A, C, E

Pega best practices recommend keeping activities short to enhance maintainability and readability. Custom Java steps should be limited to reduce complexity and potential errors. Activities should also be limited in general, with preference given to other rule types that are more declarative and less procedural, like data transforms, to improve application performance and maintainability. Reference: Pega SSA course materials on activity best practices.


Page:    1 / 14   
Total 141 questions