Tag: technology

Questions Related to technology

  1. Server side Validation

  2. Client side Validation

  3. None of the above

  4. Both 1 and 2


Correct Option: B
  1. Privilege Escalations

  2. Path traversal Attack

  3. Cross Site Scripting

  4. Buffer overflow


Correct Option: B
  1. an ASCII file that contains an entry for each user

  2. File which is created and maintained by a server of activity performed by it

  3. short python program that prints the list of all files inside the current directory

  4. File which is created and maintained by the operating system


Correct Option: B
  1. uses different ports

  2. HTTPS is insure while HTTP is secure

  3. HTTPS is designed to withstand such attacks and is secure.

  4. Both 1 and 3

  5. Both 2 and 3


Correct Option: D
  1. stored on Server

  2. executable text

  3. used for authentication

  4. all of the above


Correct Option: C
  1. a) vforlk() allows more one child process to be created simaltaneously whereas for() allows only one

  2. b) vfork() retains same PID for child & parent known as virtual PID

  3. c) vfork() suspends the parent process until child process exits

  4. d) fork() & vfork() are same


Correct Option: C
  1. a) vforlk() allows more one child process to be created simaltaneously whereas for() allows only one

  2. b) vfork() retains same PID for child & parent known as virtual PID

  3. c) vfork() suspends the parent process until child process exits

  4. d) fork() & vfork() are same


Correct Option: C
  1. a) getenv(), setenv()

  2. b) getenv(), putenv()

  3. c) readenv(), writeenv()

  4. d) You cannot environmement variables inside a program


Correct Option: B
  1. a) sleep(1/10)

  2. b) Not possible

  3. c) usleep()

  4. d) ssleep()


Correct Option: C
  1. a) Using open()

  2. b) Using popen()

  3. c) Using fork()

  4. d) Using exec()


Correct Option: B