Which of the following HTTP methods is used to retrieve data from a server without affecting the resource?
A. GET
B. DELETE
C. POST
D. PUT
Answer: Option A
Solution (By JKSSB Mock Tests)
The GET method requests data from a specified resource and should not have any side effects (idempotent). POST is for sending data, PUT for updating, DELETE for removing.
Which specific design model defines the organizational framework where multiple localized client browsers access centralized web data files hosted on global high-capacity servers?
Explanation:
The World Wide Web relies on a client-server architecture where client web browsers send resource requests over the network to remote web servers, which process and return the requested data.
Which of the following browser extensions or configuration flags blocks specific outbound tracker requests to preserve network bandwidth and user privacy?
Explanation:
Ad blockers and tracker shields actively block requests to third-party ad networks and analytical tracker domains, optimizing load speeds and confidentiality.
No comments yet. Be the first to start the discussion!