JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
HTTP Server interview questions
HTTP Server interview questions
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 18
1. The number of objects in a Web page which consists of 4 jpeg images and HTML text is ________
A. 4
B. 1
C. 5
D. 7
Show Correct Answer
Correct Answer is :
5
2. The default connection type used by HTTP is _________
A. Persistent
B. Non-persistent
C. Can be either persistent or non-persistent depending on connection request
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Persistent
3. The time taken by a packet to travel from client to server and then back to the client is called __________
A. STT
B. RTT
C. PTT
D. JTT
Show Correct Answer
Correct Answer is :
RTT
4. The HTTP request message is sent in _________ part of three-way handshake.
A. First
B. Second
C. Third
D. Fourth
Show Correct Answer
Correct Answer is :
Third
5. In the process of fetching a web page from a server the HTTP request/response takes __________ RTTs.
A. 2
B. 1
C. 4
D. 3
Show Correct Answer
Correct Answer is :
1
6. The first line of HTTP request message is called _____________
A. Request line
B. Header line
C. Status line
D. Entity line
Show Correct Answer
Correct Answer is :
Request line
7. The values GET, POST, HEAD etc are specified in ____________ of HTTP message
A. Request line
B. Header line
C. Status line
D. Entity body
Show Correct Answer
Correct Answer is :
Request line
8. The __________ method when used in the method field, leaves entity body empty.
A. POST
B. SEND
C. GET
D. PUT
Show Correct Answer
Correct Answer is :
GET
9. The HTTP response message leaves out the requested object when ____________ method is used
A. GET
B. POST
C. HEAD
D. PUT
Show Correct Answer
Correct Answer is :
HEAD
10. Find the oddly matched HTTP status codes
A. 200 OK
B. 400 Bad Request
C. 301 Moved permanently
D. 304 Not Found
Show Correct Answer
Correct Answer is :
304 Not Found
11. Which of the following is not correct?
A. Web cache doesnt has its own disk space
B. Web cache can act both like server and client
C. Web cache might reduce the response time
D. Web cache contains copies of recently requested objects
Show Correct Answer
Correct Answer is :
Web cache doesnt has its own disk space
12. The conditional GET mechanism
A. Imposes conditions on the objects to be requested
B. Limits the number of response from a server
C. Helps to keep a cache upto date
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Helps to keep a cache upto date
13. Which of the following is present in both an HTTP request line and a status line?
A. HTTP version number
B. URL
C. Method
D. None of the mentioned
Show Correct Answer
Correct Answer is :
HTTP version number
14. Multiple object can be sent over a TCP connection between client and server in
A. persistent HTTP
B. nonpersistent HTTP
C. both persistent HTTP and nonpersistent HTTP
D. none of the mentioned
Show Correct Answer
Correct Answer is :
persistent HTTP
15. HTTP is ________ protocol.
A. application layer
B. transport layer
C. network layer
D. none of the mentioned
Show Correct Answer
Correct Answer is :
application layer
16. In the network HTTP resources are located by
A. uniform resource identifier
B. unique resource locator
C. unique resource identifier
D. none of the mentioned
Show Correct Answer
Correct Answer is :
uniform resource identifier
17. HTTP client requests by establishing a __________ connection to a particular port on the server.
A. user datagram protocol
B. transmission control protocol
C. broader gateway protocol
D. none of the mentioned
Show Correct Answer
Correct Answer is :
transmission control protocol
18. In HTTP pipelining
A. multiple HTTP requests are sent on a single TCP connection without waiting for the corresponding responses
B. multiple HTTP requests can not be sent on a single TCP connection
C. multiple HTTP requests are sent in a queue on a single TCP connection
D. none of the mentioned
Show Correct Answer
Correct Answer is :
multiple HTTP requests are sent on a single TCP connection without waiting for the corresponding responses
Similar Interview Questions
Search for latest jobs
Find Jobs