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

Filter interviews by

LTIMindtree Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 11 May 2025

51 Interview questions

A Graduate Engineer Trainee (Get) was asked 6mo ago
Q. What are String Tokenizers?
Ans. 

String tokenizers are tools used to break a string into smaller parts based on a specified delimiter.

  • String tokenizers are commonly used in programming to parse strings and extract relevant information.

  • They can be used to split a sentence into individual words, or to extract specific data from a structured text.

  • For example, in Java, the StringTokenizer class can be used to break a string into tokens based on a spe...

A Graduate Engineer Trainee (Get) was asked 6mo ago
Q. Tell me something that is not mentioned in your resume.
Ans. 

I have a passion for sustainable engineering, which drives my interest in eco-friendly design and innovative solutions.

  • I volunteered for a project that focused on renewable energy solutions, where we designed a solar-powered water heater.

  • I am an avid participant in hackathons, where I collaborated with peers to develop a mobile app for waste management.

  • I have a strong interest in learning new programming languages...

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. How would you check the continuity of a wire inside a wall if the ... read more
Q3. What will be the cost of painting the wall behind me?
Q4. What happens when there is a large air void in concrete?
Q5. What are the different types of concrete?
A Graduate Engineer Trainee (Get) was asked 7mo ago
Q. Write a program to calculate the factorial of a number.
Ans. 

Program to calculate factorial of a number using recursion or iteration

  • Define a function to calculate factorial

  • Use recursion or iteration to calculate factorial

  • Handle edge cases like 0 and negative numbers

  • Example: factorial of 5 is 5*4*3*2*1 = 120

A Graduate Engineer Trainee (Get) was asked 7mo ago
Q. What are structs and unions?
Ans. 

Structs and unions are data structures in C programming used to group different data types under a single name.

  • Structs allow you to group different data types together under a single name. For example, a struct 'Person' can have fields like name, age, and gender.

  • Unions are similar to structs but they share the same memory location for all its members. Only one member can contain a value at a time. For example, a u...

What people are saying about LTIMindtree

View All
a senior software engineer
6d
Need clarity on Ltimindtree's Variable pay
Hi, I have received an Offer from LTIMINDTREE, and there offering 24L(5Yoe) P3, 21.8L as Fixed and 2L as variable pay monthly. Client is Amazon I also have another offer with HTC, have two questions on the vp. The HR is trying to say that the VP is like non performance, regardless of performance you'll get it unless other companies which offer it based on performance...is this tru ? Then if I'm receiving a hike next year, what it'll be based on ?, will the 2.2L VP apply again next year. Hows the hike and promotion ? LTIMindtree
FeedCard Image
Got a question about LTIMindtree?
Ask anonymously on communities.
🔥 Asked by recruiter 2 times
A Graduate Engineer Trainee (Get) was asked 7mo ago
Q. What is a foreign key?
Ans. 

Foreign key is a field in a database table that links to a primary key in another table.

  • Foreign key ensures referential integrity between related tables

  • It helps maintain consistency and prevent orphan records

  • Example: In a database of students and courses, student_id in courses table can be a foreign key referencing id in students table

A Graduate Engineer Trainee (Get) was asked 7mo ago
Q. What is a Callendar type queue?
Ans. 

A calender type queue is a data structure that stores elements in a circular buffer, allowing for efficient insertion and removal operations.

  • Elements are stored in a circular buffer, with a front and rear pointer indicating the start and end of the queue.

  • When the rear pointer reaches the end of the buffer, it wraps around to the beginning, creating a circular structure.

  • Insertion and removal operations are efficien...

A Graduate Engineer Trainee (Get) was asked 7mo ago
Q. What challenges have you faced in projects?
Ans. 

Challenges faced in a project include tight deadlines, budget constraints, communication issues, scope changes, and resource allocation.

  • Tight deadlines can lead to rushed work and potential errors.

  • Budget constraints may limit the resources available for the project.

  • Communication issues can result in misunderstandings and delays.

  • Scope changes can disrupt the project plan and require adjustments.

  • Resource allocation ...

Are these interview questions helpful?
A Graduate Engineer Trainee (Get) was asked
Q. What are the differences between structures and classes?
Ans. 

Structures are used for storing data while classes are used for storing data and methods.

  • Structures are value types while classes are reference types.

  • Structures do not support inheritance while classes do.

  • Structures are used for simple data types while classes are used for complex data types.

  • Example of structure: struct Employee { int id; string name; }

  • Example of class: class Car { string make; string model; void ...

A Graduate Engineer Trainee (Get) was asked
Q. You are allowed to code in your preferred coding language.
Ans. 

I can code in Python, Java, or C++. Each language has its strengths for different applications.

  • Python: Great for data analysis and machine learning. Example: Using pandas for data manipulation.

  • Java: Strong for building large-scale applications. Example: Developing Android apps.

  • C++: Ideal for system-level programming. Example: Writing performance-critical applications.

A Graduate Engineer Trainee (Get) was asked
Q. Write a program to find the largest and second largest number in an array
Ans. 

Program to find largest and second largest number in an array

  • Iterate through array and compare each element to current largest and second largest

  • Update variables accordingly

  • Return largest and second largest

LTIMindtree Graduate Engineer Trainee (Get) Interview Experiences

78 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. OOPs Concepts AI Questions React Questions SQL Queries I had a terrible experience. Initially, I was shortlisted for the technical interview, which went well and lasted about 27 minutes. However, I didn’t ...
  • Q2. Resume based questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. English basics ,grammar, comprehension
  • Q2. Pseudo codes,basic theory questions
Round 2 - Technical 

(2 Questions)

  • Q1. Basics questions on python and OOPs
  • Q2. Program to implement factorial of a number
  • Ans. 

    Program to calculate factorial of a number using recursion or iteration

    • Define a function to calculate factorial

    • Use recursion or iteration to calculate factorial

    • Handle edge cases like 0 and negative numbers

    • Example: factorial of 5 is 5*4*3*2*1 = 120

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm,prepare basics well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Questions of aptitude and tehcnical mcq asked

Round 2 - Technical 

(2 Questions)

  • Q1. What is struct and unions
  • Ans. 

    Structs and unions are data structures in C programming used to group different data types under a single name.

    • Structs allow you to group different data types together under a single name. For example, a struct 'Person' can have fields like name, age, and gender.

    • Unions are similar to structs but they share the same memory location for all its members. Only one member can contain a value at a time. For example, a union ...

  • Answered by AI
  • Q2. Project related questions
Round 3 - HR 

(1 Question)

  • Q1. Basic hr question

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic questions on logical reasoning and qunatative reasoning

Round 2 - Coding Test 

Write code for restaurant to get all menu using any language

Round 3 - HR 

(1 Question)

  • Q1. Normal Hr questions
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There were many questions of numerical ability then verbal then reasning also was there

Round 2 - Technical 

(5 Questions)

  • Q1. There were questions asked from java,sql,ece
  • Q2. What are joins what is java what is oops what is index
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used in SQL to retrieve data from multiple tables based on a related column.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q3. What is callender type que
  • Ans. 

    A calender type queue is a data structure that stores elements in a circular buffer, allowing for efficient insertion and removal operations.

    • Elements are stored in a circular buffer, with a front and rear pointer indicating the start and end of the queue.

    • When the rear pointer reaches the end of the buffer, it wraps around to the beginning, creating a circular structure.

    • Insertion and removal operations are efficient as ...

  • Answered by AI
  • Q4. What is foreign key
  • Ans. 

    Foreign key is a field in a database table that links to a primary key in another table.

    • Foreign key ensures referential integrity between related tables

    • It helps maintain consistency and prevent orphan records

    • Example: In a database of students and courses, student_id in courses table can be a foreign key referencing id in students table

  • Answered by AI
  • Q5. What is challenges faced in project
  • Ans. 

    Challenges faced in a project include tight deadlines, budget constraints, communication issues, scope changes, and resource allocation.

    • Tight deadlines can lead to rushed work and potential errors.

    • Budget constraints may limit the resources available for the project.

    • Communication issues can result in misunderstandings and delays.

    • Scope changes can disrupt the project plan and require adjustments.

    • Resource allocation chall...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitiude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basic oops questions
  • Q2. Coding questions
Round 3 - HR 

(1 Question)

  • Q1. About yourself and relocation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jun 2024.

Round 1 - Aptitude Test 

Aptitude test which was having reasoning and communication assessment

Round 2 - Technical 

(2 Questions)

  • Q1. Technical interview included questions on oops concepts and mostly depended on your resume
  • Q2. Explain oops concepts Difference between list and tuple
  • Ans. 

    OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction. List is mutable while tuple is immutable.

    • OOPs concepts: inheritance, polymorphism, encapsulation, abstraction

    • List: mutable, can be modified after creation (e.g. [1, 2, 3])

    • Tuple: immutable, cannot be modified after creation (e.g. (1, 2, 3))

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Some scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well its easy to clear
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. About project and challenges faced during interview
  • Q2. Oops heirarchy ,asked to write basic code on language you prefer
  • Q3. Sql ,and some behaviour questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They asked very Basic DSA questions and English+Aptitude Test

Round 2 - Coding Test 

Interviewer asked me about OOPS concepts and DSA questions

Round 3 - HR 

(1 Question)

  • Q1. She asked me about what is your strength , where do you see yourself in next 5 years etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

First round was aptitute

Round 2 - Technical 

(2 Questions)

  • Q1. Pillers of OOPs
  • Q2. Sql Commands , explain BST

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Graduate Engineer Trainee (Get) interview?
LTIMindtree interview process usually has 3-4 rounds. The most common rounds in the LTIMindtree interview process are Technical, HR and Aptitude Test.
What are the top questions asked in LTIMindtree Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the LTIMindtree Graduate Engineer Trainee (Get) interview -

  1. Your introduction? What are oops concept? What is inheritance? What is differe...read more
  2. Can we write int func() and int func(int a) in a single cla...read more
  3. How to insert a java code in (html tags...read more
What are the most common questions asked in LTIMindtree Graduate Engineer Trainee (Get) HR round?

The most common HR questions asked in LTIMindtree Graduate Engineer Trainee (Get) interview are -

  1. Why are you looking for a chan...read more
  2. Why should we hire y...read more
  3. Tell me about yourse...read more
How long is the LTIMindtree Graduate Engineer Trainee (Get) interview process?

The duration of LTIMindtree Graduate Engineer Trainee (Get) interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 50 interview experiences

Difficulty level

Easy 34%
Moderate 62%
Hard 3%

Duration

Less than 2 weeks 34%
2-4 weeks 41%
4-6 weeks 14%
6-8 weeks 3%
More than 8 weeks 7%
View more
LTIMindtree Graduate Engineer Trainee (Get) Salary
based on 552 salaries
₹3 L/yr - ₹6.5 L/yr
8% more than the average Graduate Engineer Trainee (Get) Salary in India
View more details

LTIMindtree Graduate Engineer Trainee (Get) Reviews and Ratings

based on 58 reviews

3.7/5

Rating in categories

3.8

Skill development

3.4

Work-life balance

3.6

Salary

3.5

Job security

3.6

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 58 Reviews and Ratings
Senior Software Engineer
22k salaries
unlock blur

₹7.3 L/yr - ₹21.6 L/yr

Software Engineer
16.3k salaries
unlock blur

₹3.9 L/yr - ₹8.8 L/yr

Technical Lead
6.4k salaries
unlock blur

₹16.3 L/yr - ₹28.8 L/yr

Module Lead
5.7k salaries
unlock blur

₹12 L/yr - ₹22 L/yr

Senior Engineer
4.7k salaries
unlock blur

₹5.8 L/yr - ₹14 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.7
Compare

TCS

3.6
Compare
write
Share an Interview