I applied through a staffing agency. I interviewed at Sasken (Bengaluru) in Feb 2026
Interview
There were supposed to be 2 rounds of interview as this was for an experienced position:
1. Technical Round: This happened for an hour. Virtually from an employer's laptop in office.
2. Probably a MR/HR round or a Client Round (I am not sure)
The interview was fairly easy. The panelist was extremely supportive. I couldn't secure the position as I focussed on preparing harder questions like Data Structures, Algos and preparing based on my Projects I worked in my ex-organisation. I forgot to prepare on the more fundamental side of programming.
The panelist gave hints at every step, and eventually I was able to solve some of the questions that were given to me. However, I believe the number of hints I took to solve it may have demotivated the interviewer from taking me in. Whole session was recorded.
Toward the end, I asked questions about the technology stacks in use and the interviewer's own experiences, which they answered thoughtfully.
Overall, this was a valuable and enlightening experience. It has clearly shown me areas where I need to deepen my foundational knowledge. I am committed to preparing more comprehensively and look forward to securing an opportunity with Sasken in the future.
Interview questions [1]
Question 1
Given a 2D array, can you sum all the elements from rows and all the elements from columns distinctly and return the answer from the array. (Code platform: Notepad. Input given. Output format was not given. They were more interested in my though process than the actual code.)
I applied through university. I interviewed at Sasken in Sept 2024
Interview
It was an on campus placement drive where firstly we had general aptitude and technical aptitude along with coding question with test cases, later it was an group discussion round finally a technical round followed by HR interview
Interview questions [1]
Question 1
Coding question on java and some technical questions related to oops concept and in HR round they asked me are u willing to allocate to Bangalore and do u agree for the 3 years of agreement
I applied through university. I interviewed at Sasken (Bengaluru) in Apr 2024
Interview
It was easy, covering topics like arrays and strings, object-oriented programming (OOP), data structures and algorithms (DSA), Fibonacci series, reversing a string, and exception handling in programming, everything to java.
Interview questions [1]
Question 1
Here are two questions based on the topics mentioned:
1. **Arrays and Strings**: How would you reverse a string in Java without using built-in methods? Provide a solution that works by manipulating arrays.
2. **Data Structures and Algorithms (DSA)**: Implement a function to calculate the nth number in the Fibonacci series using recursion. Discuss its time complexity and how it can be optimized.