Interview Practice Questions

Q1: What does HTTP status code 200 mean?
Success Response - OK - The processing request was successful, and the requested information is returned -
Q2: What does HTTP status code 201 mean?
Success Response - Created - A new resource has been created -
Q3: What does HTTP status code 202 mean?
Success Response - Accepted - The server received the HTTP request and intends to process it.
Q4: What does HTTP status code 203 mean?
Success Response - Non-Authorative Information - Request processed but server is returning a different response than requested
Q5: What does HTTP status code 204 mean?
Success Response - No Content - Because the processing request to delete a resource was successful, there is no response body data to deliver.
Q6: What does HTTP status code 205 mean?
Success Response - Reset Content - The server has processed the request but has no message body to return.
Q7: What does HTTP status code 206 mean?
Success Response - Partial Content - The client requested only part of the resource, so the server delivered only that part of the resource
Q8: What does HTTP status code 226 mean?
Success Response - IM Used - The server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance
Q9: What does HTTP status code 300 mean?
Redirection Response - Multiple Choices - Ensures that the client can select which choice from your resource they need so that they don't see unwanted resources
Q10: What does HTTP status code 301 mean?
Redirection Response - Moved Permanently
Q11: What does HTTP status code 302 mean?
Redirection Response - Found
Q12: What does HTTP status code 303 mean?
Redirection Response - See Other
Q13: What does HTTP status code 304 mean?
Redirection Response - Not Modified
Q14: What does HTTP status code 305 mean?
Redirection Response - Use Proxy - Deprectated / No Longer Used
Q15: What does HTTP status code 306 mean?
Redirection Response - Switch Proxy - No longer used
Q16: What does HTTP status code 307 mean?
Redirection Response - Temporary Redirect
Q17: What does HTTP status code 308 mean?
Redirection Response - Permanent Redirect
Q18: What does HTTP status code 400 mean?
Client Error Response - Bad Request
Q19: What does HTTP status code 401 mean?
Client Error Response - Unauthorized
Q20: What does HTTP status code 402 mean?
Client Error Response - Payment Required
Q21: What does HTTP status code 403 mean?
Client Error Response - Forbidden
Q22: What does HTTP status code 404 mean?
Client Error Response - Not Found
Q23: What does HTTP status code 405 mean?
Client Error Response - Method Not Allowed
Q24: What does HTTP status code 406 mean?
Client Error Response - Not Acceptable
Q25: What does HTTP status code 407 mean?
Client Error Response - Proxy Authentication Required
Q26: What does HTTP status code 408 mean?
Client Error Response - Request Timeout
Q27: What does HTTP status code 409 mean?
Client Error Response - Conflict
Q28: What does HTTP status code 410 mean?
Client Error Response - Gone
Q29: What does HTTP status code 411 mean?
Client Error Response - Length Required
Q30: What does HTTP status code 412 mean?
Client Error Response - Precondition Failed
Q31: What does HTTP status code 413 mean?
Client Error Response - Payload Too Large
Q32: What does HTTP status code 414 mean?
Client Error Response - URI Too Long
Q33: What does HTTP status code 415 mean?
Client Error Response - Unsupported Media Type
Q34: What does HTTP status code 416 mean?
Client Error Response - Range Not Sustainable
Q35: What does HTTP status code 417 mean?
Client Error Response - Expectation Failed
Q36: What does HTTP status code 418 mean?
Client Error Response - I'm a teapot
Q37: What does HTTP status code 421 mean?
Client Error Response - Misdirected Request
Q38: What does HTTP status code 426 mean?
Client Error Response - Upgrade Required
Q39: What does HTTP status code 428 mean?
Client Error Response - Precondition Required
Q40: What does HTTP status code 429 mean?
Client Error Response - Too Many Requests
Q41: What does HTTP status code 431 mean?
Client Error Response - Request Header Fields Too Large
Q42: What does HTTP status code 451 mean?
Client Error Response - Unavailable for Legal Reasons
Q43: What does HTTP status code 500 mean?
Server Error Response - Internal Server Error
Q44: What does HTTP status code 501 mean?
Server Error Response - Not Implemented
Q45: What does HTTP status code 502 mean?
Server Error Response - Bad Gateway
Q46: What does HTTP status code 503 mean?
Server Error Response - Service Unavailable
Q47: What does HTTP status code 504 mean?
Server Error Response - Gateway Timeout
Q48: What does HTTP status code 505 mean?
Server Error Response - HTTP Version Not Supported
Q49: What does HTTP status code 506 mean?
Server Error Response - Variant Also Negotiates
Q50: What does HTTP status code 510 mean?
Server Error Response - Not Extended
Q51: What does HTTP status code 511 mean?
Server Error Response - Network Authentication Required