Lead Java Developer Interview Questions

239 lead java developer interview questions shared by candidates

finally face to face. this is 6 hour long and they will decide very quick the result. First is a Java test. expect to write long java programs with pen and paper. should write code accurately no psudo code java code. some of the questions were insert node in tree, find the bug in single linked list which is looping. Heavy multi threading concurrency questions. thread contention, java 5+ concurrency API lots of multi threading in depth questions. somof the questions ae when java does context switching explain what happens in CPU level1,level2,level3 cache. how do you optmize hit miss on cpu cache with java threading. questions about DB partition sharding, network topology in cassandra, clearly Big 0 questions. java concurrency concurrency collections framework questions I was asked to write on white board function in java to recursively delete files and then in a directory tree. Java code with semi colons command and perfect syntax was expected. boundary conditions need to be handled. unit tests were asked to be written.
avatar

Lead Java Developer

Interviewed at Intercontinental Exchange

3.3
Jan 23, 2016

finally face to face. this is 6 hour long and they will decide very quick the result. First is a Java test. expect to write long java programs with pen and paper. should write code accurately no psudo code java code. some of the questions were insert node in tree, find the bug in single linked list which is looping. Heavy multi threading concurrency questions. thread contention, java 5+ concurrency API lots of multi threading in depth questions. somof the questions ae when java does context switching explain what happens in CPU level1,level2,level3 cache. how do you optmize hit miss on cpu cache with java threading. questions about DB partition sharding, network topology in cassandra, clearly Big 0 questions. java concurrency concurrency collections framework questions I was asked to write on white board function in java to recursively delete files and then in a directory tree. Java code with semi colons command and perfect syntax was expected. boundary conditions need to be handled. unit tests were asked to be written.

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
avatar

Senior Java Developer/Lead

Interviewed at Infra.Market

3.1
Sep 20, 2021

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 11 - 20 interview questions

Glassdoor has 239 interview questions and reports from Lead java developer interviews. Prepare for your interview. Get hired. Love your job.