1. Is NodeJS single-threaded or multi-threaded?
2. What is the coding assignment for the form?
3. Given two strings s and t, return true if t is an anagram of s, and false otherwise.
4. How would you schedule tasks to CPUs based on their priorities?
5. What is an LRU cache and where is it used?