Microsoft Interview Question
1,048 Interview Reviews |
Back to all Microsoft Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Software Development Engineer at Microsoft:
Searching a page in 100 million pages. What data structure would be optimal?
See more for this Microsoft Software Development Engineer Interview
Helpful Question?
Yes |
No
Inappropriate?
Answers & Comments (3)
so it would be better to go for hashing of two level or more level something used in databases
check silberschatz book on data base
Helpful Answer?
Yes |
No
Inappropriate?
Then each time a page is desired a quick hash function computation points straight to the right machine and the right smallish file on disk (or in memory) on that machine which is queried to find the page in question.
So hashing makes massive distribution very easy and very efficient.
Helpful Answer?
Yes |
No
Inappropriate?
Members can
answer or comment on this question
–
Join Now (It's Free) or
Sign In



0 of 0 people found this helpful
by Interview Candidate: