Programming test was most difficult part, but absolutely reasonable! good test, i enjoyed it
Java Technical Lead Interview Questions
12,708 java technical lead interview questions shared by candidates
what is method overloading
class A{ p s v test(){sout("A");} } class B extends A{ p s v test(){sout("B");} } class C{ main(){ A a2 = new B(); } } what is the o/p? what this example refers to? what happens when you try to override a static method from parent class?
Basic work experience questions based on your CV. Very simple cryptography questions. For example, difference between symmetric key and asymmetric key.
Write Java code to find K-complementary pairs in a given array of integers. Given Array A, pair (i, j) is K- complementary if K = A[i] + A[j];
Questions about real scenarios
1st round Java Technical First round a) How do u identify memory leaks and how do u solve it. b) How do you take Thread dump in java. c) How to remove duplicate value from ArrayList d) What version you use for Java & Weblogic & Database e) Have u used any joins & procedure, do u do query optimizations 2nd round With VP a) How do you track project, project management tool b) About SDLC methodology c) Draw System architecture diagram on which i have worked on d) How to you identify if any project is running out of time and what steps are taken e) How do you handle non performing resource (either he is coming late or not giving output) f) What if some high priority task comes suddenly and how do you have both the stake holders g) What is my role during the software development process (during coding) with the team.
What is Java.
Java, Frameworks, Agile, CI, CD, Code Review, Tools, version control, behavioural questions, managerial questions
Difference between interface and abstract class
Viewing 161 - 170 interview questions