The questions were primarily focused on the technology stack relevant to the role, emphasizing practical knowledge and hands-on experience. Additionally, there were some fundamental data structures and algorithms (DSA) questions, which were mainly based on Python to assess basic programming skills and problem-solving ability.
Interview questions [1]
Question 1
Using Python, write a function to reverse a linked list. Explain the time and space complexity of your solution.