Pegasystems
PEGACLSA_62V2 · Question #99
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…
The correct answer is A. Option 2 can be designed to not require a lock on the account. See the full explanation below for the reasoning.
Question
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)
Options
- AOption 2 can be designed to not require a lock on the account
- BBoth options would require a lock on the account object
- COption 1 can be designed to not require a lock on the account
- DNeither option requires a lock and thus option 1 is simpler to implement
How the community answered
(36 responses)- A81% (29)
- B6% (2)
- C3% (1)
- D11% (4)
Community Discussion
No community discussion yet for this question.