Which two safely validate inputs?

Which two safely validate inputs? (Choose two.)
A. Delegate numeric range checking of values to the database.
B. Accept only valid characters and input values.
C. Use trusted domain-specific libraries to validate inputs.
D. Assume inputs have already been validated.
E. Modify the input values, as needed, to pass validation.

Download Printable PDF. VALID exam to help you PASS.

3 thoughts on “Which two safely validate inputs?

  1. Why A, maybe you are not using a DB?

    I will say B) and E).
    E) because for example you can escape characters that can break your code.

    1
    3

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.