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

57 Interview questions

🔥 Asked by recruiter 2 times
A Graduate Engineer Trainee (Get) was asked 9mo 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
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 ...

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
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

What people are saying about LTIMindtree

View All
staticsalamander
1w
works at
Startup
Node.js Dev Dilemma: LTIMindtree, Capgemini, or TCS?
Need some advice! I’m a Node.js dev with 6+ years of experience and I’ve got offers from: LTIMindtree (26 LPA) Capgemini (27 LPA) TCS (24 LPA) I'm trying to figure out which company would have better projects, especially in AI or newer tech. I’m really into AI-related stuff. Anyone working at these companies know about the overall work experience?
Got a question about LTIMindtree?
Ask anonymously on communities.
A Graduate Engineer Trainee (Get) was asked
Q. How would you design a search engine similar to Google, where users can type in words and receive relevant results?
Ans. 

To create a search engine like Google, one needs to develop a web crawler, index the web pages, and use an algorithm to rank the results.

  • Develop a web crawler to scan the web pages and collect data

  • Index the collected data to make it searchable

  • Use an algorithm to rank the results based on relevance

  • Implement a user-friendly interface for users to input search queries

  • Continuously update and improve the search engine ...

A Graduate Engineer Trainee (Get) was asked
Q. What are DDL, DCL, and TCL?
Ans. 

DDL, DCL, and TCL are SQL commands used to manage database objects and transactions.

  • DDL (Data Definition Language) is used to create, modify, and delete database objects like tables, indexes, and views.

  • DCL (Data Control Language) is used to control access to the database by granting or revoking privileges to users.

  • TCL (Transaction Control Language) is used to manage transactions by committing or rolling back chang...

LTIMindtree HR Interview Questions

495 questions and answers

Q. What is your current professional experience?
Q. How would you manage operational disruptions within your team as a project ... read more
Q. What other technologies have you worked on?
A Graduate Engineer Trainee (Get) was asked
Q. What does the SELECT command do?
Ans. 

SELECT command is used to retrieve data from a database table.

  • It is a SQL command.

  • It is used to retrieve data from one or more tables.

  • It can be used with various clauses like WHERE, ORDER BY, GROUP BY, etc.

  • Example: SELECT * FROM customers WHERE city='New York';

Are these interview questions helpful?
A Graduate Engineer Trainee (Get) was asked
Q. Explain the logic behind your code.
Ans. 

Understanding the logic behind code involves analyzing its structure, flow, and purpose to solve a specific problem.

  • Identify the problem the code is solving. For example, sorting an array.

  • Break down the code into smaller parts to understand each function's role.

  • Look for patterns or algorithms used, such as loops or conditionals.

  • Consider edge cases and how the code handles them, like empty arrays.

  • Test the code with...

A Graduate Engineer Trainee (Get) was asked
Q. Given a range, how would you find all the prime numbers within that range?
Ans. 

Finding prime numbers within a given range.

  • A prime number is a number that is only divisible by 1 and itself.

  • Start with the first number in the range and check if it is prime.

  • If it is prime, add it to the list of prime numbers.

  • If it is not prime, move on to the next number.

  • Repeat until all numbers in the range have been checked.

  • Examples: Prime numbers between 1 and 10 are 2, 3, 5, and 7.

  • Examples: Prime numbers bet...

A Graduate Engineer Trainee (Get) was asked
Q. How did you implement a particular feature in ReactJS?
Ans. 

I implemented (a particular feature) in ReactJS using (specific method/technique).

  • Identified the specific feature requirements

  • Researched and selected the appropriate ReactJS library or tool

  • Implemented the feature using ReactJS components and state management

  • Tested and debugged the feature for optimal performance

  • Integrated the feature with the rest of the application

  • Continuously monitored and improved the feature a...

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
  • Ans. 

    I have a strong academic background in engineering, complemented by hands-on projects and internships that honed my technical skills.

    • Completed a Bachelor's degree in Mechanical Engineering with a focus on thermodynamics and fluid mechanics.

    • Interned at XYZ Corporation, where I assisted in the design and testing of HVAC systems, improving efficiency by 15%.

    • Participated in a team project that developed a prototype for a r...

  • Answered by AI
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

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
  • Ans. 

    Discussing project experience showcases problem-solving skills and teamwork in engineering roles.

    • Describe the project scope and objectives, e.g., developing a new software tool for data analysis.

    • Highlight your specific role, such as leading a team of engineers to design a prototype.

    • Discuss challenges faced, like budget constraints, and how you overcame them, e.g., optimizing resource allocation.

    • Mention the technologies...

  • Answered by AI
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
  • 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
  • Ans. 

    Understanding OOP concepts is crucial for software development, focusing on encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods in a class. Example: A 'Car' class with properties like 'speed' and methods like 'accelerate()'.

    • Inheritance: Deriving new classes from existing ones. Example: 'ElectricCar' inherits from 'Car', adding features like 'batteryCapacity'.

    • Polymorphism: ...

  • Answered by AI
  • 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
  • Ans. 

    Scenario-based questions assess problem-solving and critical thinking skills in real-life situations.

    • Identify the key issue in the scenario.

    • Consider possible solutions and their implications.

    • Evaluate the outcomes of each solution.

    • Communicate your thought process clearly.

    • Example: In a team conflict, assess each member's perspective.

  • Answered by AI

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 601 salaries
₹3 L/yr - ₹6.5 L/yr
At par with the average Graduate Engineer Trainee (Get) Salary in India
View more details

LTIMindtree Graduate Engineer Trainee (Get) Reviews and Ratings

based on 59 reviews

3.6/5

Rating in categories

3.7

Skill development

3.3

Work-life balance

3.5

Salary

3.4

Job security

3.6

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 59 Reviews and Ratings
Senior Software Engineer
22.3k salaries
unlock blur

₹7.6 L/yr - ₹22.4 L/yr

Software Engineer
16.4k salaries
unlock blur

₹3.9 L/yr - ₹8.9 L/yr

Technical Lead
6.4k salaries
unlock blur

₹17.3 L/yr - ₹31.4 L/yr

Module Lead
5.6k salaries
unlock blur

₹11.9 L/yr - ₹22 L/yr

Senior Engineer
4.7k salaries
unlock blur

₹6.2 L/yr - ₹14.8 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.7
Compare

TCS

3.5
Compare
write
Share an Interview