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

Updated 11 May 2025

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

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

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. What will be the cost of painting the wall behind me?
Q3. What happens when there is a large air void in concrete?
Q4. What are the different types of concrete?
Q5. There are 10 bags, each containing 10 coins. Each coin weighs 1 g ... read more
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. 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...

What people are saying about LTIMindtree

View All
a senior software engineer
3d
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.
A Graduate Engineer Trainee (Get) was asked
Q. Write a program to reverse a string in C.
Ans. 

A program to reverse a string in C language.

  • Declare a character array to store the string.

  • Use a loop to read the string from the user.

  • Use another loop to reverse the string.

  • Print the reversed string.

A Graduate Engineer Trainee (Get) was asked
Q. Can a schema consist of more than one database? For example...
Ans. 

Yes, a schema can consist of multiple databases.

  • A schema is a logical container for database objects.

  • Multiple databases can be grouped under a single schema.

  • For example, a company may have separate databases for HR, finance, and sales, but all under the same schema.

  • This allows for easier management and organization of the databases.

A Graduate Engineer Trainee (Get) was asked
Q. What is a schema?
Ans. 

Schema is a blueprint or structure that defines the organization of data in a database.

  • Schema is used to define the structure of a database.

  • It includes information about tables, columns, data types, relationships, and constraints.

  • It helps ensure data consistency and integrity.

  • Examples of schema include SQL Server, Oracle, and MySQL.

  • Schema can also refer to the organization of data in XML or JSON documents.

Are these interview questions helpful?
A Graduate Engineer Trainee (Get) was asked
Q. What is SQL?
Ans. 

SQL is a programming language used to manage and manipulate relational databases.

  • SQL stands for Structured Query Language

  • It is used to create, modify, and query databases

  • Common commands include SELECT, INSERT, UPDATE, and DELETE

  • Examples of database management systems that use SQL include MySQL, Oracle, and Microsoft SQL Server

A Graduate Engineer Trainee (Get) was asked
Q. What is exception handling in Java?
Ans. 

Exception handling is a mechanism to handle runtime errors in Java programs.

  • Exceptions are objects that represent errors or exceptional conditions that occur during program execution.

  • Java provides try-catch-finally blocks to handle exceptions.

  • The try block contains the code that might throw an exception.

  • The catch block catches the exception and handles it.

  • The finally block contains code that is executed regardless...

A Graduate Engineer Trainee (Get) was asked
Q. For your BE project, what software did you use?
Ans. 

I will use software tools that are relevant to my BE project.

  • The software tools I will use will depend on the nature of my BE project.

  • For example, if my project involves designing a circuit, I may use software like LTSpice or Proteus.

  • If my project involves programming, I may use software like Visual Studio or Eclipse.

  • I will also use software for data analysis and visualization, such as MATLAB or Python.

  • Ultimately,...

LTIMindtree Graduate Engineer Trainee (Get) Interview Experiences for Freshers

26 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
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
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
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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Maths and aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. OOPs basics, threading and then about my project which I did in college I am from electrical engineering department, so I was asked only basic questions.
Round 3 - HR 

(2 Questions)

  • Q1. About myself and my experience in working as a group
  • Q2. Willing to reallocate?
  • Ans. 

    Yes, willing to reallocate for the right opportunity.

    • Open to relocating for career growth

    • Flexible with location for the right job

    • Have relocated in the past for work

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude and Communication round

Round 2 - Technical 

(2 Questions)

  • Q1. 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 specifie...

  • Answered by AI
  • Q2. OOPS concepts
Round 3 - HR 

(2 Questions)

  • Q1. Favourite personality and why
  • Ans. 

    My favourite personality is Elon Musk because of his innovative thinking, determination, and impact on various industries.

    • Innovative thinking: Elon Musk has founded multiple successful companies like Tesla and SpaceX, revolutionizing the automotive and aerospace industries.

    • Determination: Despite facing numerous challenges, Musk has persevered and achieved remarkable success in his ventures.

    • Impact on various industries:...

  • Answered by AI
  • Q2. Willing to relocate or work any shift
  • Ans. 

    Yes, I am willing to relocate and work any shift to gain valuable experience and contribute effectively to the company.

    • I am open to relocating to new places for career growth opportunities

    • I am flexible and adaptable to work in different shifts as required by the company

    • I understand the importance of being willing to relocate and work any shift in order to succeed in the engineering field

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Mcqs -Quantitative aptitude, logical reasoning, essay writing, voce assessment

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. What is the Fibonacci series?
  • Q2. Cns and sql
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. What is Hash Table?
  • Q2. Define sdlc models like Agile model, waterfall model.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
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
Round 2 - Aptitude Test 

The first round was AMCAT which was a test with normal basic aptitude questions both logical and quantative and multiple choice coding questions of pseudo code format or error finding and also had an english or verbal section.

Round 3 - Coding Test 

The second round consist of a bot interview and automata which is a coding round with 2 coding questions of easy and intermediate respectively.

Round 4 - Technical 

(4 Questions)

  • Q1. In my technical round most of the questions were asked from react js and html domain as I mentioned it in my resume and some other OOPs and basic C++ questions were asked and also some basic theoretical DS...
  • Q2. Structure of an html file or DOM structure use of meta tag what are hooks in react how to import index.css in index.js router in react where is styling done and some other basic web dev questions
  • Ans. 

    Basic web development questions covering HTML structure, meta tags, React hooks, CSS import, and routing.

    • HTML file structure includes <html>, <head>, and <body> tags

    • Meta tags provide metadata about the HTML document

    • React hooks are functions that let you use state and other React features in functional components

    • To import index.css in index.js, use 'import './index.css';' at the top of the index.js fil...

  • Answered by AI
  • Q3. What is linked list difference between calloc and malloc
  • Ans. 

    A linked list is a data structure that consists of a sequence of nodes, each containing a reference to the next node.

    • Linked lists are useful for dynamic data structures where the size of the data can change during runtime.

    • They can be singly linked or doubly linked.

    • Traversal of a linked list is done by starting at the head node and following the next pointers until the end is reached.

    • C++ example: struct Node { int data;...

  • Answered by AI
  • Q4. Difference between structure 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 start...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study whatever skills u mentioned in your resume thoroughly.

Skills evaluated in this interview

LTIMindtree Interview FAQs

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

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

  1. Can we write int func() and int func(int a) in a single cla...read more
  2. How to insert a java code in (html tags...read more
  3. structure of an html file or DOM structure use of meta tag what are hooks in re...read more
What are the most common questions asked in LTIMindtree Graduate Engineer Trainee (Get) HR round for freshers?

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

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. What is your family backgrou...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.1/5

based on 15 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 8%
2-4 weeks 58%
4-6 weeks 17%
6-8 weeks 8%
More than 8 weeks 8%
View more
LTIMindtree Graduate Engineer Trainee (Get) Salary
based on 563 salaries
₹3 L/yr - ₹6.5 L/yr
6% 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.7

Company culture

3.4

Promotions

3.4

Work satisfaction

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

₹7.4 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.4 L/yr - ₹28.3 L/yr

Module Lead
5.7k salaries
unlock blur

₹12 L/yr - ₹22 L/yr

Senior Engineer
4.4k 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