Microsoft Interview Question for Software Engineer / Developers






Comment hidden because of low score. Click to expand.
6
of 6 vote

1. Browser contacts DNS to resolve IP address
2.DNS replies back with the IP address of the site
3. Browser opens TCP connection to the server at port 80
4. Fetches index.html file from /home directory.!
5.Displays the content in browser
6.Stores the IP in DNS cache for future use.
7.When broswer closed, TCP conn is terminated..!!!

- Flying Machine February 08, 2008 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Good answer.

- JP March 22, 2010 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

good answer dude

- harry July 23, 2010 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

The browser sends a request for the page to the computer at the address pointed by the URL. After receiving reply from the server it interprets the data and then presents it to user.

Correct me if I am wrong.

- Anonymous December 29, 2006 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Is he asking about the DNS when we type in the URL

- madmax February 21, 2007 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

if you make a web page on your computer, is it available on the internet

- Anonymous March 27, 2007 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

These are the sequence of actions :

1)Browser contacts the DNS server to find the IP address
2)Browser contacts the Web server and issues an HTTP request
3)Browser renders the HTML in the display window

- Shweta Mogadpally October 09, 2007 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

http://tinyurl.com/yf4fk5o

- dragon November 11, 2009 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More