Free practice · multiple-choice · medium
Practice
Choose invalid-input cases
For a required integer age from 18 through 120, which inputs should be rejected? Select all that apply.
Trusted input boundary
Business logic receives only validated, typed values
- PresenceRequired value supplied
- FormatAllowed external form
- ConvertFocused typed conversion
- RangeAllowed business limits
- UsePass checked value to logic
- ReportReturn useful safe failures
Presence, type, format, conversion, and range checks belong at a narrow boundary with useful failures and no hidden fallback.