36.0k views
0 votes
In a transaction, a customer attempts to purchase 50 desks. After purchasing 10 desks, the validation check reveals only 40 desks are left, resulting in the entire transaction being reverted. What is the outcome?

a) The customer successfully purchases 40 desks.
b) The customer loses the 10 desks initially purchased.
c) The system automatically restocks the desks.
d) The customer is allowed to purchase additional desks.

1 Answer

5 votes

Final answer:

When inventory falls short of the customer's desired purchase quantity, and the system reverts the transaction, the customer loses the initially purchased desks. Therefore, the correct outcome is (b).

Step-by-step explanation:

The transaction scenario described illustrates what occurs when there is a constraint in the system, which in this case is the inventory level. The customer attempts to purchase 50 desks, but after acquiring 10, the validation process identifies that only 40 desks are in stock. This discovery leads to the reversion of the entire transaction.

Therefore, the correct outcome is (b) The customer loses the 10 desks initially purchased, as it is implied that the transaction is entirely reversed due to insufficient stock to fulfill the original order of 50 desks.

User Andrew Barnett
by
7.7k points