nerdexam
Zend

200-530 · Question #491

Which of the following can be used as a countermeasure against the SQL injection attack? Each correct answer represents a complete solution. Choose two.

The correct answer is A. mysql_real_escape_string() C. Prepared statement. See the full explanation below for the reasoning.

Question

Which of the following can be used as a countermeasure against the SQL injection attack? Each correct answer represents a complete solution. Choose two.

Options

  • Amysql_real_escape_string()
  • Bmysql_escape_string()
  • CPrepared statement
  • Dsession_regenerate_id()

How the community answered

(21 responses)
  • A
    76% (16)
  • B
    10% (2)
  • D
    14% (3)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice