Google: Design airline ticket Reservation code generator

The question was to design a service which would give 5 char random reservation code for airline ticket.

  1. Codes can be reused after set expiration
  2. How to scale with only 5 characters
  3. Code should be unique
  4. How will you store, where and what

I am not sure how to answer this with 5 char limit. Normal md5 hash wont help

Comments (3)