exam questions

Exam 350-701 All Questions

View all questions & answers for the 350-701 exam

Exam 350-701 topic 1 question 12 discussion

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

Which attack is commonly associated with C and C++ programming languages?

  • A. cross-site scripting
  • B. water holing
  • C. DDoS
  • D. buffer overflow
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Reference:
https://en.wikipedia.org/wiki/Buffer_overflow

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
CyberGhost666
3 weeks, 5 days ago
Selected Answer: D
Buffer overflow is the attack most commonly associated with C and C++ due to their low-level memory management and lack of automatic safety checks.
upvoted 1 times
...
Marshpillowz
9 months, 1 week ago
Selected Answer: D
D - buffer overflow is correct
upvoted 1 times
...
ama6
1 year, 11 months ago
d IS cORRECT
upvoted 4 times
...
sull3y
1 year, 11 months ago
D A buffer overflow is a type of security vulnerability that occurs when a program tries to store more data in a buffer (a temporary storage area in memory) than it can hold. This can cause the extra data to overflow into adjacent memory areas, potentially corrupting or overwriting important data or instructions. In some cases, an attacker can use a buffer overflow to execute arbitrary code or take control of a program or system. C and C++ programming languages, due to their low-level manipulation of memory, are particularly susceptible to buffer overflow attacks.
upvoted 4 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 ...