Review the following requirement: A claims application has as part of its process a step that sends a letter to an individual. After the letter is sent, the claims adjuster cannot do anything to the claim for 28 days. After those 28 days, the next step is for the claims adjuster to review the case details and make a processing decision. During those 28 days, the individual who received the letter may call up the front office and provide new information about the claim at which point the 28-day hold is lifted and the work is routed to the adjuster for the decision. The business says in most cases this call does not occur and the 28 days lapses. Given the information provided, which design is most appropriate? (Choose One)
Review the following requirement: A home loan application has a new requirement to track changes to the following properties during the lifecycle of the loan process (which can be many weeks and allows for updates to these properties at different points throughout the process).
Properties to Track:
Loan Amount
Home Value
Downpayment
The new requirement is to track all changes to these properties and send the previous value, current value and operator who made the change to a web service used for fraud detection. A second requirement is to spin-off a loan review process if the loan amount changes by more than 20%. This review process occurs in parallel to the primary process. Given the above requirements which of the following approaches is most appropriate? (Choose One)
In a Credit card dispute application, PRPC connects to an external service to receive the transactions made by the account holder. When the CSR (Customer Service Representative) is working on the dispute they should see only the last ten transactions made by the account holder. If the transaction that the account holder wants to dispute does not appear in the list then the CSR should perform a search by entering the date of transaction or the transaction amount or the merchant name. The transaction list should display the 10 transactions that satisfies the criteria. In any circumstance the CSR should not see more than 10 transactions in the screen and cannot paginate through results. The external service returns transactions ordered by date of transaction with the recent ones appearing first. Given the above requirements, which of these approaches is most appropriate and would satisfy both these requirements? (Choose One)
Review the following requirement: As part of a process you would like to display information, such as contact details and organizational affiliation, about the operator that initiated the process. The information is strictly read-only. Given the above requirements which of the following approaches is most appropriate? (Choose One)
Review the following requirement: A PRPC-based stock trading application allows a pool of traders to initiate stocks sale on behalf of customers. However, such an operation should only be allowed during the Stock Market Trading Sessions. The requirement for the application is to detect any operations occurring outside of the Trading Sessions hours, to suspend it and alert a group of auditors to review it and decide whether to allow it to go through during the next session or to simply reject it. Which of the following approaches is the most appropriate for this requirement? (Choose One)
Consider the following situation:
A PRPC application is running within a 1.2 GB JVM (Java Virtual Machine). There is approximatively 400 MB of free memory and garbage collector reclaims in average 32 MB of memory in the course of an hour. The application is generating approximately 30 database alerts per minute. The database CPU runs at an average of 76% peaking periodically at 97%. The alert log file does not report any byte warning with a 10 MB threshold defined. The Rules Assembly count is 0 when a typical interaction executes in average 74.6 rules. The application CPU peaks periodically at 20% but otherwise runs in average around 12%. Users are complaining about poor performance. Their interactions take in average 4.15 seconds. Which of the following approaches is most appropriate to resolve this issue? (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)
Review the following requirement:
A loan application has as part of its process a step that sends a letter to an individual. After the letter is sent, the loan officer cannot do anything to the loan application for 14 days. After those 14 days, the next step is for the loan officer to review the case details and make a processing decision. During those 14 days, the individual who received the letter may call up the front office and provide new information about the application at which point the 14-day hold is lifted and the work is routed to the underwriter for the decision. The business says in most cases this call does not occur and the 14 days lapses. Given the information provided which design is most appropriate? (Choose One)
Review the following requirement:
A car loan application has a new requirement to track changes to the following properties during the lifecycle of the loan process (which can be many weeks and allows for updates to these properties at different points throughout the process).
Properties to Track:
Loan Amount
Car Value
Downpayment
The new requirement is to track all changes to these properties and send the previous value, current value and operator who made the change to a web service used for fraud detection. A second requirement is to spin-off a loan review process if the loan amount changes by more than 10%. This review process occurs in parallel to the primary process. Given the above requirements which of the following approaches is most appropriate? (Choose One)
In a Credit card dispute application PRPC connects to an external service to receive the transactions made by the account holder. When the CSR (Customer Service Representative) is working on the dispute they should see only the last twenty transactions made by the account holder. If the transaction that the account holder wants to dispute does not appear in the list then the CSR should perform a search by entering the date of transaction or the transaction amount or the merchant name. The transaction list should display the 20 transactions that satisfies the criteria. In any circumstance the CSR should not see more than 20 transactions in the screen and cannot paginate through results. The external service returns transactions ordered by date of transaction with the recent ones appearing first. Given the above requirements, which of these approaches is most appropriate and would satisfy both these requirements? (Choose One)