Free practice · single-choice · medium

Practice

Validate a workplace quantity

A policy allows whole-number quantities from 1 through 100. Which input is valid after stripping?

Trusted input boundary

Business logic receives only validated, typed values

  1. PresenceRequired value supplied
  2. FormatAllowed external form
  3. ConvertFocused typed conversion
  4. RangeAllowed business limits
  5. UsePass checked value to logic
  6. ReportReturn useful safe failures

Presence, type, format, conversion, and range checks belong at a narrow boundary with useful failures and no hidden fallback.

Choose one answer