I did not get any truly technical questions. The closest one interviewer got to that was to ask me how I felt about using the vi editor in Linux.
Technical Lead Senior Java Software Engineer Interview Questions
24,787 technical lead senior java software engineer interview questions shared by candidates
Programming
medium leetcode - search matrix or something similar.
Simple
Spring architecture Difference between finally, finalize and final
Explain about the API u know?
Why do you want to work for TCS?
what are data structures in programming?
Java coding technical qns and design patterns
You are given a matrix having 0s & 1s where each row & column is sorted also. So need to find the maximum matrix of 1s. e.g. Below is the given matrix, note each row & column is sorted. {0,0,0,0,1} {0,0,0,1,1} {0,1,1,1,1} {0,1,1,1,1} {1,1,1,1,1} so max matrix having 1s can be- 1,1,1,1 1,1,1,1 1,1,1,1
Viewing 791 - 800 interview questions