Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by LTIMindtree Team. If you also belong to the team, you can get access from here

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 18.9k Reviews

Filter interviews by

LTIMindtree Software Trainee Interview Questions and Answers for Experienced

Updated 14 Feb 2024

1 interview found

Sort by: Popular

Software Trainee Interview Questions

user image Anonymous

posted on 14 Feb 2024

Interview experience
5
 Excellent
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Job Fair and was interviewed before Feb 2023.

3 Interview Rounds

1

Aptitude Test Round

This is a basic test where you will be asked to solve logical and reasoning questions. Pseudo codes and some basic programs.

2

Technical Round (4 Questions)

  • Q1. They will ask about the programming language that we know well. Be prepared everything about the specific programming language. And last but not least if you ha...read more
  • Q2. What is Object-oriented programming?
  • Q3. What is encapsulation?
  • Q4. Program to find prime number
3

HR Round (1 Question)

  • Q1. Basic HR questions like Tell me about yourself, strengths and weakness, will you be able to relocate, any challenges faced, participated in any challenges.

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Trainee interview:
  • OOPS
  • Java
  • HTML
  • CSS
  • SQL
Interview preparation tips for other job seekers - Just be confident and try to express that you are well versed with what you know.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I applied via Company Website and was interviewed before Apr 2023.

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. 1.c basic questions
  • Q2. 2.os concepts and linux concepts and for freshers they will check your communication skills
2

HR Round (1 Question)

  • Q1. Asked about relocation ,package discussion
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I applied via Referral and was interviewed before May 2023.

2 Interview Rounds

1

Group Discussion Round

Discuss on a topic of current affairs

2

HR Round (1 Question)

  • Q1. About myself and tech interview on sql

Software Trainee Interview Questions

TCS user image ADABALA NAGA DURGA

posted on 28 Aug 2023

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I applied via campus placement at S R K R Engineering College, Bhimavaram and was interviewed before Aug 2022.

4 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
2

Aptitude Test Round

Mathematics, reasoning and verbal and also coding questions

3

Technical Round (1 Question)

  • Q1. C coding questions and oops basics
4

HR Round (1 Question)

  • Q1. Basic hr related questions

Software Developer Interview Questions

Atos user image Anonymous

posted on 18 Sep 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Aptitude Test Round

All the aptitude questions including verbal, non-verbal, technical and general aptitude.

2

Technical Round (1 Question)

  • Q1. DBMS, OOPS, Java

I applied via Recruitment Consulltant and was interviewed in Oct 2022.

3 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
2

Coding Test Round

1. String manipulation program
2. Print the Armstrong numbers in a given range

3

Technical Round (2 Questions)

  • Q1. Questions on Java Collection and Data structures
  • Q2. Implement an Hashset using Hashmap

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding of Data structures and Strong knowledge in basics of programming is the key to crack the interview

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2022.

1 Interview Round

1

Technical Round (7 Questions)

  • Q1. What are indexes in the database? what is the difference between clustered and non-clustered indexes?
  • Q2. Write a query to delete duplicate rows from a table.
  • Q3. Class A { public string A() { return "hello"; } } what is wrong with above code?
  • Q4. What is a singleton pattern and how to implement it?
  • Q5. How do you handle exceptions in stored procedures?
  • Q6. Explain SOLID principles.
  • Q7. Difference between throw and throw exception?

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to give quite a few interviews to be prepared.

Skills evaluated in this interview

1 Interview Round

1

Technical Round (1 Question)

  • Q1. What is object oriented programming language in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Dividing programs into class or objects is called oops .
Oops are classified into following types they are:
1)class:
Class is template from which objects are created. Collection of objects is called object.It is logical Entity
2. Object :
It is an instance of class. It has some states and behaviour. It is both physical and logical Entity .
3. Abstraction:
Hiding the implementation part and showing the functionality is called Abstraction.
Ex:sending SMS where we type text but don't the internal working.
Abstraction can be achieved by
Abstract classes and interfaces
4.Encapuslation:
Binding up of code and data or Variables and methods together is called Encapsulation
Ex: capsule different medicines are binded in it
We can achieve it by getter and setter methods
5) polymorphism:
Performing the same task in different ways is called polymorphism
It can be achieved by method over loading complie time polymorphism and run time polymorphism method overriding.
a) method overloading:
Same method name but different parameters is known as method overloading
b) method overriding:
Same method name & same parameters in sub class and super class is called method overriding.
6.Inheritance:
Acquiring properties from one class to another class is called inheritance
1) single inheritance :
Single child class inherits characteristics of single parent class
Multilevel inheritance
2) for example, a Child inherits behavior from his father, and the father has inherited characteristics from his father.
3) hierarchical inheritance:
One class is inherited by multiple subclasses
4) multiple inheritance:
One class inherits features of more than one base class and is not supported in Java, but the class can implement more than one interface.
5)Hybrid Inheritance: This is a combination of single and multiple inheritances.

7)

Skills evaluated in this interview

4 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
2

Coding Test Round

C and c++ and data structure

3

Technical Round (1 Question)

  • Q1. Question front Data structure, c++ and c
4

HR Round (1 Question)

  • Q1. Ask all those questions that you want

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on body language.
Learn new things.

2 Interview Rounds

1

Coding Test Round

Java, micro service, spring boot

2

Technical Round (4 Questions)

  • Q1. Micro service basics
  • Q2. Simple Java programming
  • Q3. Basic questions of SQL queries
  • Q4. Questions from project related

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly asked basic questions of Java, spring boot, micro service, SQL queries

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Software Trainee interview for experienced candidates?
LTIMindtree interview process for experienced candidates usually has 3 rounds. The most common rounds in the LTIMindtree interview process for experienced candidates are Aptitude Test, Technical and HR.
What are the top questions asked in LTIMindtree Software Trainee interview for experienced candidates?

Some of the top questions asked at the LTIMindtree Software Trainee interview for experienced candidates -

  1. What is Object-oriented programmi...read more
  2. What is encapsulati...read more
  3. Program to find prime num...read more

Tell us how to improve this page.

LTIMindtree Software Trainee Salary
based on 29 salaries
₹3 L/yr - ₹6.5 L/yr
20% more than the average Software Trainee Salary in India
View more details

LTIMindtree Software Trainee Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Senior Software Engineer
21.1k salaries
unlock blur

₹4.7 L/yr - ₹18.3 L/yr

Software Engineer
16.1k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.8k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.4 L/yr - ₹36.6 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.3 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Accenture

3.9
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview