Multiple choice general knowledge

Choose the right statement which satisfies the requirements of a rule

  1. Don’t ship orders if the outstanding balance of the order exceeds credit authorization for that order

  2. An order must not be shipped if the outstanding balance of the order exceeds credit authorization for that order

  3. NA

  4. N A

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Option B is the correct rule statement using proper business rule language: 'An order must not be shipped if...' clearly states the constraint, the entity (order), the prohibited action (shipped), and the condition (balance exceeds credit authorization). Option A 'Don't ship orders if...' is an imperative instruction rather than a declarative rule statement. Business rules should be declarative statements of what must or must not happen.