1.
Sara, an application developer, implemented error and exception handling alongside input validation. Which of the following does this help prevent?
2.
Which of the following techniques can be used to prevent the disclosure of system information resulting from arbitrary inputs when implemented properly?
3.
A program displays: ERROR: this program has caught an exception and will now terminate. Which of the following is MOST likely accomplished by the program's behavior?
4.
Which of the following is the best practice for error and exception handling?
5.
Which of the following is true about input validation in a client-server architecture, when data integrity is critical to the organization?
6.
Which of the following is the below pseudo-code an example of? IF VARIABLE (CONTAINS NUMBERS = TRUE) THEN EXIT
7.
After Matt, a user, enters his username and password at the login screen of a web enabled portal, the following appears on his screen: `Please only use letters and numbers on these fields' Which of the following is this an example of?
8.
In regard to secure coding practices, why is input validation important?
9.
Input validation is an important security defense because it:
10.
Which of the following is a common coding error in which boundary checking is not performed?