ExamGecko
Question list
Search
Search

Question 3 - 350-701 discussion

Report
Export

Which two prevention techniques are used to mitigate SQL injection attacks? (Choose two)

A.

Check integer, float, or Boolean string parameters to ensure accurate values.

Answers
A.

Check integer, float, or Boolean string parameters to ensure accurate values.

B.

Use prepared statements and parameterized queries.

Answers
B.

Use prepared statements and parameterized queries.

C.

Secure the connection between the web and the app tier.

Answers
C.

Secure the connection between the web and the app tier.

D.

Write SQL code instead of using object-relational mapping libraries.

Answers
D.

Write SQL code instead of using object-relational mapping libraries.

E.

Block SQL code execution in the web application database login.

Answers
E.

Block SQL code execution in the web application database login.

Suggested answer: A, B
asked 10/10/2024
Wonseok Chung
22 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first