Frage im Vorstellungsgespräch bei Amazon

Explain how you would design and implement a asking algorithm using Java.

Antworten zu Vorstellungsgespräch

Anonym

10. März 2012

The interview question was "Explain how you would design and implement an algorithm for load balancing across a network using Java without the usage of a Centralized load balancing server."

4

Anonym

10. März 2012

What is an a asking algorithm?

3

Anonym

1. Aug. 2012

add a field to the messaging for average load/latency/serving time, have each server advertise it's load by a moving average formed over the last several transactions with clients. Have that algorithm age off old data on a sliding timebase of 10s of seconds for heavy load to 4 hours or so for a light load, such that light usage over the longest time results in the lowest load score...

9