exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 970 discussion

Actual exam question from Cisco's 350-401
Question #: 970
Topic #: 1
[All 350-401 Questions]

Which security actions must be implemented to prevent an API injection attack?

  • A. Log and monitor failed attempts.
  • B. Use password hash with biometric authentication.
  • C. Validate, filter, and sanitize all incoming data.
  • D. Use short-lived access tokens and authenticate the apps.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
felix_simon
8 months, 4 weeks ago
c Always validate, sanitize, and/or escape user inputs. https://escape.tech/blog/what-is-api-attack-and-how-to-stop/
upvoted 1 times
...
chiacche
9 months, 1 week ago
Selected Answer: C
API injection attack → Validate, filter, and sanitize all incoming data.
upvoted 1 times
...
[Removed]
1 year ago
Selected Answer: C
C is correct
upvoted 1 times
...
masrur
1 year, 1 month ago
Selected Answer: C
input validation, filtering, and sanitization for data integrity. Use parameterized queries to separate code from user inputs, preventing injections.
upvoted 1 times
...
slacker_at_work
1 year, 3 months ago
Selected Answer: C
Options A, B, and D are related to general security best practices but are not specifically targeted at preventing API injection attacks.
upvoted 2 times
sharonmiller
11 months, 2 weeks ago
yeah? API's use tokens, validate/filter/sanitize is generic firewall terminology....
upvoted 1 times
...
...
Mekai2020
1 year, 5 months ago
Selected Answer: C
"validate" https://www.computer.org/publications/tech-news/trends/api-injection-attacks-prevention
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...