1. Implement a basic LRU cache with a fixed size of 4, focusing on push and pop operations without update functionality.
2. What does load average mean in Linux?
3. What is a process?
4. Given an array of strings strs, group the anagrams together. You can return the answer in any order.
5. How to log latency for an api. Tinyurl system design