1Y0-341 Exam QuestionsBrowse all questions from this exam

1Y0-341 Exam - Question 45


Which protection can a Citrix Engineer implement to prevent a hacker from extracting a customer list from the company website?

Show Answer
Correct Answer: D

To prevent a hacker from extracting a customer list from the company website, the appropriate protection would be to guard against HTML SQL Injection. SQL Injection is a type of security vulnerability where an attacker can insert or 'inject' SQL queries into the input data which is then executed by the database, leading to unauthorized access or manipulation of the data. In this case, ensuring that the website is protected against SQL Injection attacks would prevent a hacker from accessing the customer list stored in the database.

Discussion

3 comments
Sign in to comment
BinomimusOption: D
Dec 14, 2022

I agree, should be D

GuntrrrOption: D
Nov 8, 2022

Answer should be D

thedelphOption: D
Nov 11, 2023

D. HTML SQL Injection This type of protection is designed to prevent SQL injection attacks, where an attacker could exploit vulnerabilities in the web application's database interaction to execute malicious SQL statements. This could lead to unauthorized viewing of data, such as a customer list, or even worse, database modification or control over the database server. The other protections listed are for different types of attacks: