LTIMindTree Interview Experience For Java Developer

The interview questions you encounter will primarily be influenced by the specific project for which you’re being interviewed.

  1. Tell me about your IT experience and projects you worked on?
  2. What is the difference between method overloading and method overriding?
  3. What is a marker interface in java?
  4. What is serialization in java?
  5. What are Functional Interfaces in java?
  6. What is the Default method in interface?
  7. What is the difference b/w ArrayList and LinkedList in java?
  8. How to create custom Exceptions in Java?
  9. int[] a= {1,2,3,4,5,6,7,8} write a code to sum of all even numbers using Java8 only. (Hint{not provided by interviewer}: Stream API)
  10. Sort an employee list based on name and department when id, name, salary, department are given.
  11. How to remove tomcat server dependency from Java application, as it is present in starter-web dependency.
  12. How to add another server dependency in a Java application?
  13. Can Controller and Service classes be different packages in Java?

Contact Us