Which of the following is a type of web-based attack that involves injecting SQL queries into input fields? MCQ with Answer and Explanation

Which of the following is a type of web-based attack that involves injecting SQL queries into input fields?
A. Session Hijacking
B. SQL Injection
C. Cross-Site Scripting
D. Cross-Site Request Forgery
Answer: Option B
Solution (By JKSSB Mock Tests)
SQL Injection is an attack where malicious SQL statements are inserted into input fields to manipulate the database.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What type of software application serves as the user interface to query, retrieve, and present information resources from the World Wide Web?
A. Search Engine
B. Hypermedia Editor
C. Web Server
D. Web Browser

Correct Answer: Option D


Explanation:
A web browser is a client-side application software program designed to fetch, render, and display resources distributed across the WWW.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a method to prevent email spam?
A. All of the above
B. SPF (Sender Policy Framework)
C. DKIM (DomainKeys Identified Mail)
D. DMARC (Domain-based Message Authentication, Reporting & Conformance)

Correct Answer: Option A


Explanation:
SPF, DKIM, and DMARC are email authentication techniques used to prevent spoofing and reduce spam.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which specific browser technology or feature allows web developers to evaluate and track the precise network transmission speeds and load times of individual page elements natively?
A. Local server cache monitoring layout
B. Standard bookmark navigation panel
C. Incognito browser window frame
D. Network Panel / Network Tab

Correct Answer: Option D


Explanation:
The Network tab inside browser Developer Tools maps out precise asset timelines, showing status codes, payload sizes, and connection times for every element fetched during a page load.

This question belongs to: Computer Internet and Web Technologies