Question: How will you find the page with most incoming links from billions of web-pages

Solution: use hashtable where key is the unique link and its value is the count. so if you get a new in bound check if it already exits if does then increment the value by one else add it to the hashtable with count 1