DraftKings interview question

How have you dealt with SQL injection when dealing with user inputs.

Interview Answer

Anonymous

15 Feb 2022

By both sanitizing the inputs on the client as well as checking the incoming data on the server before doing anything with that data.