Tag: security

Questions Related to security

  1. Antivirus

  2. A restricted environment in which certain functions are prohibited

  3. Worm

  4. Backdoor


Correct Option: B
  1. A typo for Cross Site Scripting

  2. A new Printing technology from Microsoft

  3. A new attack that prints to your internal printers when you visit a website

  4. None of these


Correct Option: C
  1. HTTP is stateless, so is SSL. Full SSL handshake needed for each HTTP page.

  2. SSL is stateful, only one full handshake for multiple HTTP pages in a session.

  3. SSL is security at IP layer. One handshake for one set of source/destination IP address.

  4. dont know


Correct Option: A
  1. Displaying “Welcome, “+request.getParameter(“userid”)

  2. Displaying “You entered either a wrong user id or password” error message

  3. Call stack trace

  4. Return error code 404


Correct Option: C
  1. Configure appscan not to test login/logout pages

  2. Increase the thread count

  3. Decrease the timeout

  4. Increase the timeout


Correct Option: A
  1. Add the domain name in the “Additional servers and domains” section in the scan configuration

  2. Add 10.1.52.3 in the “Additional servers and domains” section in the scan configuration

  3. Put the domain name in the login url

  4. Change the application code to reflect the domain name every where


Correct Option: A
  1. Display “Welcome, user!” on the home page

  2. Display only “Welcome” on the home page

  3. Invalidate and destroy the session when user logs out

  4. Use persistent cookies for session management


Correct Option: C