200-901 · Question #212
200-901 Question #212: Real Exam Question with Answer & Explanation
The correct answer is D: Content-Type. {"question_number": 4, "correct_answer": "D", "explanation": "Content-Type is an HTTP response header field that tells the client what media type (MIME type) the response body contains, such as 'application/json' or 'text/html'. Response headers appear after the status line and b
Question
Which data is specified in the response header?
Options
- A{
- BHTTP/1.1 200 OK
- C''type'', ''switch''
- DContent-Type
Explanation
{"question_number": 4, "correct_answer": "D", "explanation": "Content-Type is an HTTP response header field that tells the client what media type (MIME type) the response body contains, such as 'application/json' or 'text/html'. Response headers appear after the status line and before the body. Option A ('{{') is JSON body syntax. Option B ('HTTP/1.1 200 OK') is the status line, which precedes the headers. Option C (' ''type'', ''switch'' ') resembles a JSON body key-value pair. Only Content-Type (D) is an actual HTTP header field.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.