DraftKings Interview Question

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

Interview Answer

Anonymous

Feb 15, 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.