I applied through university. I interviewed at Edifecs (Chandigarh) in Jul 2023
Interview
The interview process was flawlessly executed, ensuring a smooth and efficient experience for all candidates. The well-implemented procedures and thoughtful organization contributed to a positive and professional atmosphere, leaving a lasting impression on applicants.
Interview questions [1]
Question 1
Design an algorithm to efficiently search for a target element in a reverse-sorted array. Implement a function that takes the reverse-sorted array and the target value as inputs, returning the index of the target if found, or -1 if the target is not present in the array. Optimize the solution for time complexity.