I applied through college or university. The process took 3 months. I interviewed at LTIMindtree (Pune) in Jan 2026
Interview
first there was test which check your dsa knowledge, aptitude, and communication skills
then ai interview as scheduled
Then technical round was scheduled
then final hr interview
and i was selected
too long process , OA interview 2 and then offer took almost 4 month to complete .
OA is easy anyone can clear
interviews are easy aynone can clear that too thye hardly reject aynone
Aptitude online assessment , technical online assessment , technical round , human resource round some may have an additional ai interview round was generally easy , technical round they ask easy questions
I applied through college or university. I interviewed at LTIMindtree
Interview
I recently attended a technical interview focused mainly on Core Java concepts and basic Data Structures & Algorithms. The interview started with a short introduction about myself, projects, and my role in them. After that, the interviewer moved into technical questions.
The first section was mostly Core Java. I was asked questions about OOP concepts like encapsulation, inheritance, polymorphism, and abstraction. They also asked the difference between == and .equals(), Array vs ArrayList, and basics of exception handling. Some questions were conceptual but required clear examples.
Then the interview shifted to basic coding questions. I was asked to write a program to print prime numbers and explain the logic. Another question involved checking whether a number is prime using optimized logic (up to √n). I also got a Fibonacci series question and a simple array problem like finding the largest element.
The interviewer focused more on logic clarity rather than complex algorithms. They asked me to explain my approach step by step and also discussed time complexity in simple terms.
Overall, the interview was moderate level, mainly testing fundamentals of Java and basic problem-solving skills. If you are clear with core concepts and practice small coding problems, it is manageable.
Interview questions [1]
Question 1
Intro, multi threading, exception handling, spring boot basics