Tag: security

Questions Related to security

  1. Denial of Service

  2. Data Manipulation

  3. Authentication bypass

  4. Directory Listing and Traversal


Correct Option: D
  1. HTTP methods such as OPTIONS, PUT, and DELETE are enabled on the web server

  2. Lack of sufficient client side validation

  3. Lack of sufficient server side validation

  4. Lack of exception handling


Correct Option: C
  1. Distinguishing a computer from a human, primarily to restrict the access

  2. Supporting multifactor authentication

  3. Provide a secure channel for client server communication

  4. Providing a friendly interface between human and computers


Correct Option: A
  1. STATEFUL protocol

  2. STATELESS protocol

  3. Protocol for file transfer

  4. Post Office Protocol


Correct Option: B
  1. SSL/TLS Implementation

  2. URL/HTML Encoding

  3. Using parameterized queries

  4. Configuring web server to restrict directory listing


Correct Option: C