1. How would you design a system similar to Google Drive?
2. Given two large numbers represented as strings, return the string representation of their sum. Implement this without using built-in large number libraries.
3. What are the different types of lookup tables?
4. How do you tune a SQL query?
5. Given the head of a singly linked list, reverse the list, and return the reversed list.