Interview question

Posted by rahul on Stack Overflow See other posts from Stack Overflow or by rahul
Published on 2010-04-08T04:07:57Z Indexed on 2010/04/08 4:13 UTC
Read the original article Hit count: 284

Filed under:

Recenty I was asked this interview question:

There is a server which receives millions of requests every day. Design an API for finding out hits in the last one minute, in the last 10 minutes etc. What should be the algorithm and design to implement it efficienly.

I want to know the ideas on this.

© Stack Overflow or respective owner

Related posts about interview-questions