Questions Related to security

Multiple choice technology security
  1. Line 5

  2. Line 4

  3. Line 18

  4. Line 11

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology security
  1. Line # 12

  2. Line # 9

  3. Line # 17

  4. Line # 8

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology security
  1. Race Condition

  2. Command Injection

  3. Denial of Service

  4. Cross Site Request Forgery

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology security
  1. No vulnerabilities are present

  2. Line 1 should only use malloc(inputsize);

  3. Line 2 should be for (i=0; i<=n, i++)

  4. Line 1 should use calloc() instead of malloc()

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology security
  1. SQL Injection

  2. Arc Injection

  3. Buffer Overflow

  4. both 2 and 3

Reveal answer Fill a bubble to check yourself
C Correct answer