exam questions

Exam 200-201 All Questions

View all questions & answers for the 200-201 exam

Exam 200-201 topic 1 question 122 discussion

Actual exam question from Cisco's 200-201
Question #: 122
Topic #: 1
[All 200-201 Questions]


Refer to the exhibit. Which type of attack is being executed?

  • A. cross-site request forgery
  • B. command injection
  • C. SQL injection
  • D. cross-site scripting
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Reference:
https://www.w3schools.com/sql/sql_injection.asp

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
AhmedAbdalla
8 months ago
The provided SQL query is an example of a **SQL injection** attack. In SQL injection attacks, malicious SQL code is injected into input fields or parameters used in SQL queries to manipulate the database query's logic. In this case, the input `" OR '1'='1';` is designed to manipulate the query to always return results because `'1'='1'` is a true statement in SQL. This could potentially allow an attacker to bypass authentication or retrieve sensitive data from the database. So, the correct answer is ** SQL injection**.
upvoted 2 times
...
Eng_ahmedyoussef
1 year, 8 months ago
Selected Answer: C
SQL injection
upvoted 1 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 ...