QUESTION NO: 56What can be done to prevent inventory data deadlocks in the database?A. UseinventoryRepository's built locking mechanism to avoid this issue.B. No additional step needed. Transaction Manager has a dead lock listener.C. It is controlled via theinvontoryLockEngine on the Client Lock Manager, which lockstheinventory.D. Useinventory Manager's acquireinventoryLocks and releaselnventoryLocks methods.E. Apply database optimistic locking on theinventory table.F. Use Custom extensions to theinventory System.Answer: DQUESTION NO: 57How does...