Multiple choice technology testing Select the validations required for File upload (Select more than one) File Name File Type Size 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.