BeginnerPhone
2 min
Common HTTP Status Codes
HTTPWeb DevelopmentNetworking
Advertisement
Interview Question
Explain the meaning of HTTP status codes 200, 301, 403, 404, and 500.
Key Points to Cover
- 200: OK - successful request
- 301: Permanent redirect
- 403: Forbidden - lack of permissions
- 404: Not found
- 500: Internal server error
Evaluation Rubric
Correctly explains 200 OK20% weight
Explains 301 redirect20% weight
Explains forbidden error20% weight
Explains not found20% weight
Explains server error20% weight
Hints
- 💡Focus on most common HTTP codes
Potential Follow-up Questions
- ❓What’s the difference between 301 and 302?
- ❓When do you return 503?
Advertisement