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 Software Engineer Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top LTIMindtree Software Engineer Interview Questions and Answers

  • Q1. 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
  • Q2. there are 3 wheels. each can travel only 5kms. everytime you want to use the wheel to move forward, you have to use 2 of them. what is the maximum distance you can travel ...read more
  • Q3. What is normalization and what are the different forms of normalization?
View all 181 questions

LTIMindtree Software Engineer Interview Experiences

278 interviews found

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

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

Round 1 - Aptitude Test 

Prepare well on basic topics on Indiabix

Round 2 - Case Study 

It was simple round. need to speak upto the points.

Round 3 - Technical 

(1 Question)

  • Q1. Badic of C. Array linked list questions
Round 4 - HR 

(1 Question)

  • Q1. Check the ability of candidates

I was interviewed in Feb 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Concurrent hashmap, sort employee

Interview Preparation Tips

Interview preparation tips for other job seekers - Round1-Concurrent hashmap,sort employee by age, abstract classes vs interfaces,

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What is plan Bind?
  • Ans. 

    Plan Bind is a feature in Oracle database that allows binding of execution plans to SQL statements.

    • Plan Bind helps in improving the performance of SQL statements by reusing the execution plan.

    • It reduces the overhead of parsing and optimizing the SQL statement every time it is executed.

    • Plan Bind is enabled by default in Oracle database.

    • It can be disabled using the initialization parameter OPTIMIZER_FEATURES_ENABLE.

    • Plan ...

  • Answered by AI
  • Q2. How to copy data of all the gdg versions into a single ps file using jcl
  • Ans. 

    To copy data of all GDG versions into a single PS file using JCL.

    • Use IDCAMS utility to define a temporary GDG base.

    • Use SORT utility to merge all the GDG versions into a single file.

    • Use IEBGENER utility to copy the merged file to a PS file.

    • Delete the temporary GDG base using IDCAMS utility.

  • Answered by AI
  • Q3. What are Isolation level in Db2
  • Ans. 

    Isolation levels in Db2 determine how transactions interact with each other.

    • Isolation levels include Read Uncommitted, Read Committed, Repeatable Read, and Serializable.

    • Higher isolation levels provide more consistency but can also lead to more contention and slower performance.

    • Isolation levels can be set at the transaction level or for individual queries.

    • For example, a transaction with Repeatable Read isolation level w...

  • Answered by AI
  • Q4. Use of Cond parameter
  • Ans. 

    Cond parameter is used to conditionally render elements in React.

    • It is a ternary operator that takes three arguments.

    • The first argument is the condition to be evaluated.

    • The second argument is the element to be rendered if the condition is true.

    • The third argument is the element to be rendered if the condition is false.

    • It can be used to render different elements based on the state of the component.

  • Answered by AI
  • Q5. Use of if else in jcl
  • Ans. 

    If else can be used in JCL to conditionally execute steps based on certain criteria.

    • IF statement can be used to check for a condition and execute a step or skip it

    • ELSE statement can be used to execute a different step if the condition is not met

    • Examples include checking for file existence or job completion status

  • Answered by AI
  • Q6. Index and subscript in cobol
  • Ans. 

    Index and subscript are used in COBOL to access elements in arrays.

    • Index is used to access a specific element in an array based on its position

    • Subscript is used to access a specific element in an array based on its value

    • Both index and subscript can be used interchangeably in COBOL

    • Example: ARRAY(3) is the same as ARRAY(3:3)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They want to hire you that's why they have scheduled interview. They will basically asked the that you have done before mostly scenario based questions.

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed before Mar 2022. There were 5 interview rounds.

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

Basic aptitude including numerical, logical and verbal reasoning

Round 3 - Group Discussion 

Discussion topic was Social media messaging blessing or boon

Round 4 - Technical 

(2 Questions)

  • Q1. Coding to form star pattern provided by interviewer
  • Q2. Database related questions
Round 5 - HR 

(1 Question)

  • Q1. Relocation question abd general discussion

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Engineer interview:
  • C
  • C++
  • SQL
  • Data Structures
Interview preparation tips for other job seekers - Interview question is average for a fresher, just be confident

LTIMindtree interview questions for designations

 Senior Software Engineer

 (211)

 Software Engineer Trainee

 (14)

 Associate Software Engineer

 (9)

 Principal Software Engineer

 (7)

 Software Testing Engineer

 (3)

 Software Development Engineer

 (2)

 Software Engineer Intern

 (2)

 Embedded Software Engineer

 (1)

I applied via Job Fair and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Coding Test 

2 coding question of medium to hard

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Engineer interview:
  • Operating Systems
  • DBMS
Interview preparation tips for other job seekers - just be clear with basics, learn any one programming language and basic computer science theory subjects

Get interview-ready with Top LTIMindtree Interview Questions

I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Core Java part, Multithreading , oops concept, collection framework, exception handling, serialization , Synchronization etc
  • Q2. Spring MVC, Spring BOOT, Spring JPA, Spring core

Interview Preparation Tips

Interview preparation tips for other job seekers - Please make sure you have revise complete core java and spring boot part.

Software Engineer Jobs at LTIMindtree

View all

I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Assignment 

Assignment test

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Engineer interview:
  • Business Planning
Interview preparation tips for other job seekers - Yes i am a fresher student b. Tech

Interview Questionnaire 

5 Questions

  • Q1. How can we expose an Rest API using spring boot?
  • Ans. 

    Spring Boot can be used to expose Rest APIs easily.

    • Create a Spring Boot project with necessary dependencies.

    • Define the API endpoints using @RestController and @RequestMapping annotations.

    • Implement the API logic in methods annotated with @GetMapping, @PostMapping, etc.

    • Use @RequestBody and @PathVariable annotations to handle request data.

    • Configure the API using application.properties or application.yml file.

    • Test the API

  • Answered by AI
  • Q2. HashMap storing and fetching the elements in various ways using java 7 and 8 as well.
  • Ans. 

    HashMap can store and fetch elements in various ways using Java 7 and 8.

    • In Java 7, we can use put() and get() methods to store and fetch elements respectively.

    • In Java 8, we can use forEach() and compute() methods to store and fetch elements respectively.

    • We can also use keySet(), values(), and entrySet() methods to retrieve keys, values, and key-value pairs respectively.

    • Java 8 also introduced the stream() method for Has...

  • Answered by AI
  • Q3. Lambda and streams concepts. Like what is terminal and intermediate operations.
  • Q4. Comparable and comparator concepts and sorting by use of comparator functional Interface.
  • Ans. 

    Comparable and comparator concepts and sorting by use of comparator functional Interface.

    • Comparable interface is used to define natural ordering of objects

    • Comparator interface is used to define custom ordering of objects

    • Sorting can be done using Comparator functional interface

    • Example: Sorting a list of employees by their salary using Comparator

  • Answered by AI
  • Q5. Some strings pool and heap questions.

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Questions on oops concepts
  • Q2. Question on sorting and searching algorithms
  • Q3. Write string palindrome check program
  • Ans. 

    Program to check if a given string is a palindrome or not.

    • Convert the string to lowercase to ignore case sensitivity.

    • Use two pointers, one at the beginning and one at the end of the string.

    • Compare the characters at both pointers and move them towards each other until they meet.

    • If all characters match, the string is a palindrome.

    • If any character doesn't match, the string is not a palindrome.

  • Answered by AI
  • Q4. Basic dbms questions

I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hibernate, spring, java

Interview Preparation Tips

Interview preparation tips for other job seekers - Check basic interview sites

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Software Engineer interview?
LTIMindtree interview process usually has 2-3 rounds. The most common rounds in the LTIMindtree interview process are Technical, Aptitude Test and HR.
How to prepare for LTIMindtree Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at LTIMindtree. The most common topics and skills that interviewers at LTIMindtree expect are SQL, Javascript, Agile, Maven and XML.
What are the top questions asked in LTIMindtree Software Engineer interview?

Some of the top questions asked at the LTIMindtree Software Engineer interview -

  1. there are 3 wheels. each can travel only 5kms. everytime you want to use the wh...read more
  2. How will you write a program to . For example, cr...read more
  3. What is the difference between Array and LinkedList? What are binary search, co...read more
How long is the LTIMindtree Software Engineer interview process?

The duration of LTIMindtree Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

LTIMindtree Software Engineer Interview Process

based on 241 interviews

5 Interview rounds

  • Aptitude Test Round
  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
View more
LTIMindtree Software Engineer Salary
based on 16.2k salaries
₹2 L/yr - ₹10 L/yr
29% less than the average Software Engineer Salary in India
View more details

LTIMindtree Software Engineer Reviews and Ratings

based on 1.8k reviews

3.8/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.2

Salary

3.9

Job security

3.8

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 1.8k Reviews and Ratings
Senior Software Engineer
21.3k salaries
unlock blur

₹5.1 L/yr - ₹18.8 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.6k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.4 L/yr - ₹36 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.7
Compare

Accenture

3.8
Compare

TCS

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