Amazon | Phone Screen | Load Balancer Client
Anonymous User
2576

Position: SDE2

Assume a GET http request to a load balancer server returns a load balanced ip. Cache the IP into a datastructure.

requirement explained by the interviewer:

  1. create a load balancer client object , which would use a request object.
  2. Do a get, which returns an ip, store in cache if not found.
  3. write an efficient load balancer client code.
Comments (6)