A PRPC application has a work object that represents a corporate account with thousands of members. When a member of an account registers with the application a related transaction must be recorded.
There are generally two approaches for this design:
1) Embed the transactions as a PageList in the account object
2) Create transaction objects that are linked to the account
Which of the following statements is most accurate regarding the impact of locking on choosing between these approaches? (Choose One)
Consider the following situation:
A frequently used dynamic select is populated by a SOAP service call. Users have been complaining because the service is slow causing a delay when the list is loaded. The list contains available discount codes and changes at midnight every Sunday.
Which of the following approaches is most appropriate to resolve this issue? (Choose One)
A user has reported a 6.5-second screen-to-screen response time, but the alert log configured with the default threshold settings does not report any PEGA0001 (Browser Interaction Time) entries for that user.
What are likely explanations for this observation? (Choose Two)
When using a declarative page to store a list of currency rates used by an entire application, what is the most appropriate scope? (Choose One)
Several development teams work on different enhancements in the same RuleSet simultaneously and it is not known ahead which enhancements will go into production first.
Which of the following approached is best suitable for this requirement? (Choose One)
A rule is shown in the Final Conflicts report after doing an upgrade.
Which of the following describe what could be done to resolve the conflict? (Choose Two)
Which of the following changes to a flow is least likely to cause issues with existing assignments in a production environment? (Choose One)
Which of the following tools for interpreting or configuring performance metrics can analyze data from multiple nodes? (Choose Two)
An application, created by MyCo, has a number of rules implemented as decision tables that use "Title" as an input as seen in the sample rule below:
MyCo is finding a number of application defects caused by incorrect spellings in the title field. The valid titles are stored as field values. MyCo is requesting options to help prevent these types of errors.
Which of the following approaches is most applicable? (Choose One)
All user forms in PRPC display a Submit button for submitting the user action.
There is a requirement to change the button label to Confirm on all screens instead of Submit, which of the following is the best approach to handle this requirement? (Choose One)