Are you a fan of James?
Sr Java Developer Interview Questions
5,523 sr java developer interview questions shared by candidates
Do you enjoy work? Are you someone that does work at great speed?
Why do you want to work for TCS?
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
What is abstract class?
Why do you want to work at Avenue Code?
some knowledga base question about java fundamental and java 8
Question were mainly on Data Structure, Multithreading and concurrency
What is lambda expression
How hashmap internally works, followed by counter questions on why hashcode is required, user define key in hashmap
Viewing 101 - 110 interview questions