Question d’entretien chez Hulu

Whiteboard: Design/code a URL shortener

Réponse à la question d'entretien

Utilisateur anonyme

28 avr. 2016

Designed it with encoding the full URL passed and saving it with the full URL on a LRU cache along with a database, the retrieval of full URL would happen by matching its encoded version to the actual full URL.

1