LTIMindtree Interview Experience for Software Engineer
LTIMindtree Interview Experience for Software Engineer
LTIMindtree Interview Experience for Software Engineer
Engineer
Last Updated : 29 Sep, 2024
Technical Interview
The interview process at LTI was unlike any other company I’ve interviewed
at. It only ran for 20-25 minutes and consisted of 18-20 rapid-fire questions.
In my case, most of the questions only required one-word answers except for
a few that demanded an explanation.
The interviewer directly jumped into the questions.
Some of them (which I can remember are)
What is faster: Linear or Binary Search? (Answered)
Follow up: Why? (Answered in terms of complexity)
Differences between Stack and Queue (Answered in terms of LIFO and
FIFO)
What is Dequeue? (I initially answered as removal of elements from the
queue; what he was meaning to ask is Deque, or a double-ended queue)
What language did I code in? (Answered C++)
How many keywords are there in C++? (Much like a trivia question,
answered can’t remember the exact number)
Explain bubble sort. (Explained in short)
Explain polymorphism. (Answered)
Name the types of polymorphism. (Answered run-time and compile-time)
Differences between method overloading and method overriding. (Named
2-3 pointers for each)
Types of inheritance in C++. (Answered 5)
What is a constructor? (Answered)
What is a destructor? (Answered)
Can a destructor be overloaded? (Answered no)
Do you know SQL? (Answered Yes)
Differences between Drop, Truncate, and Delete.
Why is the Having clause used? (Answered in terms of Aggregate
Functions)
Asked me to Construct a query using Having, Where, and Group By. (I
just had to read out)
All this was completed within 20-25 minutes. I thanked the interviewer and
he ended the meeting saying that they would get back to me.
A few days later, they released the list of the candidates moving forward. I
was one of them.
HR Round:
This was the final leg of the process. This also ran for 20 minutes
approximately. The interviewer greeted and I followed back.
Some of the questions asked were:
Introduce yourself.
Why did you choose to study engineering?
Why ECE? (I’m an ECE-grad)
What is your final year project?
Follow up: What is your contribution?
Tell me about your family.
Do you have any certifications?
Are you open to working across all locations and any/all technologies?
Any questions for me?
Suggestion: If you don’t know the answer say I don’t know And I will learn
about it. Don’t give false, wrong answers. It creates a negative impact.