Essa empresa é sua?
You need to create a web application that shortens long URLs. Describe how you would structure this application.
Sigiloso
Use a hashing algorithm to convert URLs to a short hash string. Use virtual paging tables to expand hash map so that it can fill more than the whole memory of the server. Double hash table so that you can share storage space across servers.