1. Given a String, move all characters 2 steps ahead in the alphabet. For example, Input: aXbN, Output: cZdP
2. What is the use of async?
3. Implement chunking of files.
4. Describe the architecture you designed for your project, outlining your key assumptions.
5. Explain the backend code.