Multiple choice technology testing

Select the validations required for File upload (Select more than one)

  1. File Name

  2. File Type

  3. Size

  4. Virus Scanning

Reveal answer Fill a bubble to check yourself
B,C,D Correct answer
Explanation

File type validation ensures only allowed formats are uploaded. Size limits prevent storage exhaustion and DoS attacks. Virus scanning detects malware. File name validation is less critical since the real security concern is file content and type.