In a PRPC application, a customer wishes to ensure that the value of "Government ID" is encrypted when stored. Database-level encryption is not available. Which of the following is least likely needed to implement this requirement? (Choose One)
A PRPC application is properly deployed and configured so distributed transactions are container-managed. Which of the following options is the least accurate implication of that configuration? (Choose One)
In a PRPC application the Collect Information section has three tabs: Personal Details, Transaction History and Comments. When the user is working on the case they will open the transaction history only when it's required. What is the preferred design you will do to make the screen render faster? (Choose One)
An external application calls a PRPC SOAP service. Since the service can take a significant amount of time, PRPC returns a unique identifier instantly and executes the service without the application waiting. Which approach is most appropriate to implement this functionality? (Choose One)
A user is experiencing very slow screen-to-screen response time, but the alert log configured with the default threshold settings does not report any PEGA0001 entries for that user. Which of the following statements are FALSE in this case? (Choose Two)
ShipCo is a shipping company that is implementing a PRPC application to manage shipping orders. There is a group of operators who must not be able to open and view orders that were created before they started working for ShipCo, as set by the DateOfHire attribute in the LDAP system. Which PRPC feature is most applicable to this requirement? (Choose One)
A work type MyCo-FW-PurchaseApp-Work-Request has a PageList property .LineItems of class MyCo-FW-PurchaseApp-Data-Item.
Another work type, MyCo-FW-PurchaseApp-Work-Order has a PageList property .ItemsForVendor of class MyCo-FW-PurchaseApp-Data-Item.
An item has a calculation .TotalPrice = .Quantity * .UnitPrice.
The application is experiencing behavior where the TotalPrice is calculating correctly for Requests but not for Orders. Which of the following is the most likely explanation for this issue? (Choose One)
Using a PRPC-based application with the default lock timeout, you have requested a lock on a work item. PRPC responded by displaying a message indicating that you already hold a lock on that work item. Which of the following describes the most likely reason? (Choose One)