3X0-202  Exam

Exam # of questions Description  Update
3X0-202 81 3X0-202 Apache Webserver (Level 2)... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

3X0-202 - Exam Information
  • Description:3X0-202 Apache Webserver (Level 2)
  • Passing Score:75%
  • Practice Test - Number of questions:81 questions
  • Simulation Test - Number of questions:81 questions
  • Simulation Test Duration:41 minutes
  • Has explanations:No

Question of the day

Which of the following represents a security concern of programming CGI scripts using the C programming language?

Answer(s)

  1. C programs must be run with setuid root.
  2. If the program receives more data than the amount of memory it has allocated, a buffer overflow can cause the program to exit to a shell on the server.
  3. Many early C compile lack the ability to dynamically alter file permissions, which results in many C program running with root permissions.
  4. CGI script written in C compile at runtime on the client system, which makes the client vulnerable.
  5. If the server and client do not have identical compiler versions, the lesser compiler is used, which may have known exploits.
Correct Answer

If the program receives more data than the amount of memory it has allocated, a buffer overflow can cause the program to exit to a shell on the server.