Which of the following is a type of web-based attack that tricks a user into executing unwanted actions on a trusted site where they are authenticated? MCQ with Answer and Explanation

Which of the following is a type of web-based attack that tricks a user into executing unwanted actions on a trusted site where they are authenticated?
A. Phishing
B. XSS
C. CSRF
D. SQL Injection
Answer: Option C
Solution (By JKSSB Mock Tests)
Cross-Site Request Forgery (CSRF) forces an authenticated user to perform actions on a web application without their consent.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
Which of the following HTTP status codes indicates that the request has succeeded and a new resource has been created?
A. 202 Accepted
B. 201 Created
C. 204 No Content
D. 200 OK

Correct Answer: Option B


Explanation:
201 Created is the status code for successful POST requests that result in the creation of a new resource.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a protocol for secure remote login?
A. Telnet
B. HTTP
C. SSH
D. FTP

Correct Answer: Option C


Explanation:
SSH (Secure Shell) is a cryptographic network protocol for secure remote login and command execution over an insecure network, unlike Telnet which is unencrypted.

This question belongs to: Computer Internet and Web Technologies
Question #3
What does the term 'REST' stand for in web services?
A. Reliable Service Transfer
B. Remote Execution State Transfer
C. Representational State Transfer
D. Resource State Transfer

Correct Answer: Option C


Explanation:
REST (Representational State Transfer) is an architectural style for designing networked applications, using HTTP methods for CRUD operations.

This question belongs to: Computer Internet and Web Technologies