Question d’entretien chez Macquarie Group

How would you prevent SQL injection attacks here?

Réponse à la question d'entretien

Utilisateur anonyme

5 févr. 2025

I failed to answer this well unfortunately. Interview nerves. In retrospect you sanitize the input, and using JDBI (which I was in this case) can use prepared statements to do this for you.