How would you make Web browsing faster?
Anonymous
This question is abstract, we should probably ask the interviewer the objective of solving the problem. 1.) If the problem is the user experience - for example if the user is clicking too many pages (or) user spend too much time on a page. There could be simplification done on the UI flows. Parallel loading of some part(s) of the page using AJAX. 2.) Engineering can measure the page load time and make minor tweak of identifying assets (JavaScript/images/flash objects) that could take time to load. These could be cached on the CDN or the footprint of the assets can be reduced. 3.) Use of protocol like SPDY (google specification) to predicatively load some pages.
Check out your Company Bowl for anonymous work chats.