Tag: security

Questions Related to security

  1. improving the website performance

  2. making the website easy to find in search engines

  3. for improving the security of application software

  4. improving the website GUI


Correct Option: C
  1. Microsoft for threat modelling

  2. HP for performance testing of applications

  3. Symantec for security testing

  4. Fortis for vulnerability assessments


Correct Option: A
  1. Social engineering attacks

  2. SQL Injection attacks

  3. Man in the middle attacks

  4. Cookie poisoning attacks


Correct Option: A
  1. copying files anonymously

  2. attacking a website

  3. analyzing the website traffic

  4. hiding data files or messages within other harmless files


Correct Option: D
  1. make impressions for creation of duplicate keys

  2. log and record keystrokes to steal data

  3. guess passwords

  4. All of the options


Correct Option: B

A cookie is a way to

  1. Track a user's e-mail

  2. Add statefulness to the originally stateless HTTP

  3. Disclose a user's identity

  4. Add history information to the originally stateless HTTP


Correct Option: B

AI Explanation

To answer this question, you need to understand the purpose and functionality of cookies in web development.

Option A) Track a user's e-mail - This option is incorrect because cookies are not primarily used to track a user's email. They are primarily used to track user preferences and maintain state in web applications.

Option B) Add statefulness to the originally stateless HTTP - This option is correct. Cookies are used to add statefulness to the originally stateless HTTP protocol. By storing small pieces of data on the user's computer, cookies allow websites to remember user information and maintain session state.

Option C) Disclose a user's identity - This option is incorrect. Cookies do not disclose a user's identity. They can store user information, but it is up to the website to determine what information is stored in the cookie.

Option D) Add history information to the originally stateless HTTP - This option is incorrect. Cookies do not add history information to the originally stateless HTTP protocol. They are primarily used for maintaining state and remembering user preferences.

The correct answer is B. Cookies are used to add statefulness to the originally stateless HTTP protocol.

  1. Moving blocks of data such that a field belonging to one person is assigned to another

  2. Changing the encryption key so that a collision occurs

  3. Using the public key instead of the private key

  4. Arranging to intercept the public key in transit and replae it with his own


Correct Option: A
  1. Forcing buffer overflows

  2. Submitting random long strings to the application

  3. Causing underflow problems

  4. Including string specifiers in input data


Correct Option: D