Which of the following HTTP status codes indicates that the request has succeeded and a new resource has been created? MCQ with Answer and Explanation

Which of the following HTTP status codes indicates that the request has succeeded and a new resource has been created?
A. 204 No Content
B. 200 OK
C. 201 Created
D. 202 Accepted
Answer: Option C
Solution (By JKSSB Mock Tests)
201 Created is the status code for successful POST requests that result in the creation of a new resource.

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 options provides an accurate description of a 'Web Browser Extension' or 'Add-on'?
A. A piece of hardware that boosts wireless internet signals
B. A small custom software component that adds specific features, tools, or modifications to a web browser's core interface
C. A dedicated database table used to archive old email attachments
D. The main operational routing server used by a global ISP facility

Correct Answer: Option B


Explanation:
Browser extensions are modular software components built on web standards that install directly into the browser to extend its functionality, such as adding ad blockers or translation tools.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which internet communication standard is specifically designed to allow news aggregators and users to subscribe to real-time chronological website content updates and blog feeds?
A. IMAP server matrices
B. SMTP relay lines
C. FTP transfer rules
D. RSS (Really Simple Syndication)

Correct Answer: Option D


Explanation:
RSS (Really Simple Syndication) is a web feed format used to publish frequently updated works—such as blog entries, news headlines, and podcasts—in a standardized format.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a client-side storage mechanism in web browsers?
A. All of the above
B. Cookies
C. localStorage
D. sessionStorage

Correct Answer: Option A


Explanation:
localStorage, sessionStorage, and cookies are all ways to store data on the client side, with different scopes and persistence.

This question belongs to: Computer Internet and Web Technologies