PayU
Software Development Engineer 2
Reverse List from Both Sides
Medium
ROUND 2CodingCandidate Selected
Given an array, reverse the elements from both sides starting from a specified index. For example, given `arr = [1,2,3,4,5]` and `ind = 2`, return `Array = [3,2,1,5,4]`. Explain your approach and any key considerations.
This question was asked in
PayU Software Development Engineer 2 Interview Experience
The interview process for the Software Engineer (Frontend) position at PayU included multiple rounds that covered a variety of technical topics. Key areas of focus included system design, API implementation, memory management concepts, as well as component and props handling in React. Overall, the interview was technical and designed to assess both practical knowledge and conceptual understanding.