Difficulty: Easy
Correct Answer: None of the above
Explanation:
Introduction / Context:
Input validation ensures data quality, security, and correctness. Common validation techniques include syntax, range, and consistency checks before data is accepted into a system.
Given Data / Assumptions:
Concept / Approach:
All three types of checks are standard and widely implemented across applications, from form validation to database constraints and ETL pipelines. Therefore, none of these is “impossible to carry out.”
Step-by-Step Solution:
Verification / Alternative check:
Industry standards (e.g., input validation guidance in secure coding) enumerate these checks as foundational controls.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming validation is limited to syntactic checks only; overlooking cross-field consistency rules that catch subtle errors.
Final Answer:
None of the above
Discussion & Comments