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, Process, and Tips

Updated 23 Mar 2025

Top LTIMindtree Graduate Engineer Trainee (Get) Interview Questions and Answers

  • Q1. Your introduction? What are oops concept? What is inheritance? What is difference between c and c++? Write a code to print sum of all prime no. Between 1to100? What is pr ...read more
  • Q2. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: I ...read more
  • Q3. Prime Numbers Identification Given a positive integer N , your task is to identify all prime numbers less than or equal to N . Explanation: A prime number is a natural n ...read more
View all 48 questions

LTIMindtree Graduate Engineer Trainee (Get) Interview Experiences

75 interviews found

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

Interview Questionnaire 

1 Question

  • Q1. Explain about your project.. basic questions in Data Structures, DBMS in technical interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume and Intro. Be confident while explaining your project. Try to answer each and every question asked by the interviewer. Don't get nervous. All the best!!

I applied via Campus Placement and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. In the Technical Round, they mostly focus on OOPS, OS, DBMS, and SDLC. So if you are done with this concepts then you are good to go

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be chill, they don't ask much. In the HR round they just confirm that whether you are up for relocation and all.

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 to check for continuity for a wire inside a wall if the start ... read more
Q3. What will be the cost of painting the wall behind me?
Q4. What happen when there is large air void in concrete?
Q5. What are the different types of concrete?

I applied via Campus Placement and was interviewed before Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Basic Java concepts
  • Q2. Code to swap to numbers
  • Ans. 

    Code to swap two numbers

    • Declare two variables and assign values to them

    • Use a third variable to store the value of the first variable

    • Assign the value of the second variable to the first variable

    • Assign the value of the third variable to the second variable

  • Answered by AI
  • Q3. Basic SQL queries
  • Q4. Moderate level of Aptitude test
  • Q5. HR interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was easy process. Quick and easy campus recruitment process.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell about java
  • Ans. 

    Java is a high-level, object-oriented programming language used for developing applications and software.

    • Java is platform-independent and can run on any operating system.

    • It is used for developing web applications, mobile applications, and enterprise software.

    • Java is known for its security features and is widely used in the financial industry.

    • It has a vast library of pre-built classes and functions that make coding easi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

LTIMindtree interview questions for designations

 Graduate Trainee

 (68)

 Production Graduate Engineer Trainee

 (2)

 Executive Graduate Trainee

 (1)

 Engineer Trainee

 (25)

 Graduate Engineer

 (71)

 Electrical GET

 (1)

 Associate Engineer Trainee

 (2)

 Trainee Quality Engineer

 (1)

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sql queries
  • Q2. OOPS concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - only put those things in your resume which you have actually done

Get interview-ready with Top LTIMindtree Interview Questions

I applied via Campus Placement and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions will be based on the First round which was online test, and basic questions from your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall interview experience was good, you need to pass the first round of exam to qualify for second one which is GD
And the final round will be HR

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduce yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident. Be confident in whatever you are saying.

I applied via Campus Placement and was interviewed before Feb 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?What are your hobbies?Questions related to your resume, questions on oops concepts, basic sql queries, are you flexible to relocate?

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basics, stay confident and communicate effectively.

I applied via Campus Placement and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Java Oops concepts Threading Database questions like nested queries, joins, normalisation etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Chill interview will be from basics.

Interview Questionnaire 

8 Questions

  • Q1. What portions of IT do you know?
  • Ans. 

    I have knowledge in various areas of IT including networking, programming, databases, and cybersecurity.

    • Networking: I am familiar with concepts such as IP addressing, routing, and network protocols.

    • Programming: I have experience in languages like Java, Python, and C++, and can develop software applications.

    • Databases: I am proficient in working with SQL databases and can design and optimize database structures.

    • Cybersecu...

  • Answered by AI
  • Q2. What is a class?
  • Ans. 

    A class is a blueprint for creating objects that have similar attributes and behaviors.

    • A class is a user-defined data type that encapsulates data and functions.

    • It provides a way to organize and structure code.

    • Objects are instances of a class.

    • Classes can inherit properties and methods from other classes.

    • Example: A class 'Car' can have attributes like 'color', 'model', and methods like 'start', 'stop'.

  • Answered by AI
  • Q3. What are different types of data structures?
  • Ans. 

    Data structures are ways to organize and store data in a computer program.

    • Some common data structures include arrays, linked lists, stacks, queues, trees, and graphs.

    • Arrays are a collection of elements of the same data type, accessed by an index.

    • Linked lists are a sequence of nodes, each containing data and a reference to the next node.

    • Stacks are a last-in, first-out (LIFO) data structure, where elements are added and ...

  • Answered by AI
  • Q4. Give an example of stack in real life
  • Ans. 

    A stack is a data structure where elements are added and removed from the top only.

    • A stack of plates in a buffet where the top plate is the only one accessible

    • A browser's back button where the previous pages are stored in a stack

    • A stack of books where the top book is the one you can read

    • A stack of trays in a cafeteria where the top tray is the only one you can take

    • A stack of pancakes where the top pancake is the one yo

  • Answered by AI
  • Q5. How was your day?
  • Ans. 

    My day was productive and fulfilling.

    • I completed all my tasks on time.

    • I had a successful meeting with a client.

    • I learned a new skill during a training session.

    • I received positive feedback from my supervisor.

  • Answered by AI
  • Q6. Why do you want to join us?
  • Ans. 

    I want to join GET because of the company's innovative approach and strong reputation in the industry.

    • I am impressed by GET's track record of developing cutting-edge technologies.

    • I believe that working at GET will provide me with valuable opportunities for professional growth.

    • GET's commitment to excellence aligns with my own values and aspirations.

    • I am excited about the possibility of contributing to GET's mission and

  • Answered by AI
  • Q7. What is the surity that you will continue with us?
  • Ans. 

    I am highly motivated and committed to my work. I have a strong track record of long-term employment and loyalty.

    • I have been with my current employer for over 5 years and have consistently received positive performance reviews.

    • I am dedicated to my career and have invested time and effort in developing my skills and knowledge.

    • I have a strong work ethic and take pride in delivering high-quality results.

    • I am excited about...

  • Answered by AI
  • Q8. What are you stengths and weaknesses?
  • Ans. 

    My strengths include strong communication skills, adaptability, and attention to detail. My weaknesses include being overly critical of myself and sometimes struggling with time management.

    • Strength: Strong communication skills - I am able to effectively convey information and ideas to others.

    • Strength: Adaptability - I am able to quickly adjust to new situations and work well under pressure.

    • Strength: Attention to detail...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It is simple. Be calm and you will be through.

Round: Group Discussion
Experience: They are looking for people who can speak without grammatical mistakes.
Tips: If possible take a start and let all speak.
Duration: 15 minutes

Round: Paragraph writing
Experience: It was to test if you are fluent in writing. They were to check the errors made during writing.
Tips: It is fun but don't lose your composure.

Round: Technical Interview
Experience: It was fun.
Tips: If you are from non CSE, at least read the basics and the CSE subjects included in your syllabus.

Round: HR Interview
Experience: It is the real fun. It is more like a conversation with a friend. They are experienced so they will get the thing out which they want.
Tips: It would suggest 'not to lie'.

Skills: C
College Name: NIT AGARTALA

Skills evaluated in this interview

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

LTIMindtree Graduate Engineer Trainee (Get) Interview Process

based on 47 interviews

7 Interview rounds

  • Aptitude Test Round - 1
  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
  • Aptitude Test Round - 2
  • Personal Interview1 Round
View more
LTIMindtree Graduate Engineer Trainee (Get) Salary
based on 511 salaries
₹3 L/yr - ₹9 L/yr
18% more than 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.8/5

Rating in categories

3.8

Skill development

3.5

Work-life balance

3.5

Salary

3.5

Job security

3.7

Company culture

3.4

Promotions

3.3

Work satisfaction

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

₹5 L/yr - ₹19 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.4 L/yr - ₹36 L/yr

Module Lead
5.9k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹17 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview