UnitedHealth Group interview question

How would you troubleshoot slow loading web pages and poorly performing stored procedures?

Interview Answers

Anonymous

10 May 2013

Obviously, it is an easy answer though. First you want to check the network connection. If that seems to be working fine with other websites, check the code of the website. If the code is too cluttered then it will have problems loading. Make sure to organize the HTML so you can easily find clutter or useless text. Next, use a website validator - http://validator.w3.org/ . This website helps you find any errors on your page that may be causing a slow down. Hope this helps any, I use this for any problem I have.

2

Anonymous

10 May 2013

This is a very good question to ask anyone who is interested in web development. it gets them thinking and start working on problem solving.

1