01
How would you secure a web application that handles sensitive user data?
Tap to write answer
0 words | 0 charsPress Enter ↵ to reveal
Your Attempt
0 wordsRefined Model Answer
ReferenceI would start with a threat model, then apply layered controls such as strong authentication, authorization, input validation, secure session handling, encryption in transit and at rest, and logging. I would also review common attack paths like XSS, CSRF, SQL injection, SSRF, and privilege escalation. A strong answer shows that security is built into the design, not added at the end.