Glassdoor Interview Question
22 Interview Reviews |
Back to all Glassdoor Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Senior Web Developer at Glassdoor:
Google Maps allows you to zoom in and out of satellite maps, with terabytes of data accessible via a very fast interface. How would you go about implementing this functionality?
| Tags: | technical, javascript, analytical, jsp, ecmascript, maps, ajax, web development See more , mapping See less 8 |
Helpful Question?
Yes |
No
Inappropriate?



4 of 4 people found this helpful
by Interview Candidate:
In order to draw quickly, this still required a lot of bandwidth. Google had that through their distributed data network.
One way to give users a more responsive experience is to take advantage of the time a user spends looking at a map. While the user is simply looking, javascript code could be busy pre-loading all of the images that can be zoomed into one level down, as well as the images that comprise the zoom 'out'.
All of this would require some very smart javascript, and it's not trivial, but when it's broken down to components, it's certainly feasible to see how it could be done.