1. What are the types of encryption?
2. Market Entry: How would you transition a Rajasthani shoe business from online to offline?
3. Given a circular array nums, compute its maximum subarray sum in O(n) time complexity.
4. Given a line where words are separated by spaces, capitalize the first letter of the reversed word, and make the other letters of the word lowercase. For example: Input: “how are you?” → Output: “Woh Era ?uoy”
5. Write a query to find the nth highest salary in SQL.