1. Which of the following best describes SQL injection?
SQL Injection is a common web application vulnerability where user inputs are improperly sanitized and malicious SQL is embedded (for example ' OR 1=1) to bypass authentication or extract data. :contentReference[oaicite:5]{index=5} Interviewers ask this frequently in ethical hacking roles because it shows you know vulnerabilities, not just theory.