Technical Interviews: Difference between revisions

Line 33: Line 33:
* Make sure you can identify server from id of data (e.g. adding it to hashing or maintaining an index)
* Make sure you can identify server from id of data (e.g. adding it to hashing or maintaining an index)


====Caches=====
====Caches====
* Place a cache on the request layer.
* Place a cache on the request layer.
* Cache in memory, not disk (e.g. [http://memcached.org/ memcached], redis)
* Cache in memory, not disk (e.g. [http://memcached.org/ memcached], redis)