Tag: security

Questions Related to security

  1. Data Validation

  2. Secure Cookies

  3. Encryption

  4. Comprehensive exception handling


Correct Option: A
  1. Session ID

  2. Account Privileges

  3. UserName

  4. Password


Correct Option: A
  1. Ensure that the data has not been tampered with

  2. Ensure that the session is valid

  3. Ensure that the user is valid

  4. All of the above


Correct Option: A
  1. The configuration management

  2. The session management

  3. The change management process

  4. The authorization process


Correct Option: D
  1. SOAP and SAML

  2. SOAP and HTTP

  3. SSL and SOAP

  4. All


Correct Option: D
  1. A mechanism that requires only a password

  2. Basic authentication

  3. 2/3 factor authentication

  4. A mechanism with no lock-out, to prevent accidentally denying legitimate access


Correct Option: C
  1. Page Scope

  2. Session Scope

  3. Request Scope

  4. Application Scope


Correct Option: B
  1. Depends on how it is used

  2. Stateful protocol

  3. Transport Layer protocol

  4. Stateless protocol


Correct Option: D
  1. It does not matter, the web serve will treat all GET requests as POST requests

  2. The information in a POST request cannot be manipulated. It is possible to change a GET request

  3. A GET request is sent when requesting information; A POST request is sent when sending information

  4. The data is sent in the body of the POST request and in the URL in a GET request


Correct Option: D