CIPT Exam QuestionsBrowse all questions from this exam

CIPT Exam - Question 122


Properly configured databases and well-written website codes are the best protection against what online threat?

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
SsouravOption: B
Aug 10, 2024

B. SQL injection. Explanation: Properly configured databases and well-written website codes can prevent SQL injection attacks by ensuring that user inputs are properly validated and sanitized before being executed in database queries. SQL injection involves inserting malicious SQL code into a query, so robust coding and database configuration are crucial for mitigating this risk.