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

Updated 28 Jan 2025

Top LTIMindtree Data Engineer Interview Questions and Answers

  • Q1. 1) If you are given a card with 1-1000 numbers and there are 4 boxes. Card no 1 will go in box 1 , card 2 in box 2 and similarly it will go. Card 5 will again go in box 1 ...read more
  • Q2. If you want very less latency - which is better standalone or client mode?
  • Q3. When a spark job is submitted, what happens at backend. Explain the flow.
View all 32 questions

LTIMindtree Data Engineer Interview Experiences

61 interviews found

Data Engineer Interview Questions & Answers

user image Piyush Kanojia

posted on 9 Oct 2022

I applied via Company Website and was interviewed before Oct 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

There was an aptitude test of 50 questions approx on SQL , Code outputs, html css , Unix commands

Round 2 - Coding Test 

There was a code you can solve in any programming language (python, java, c,c++,etc). This round was of 30 minutes and I got a code on permutations and combinations.

Round 3 - Technical 

(2 Questions)

  • Q1. After coding there was technical interview. I was asked a programming question and I gave 2 ways to tackle the logic. Interview lasted only for 5 mins.
  • Q2. 1) If you are given a card with 1-1000 numbers and there are 4 boxes. Card no 1 will go in box 1 , card 2 in box 2 and similarly it will go. Card 5 will again go in box 1. So what will be the logic for thi...
  • Ans. 

    Logic for distributing cards among 4 boxes in a circular manner.

    • Use modulo operator to distribute cards among boxes in a circular manner.

    • If card number is divisible by 4, assign it to box 4.

    • If card number is divisible by 3, assign it to box 3.

    • If card number is divisible by 2, assign it to box 2.

    • If card number is not divisible by any of the above, assign it to box 1.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. HR round was normal HR questions and it lasted for about 25 mins. After HR it took 10-12 days for me to receive a congratulations mail.
  • Q2. Normal basic HR questions like where you see in 5 years , why lti , etc etc
  • Ans. You'll get answers of such questions on any HR questions list
  • Answered by Piyush Kanojia

Interview Preparation Tips

Interview preparation tips for other job seekers - LTI has more rounds then other service based MNCs so chances of getting rejected is also more. But if you have basics knowledge and know how to communicate then it won't be that hard.

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Vaibhav Kushwaha

posted on 10 Feb 2024

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

I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Hive External vs managed
  • Ans. 

    Hive External vs managed

    • Hive External tables store data outside of the Hive warehouse directory

    • Managed tables store data in the Hive warehouse directory

    • External tables can be used to access data from different storage systems

    • Managed tables are easier to manage as Hive takes care of data storage and metadata

    • External tables require manual management of data and metadata

  • Answered by AI
  • Q2. Perfomance tuning apache spark

Skills evaluated in this interview

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q3. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Cisco
Q4. Covid Vaccination Distribution Problem As the Government ramps up ... read more
asked in LTIMindtree
Q5. 1) If you are given a card with 1-1000 numbers and there are 4 bo ... read more

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a basic apti test

Round 2 - Coding Test 

Basically coding plus apti were in the round 1 itself.

Round 3 - Technical 

(1 Question)

  • Q1. Questions were asked from my resume on what domains that i have worked on

Data Engineer Interview Questions & Answers

user image BHUSHAN BHAGWAT KOLHE

posted on 8 Apr 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Don Bosco Institute of Technology, Mumbai and was interviewed before Apr 2022. There were 5 interview rounds.

Round 1 - Coding Test 

LTI conducts Innovator Coding Challenge (ICC) for Campus recruitment.
First coding test was ICC Coding Challenge 1 which was very easy.
It was conducted on Mettl platform.
There were three questions and all three was easy.
I got coding challenge based on Normal Arithmetic Implementation, Array based and Data structure (easy one).
I was able to pass all test cases of 1st and 2nd Question. And partial test cases of 3rd Question.

Round 2 - Coding Test 

ICC Round. 2 :-
Based on First round, Some people were shortlisted for round 2.

Questions were Medium Complex and there were 2 questions. One based out of Array and One on Pure Data structure (difficult).

I was able to do 1st question partially and 2nd Question (Basic Test cases pass).

Round 3 - Technical 

(1 Question)

  • Q1. Technical Interview 1 :- After ICC Round 2, there was Round 3 but I was ineligible for that since I didn't cleared 2nd challenge. If you appear for ICC1- 5LPA, ICC2-6.5 or 7.5 LPA , ICC3- 8 LPA. Based on...
Round 4 - Technical 

(3 Questions)

  • Q1. Technical Round 2 : In this Round most of the time interviewer talked about Data Structures and Algorithm. Types of algorithms in DSA. Explain LinkedList and it's need. Explain Difference between Stack ...
  • Q2. Implementation of LinkedList using Array (Only algorithm or different types of ways to implement it).
  • Q3. Major question: On spot coding of LinkedList based Question. Here I wrote Java Libraries and completed code within 4 lines and Interview was happy with my Java Libraries knowledge. Still I wrote same log...
Round 5 - HR 

(1 Question)

  • Q1. HR Round : This round of most danger round. Initially I thought I am selected because Tech Interview went very very well. In HR Round, HR asked many basic questions like Why LTI ? Why you don't pursue...

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Handy all required documents for HR round.
Brush up Basic Knowledge again and again.

Always give some Examples while explaining OOPs.
For eg.
Once Interviewer asked me explain Abstraction.
Here I took example of Mouse (Computer Mouse Ofcourse) and Explained Abstraction basically means Creating a method without showing internal working structure of function.
Like Mouse we know it's use but we don't know it's implementation.
Kind of. you can create your own.

Data Structures and Algorithms (There is no option)

Please have some knowledge about Emerging Technology like Cyber Security, IoT, AI/ML and showcase your knowledge in front of Interviewer.

LTIMindtree interview questions for designations

 Senior Data Engineer

 (52)

 Big Data Engineer

 (1)

 Data Specialist

 (2)

 Data Architect

 (2)

 Snowflake Data Engineer

 (1)

 Data Science Engineer

 (1)

 AWS Data Engineer

 (1)

 Gcp Data Engineer

 (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2023

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

I applied via Company Website and was interviewed before Sep 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. What are the stand out snowflake features?
  • Ans. 

    Snowflake features include automatic scaling, zero-copy cloning, and data sharing.

    • Automatic scaling allows for seamless adjustment of compute resources based on workload demands.

    • Zero-copy cloning enables quick and efficient creation of copies of data without duplicating storage.

    • Data sharing feature allows for secure and controlled sharing of data across different accounts or regions.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What are challenges in snowflake?
  • Ans. 

    Challenges in Snowflake include managing costs, data governance, and data integration.

    • Managing costs can be a challenge due to the pay-per-second pricing model of Snowflake.

    • Ensuring proper data governance and security measures is crucial in Snowflake.

    • Data integration can be complex when dealing with multiple data sources and formats in Snowflake.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Get interview-ready with Top LTIMindtree Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Quite tough coding challenge

Round 2 - One-on-one 

(1 Question)

  • Q1. Regarding current tech and cloud
Round 3 - HR 

(1 Question)

  • Q1. Normal hr round

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2022

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 - One-on-one 

(1 Question)

  • Q1. Questions related to spark and hadoop

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep working on frequent questions, appear for interviews , do nothv any fear about it postpone as u ll get better idea for next one even if u don't do well in this one.

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 13 May 2022

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How can you optimize SSIS package
  • Ans. 

    Optimizing SSIS package involves reducing memory usage, improving data flow, and using efficient transformations.

    • Use data flow task instead of multiple transformations

    • Use buffer size optimization

    • Use fast load option for bulk data transfer

    • Avoid using unnecessary columns in data flow

    • Use parallelism for faster execution

    • Use appropriate data types for columns

    • Use indexes for faster lookup

    • Use logging and error handling for de

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Tough interview- Clear basics and practice scenario based questions

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 26 May 2022

I applied via campus placement at Dr. B.R. Ambedkar National Institute of Technology (NIT), Jalandhar and was interviewed in Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. They ask basic questions for f oops programs and different between c++ and c
Round 3 - HR 

(2 Questions)

  • Q1. They ask basic questions of education background
  • Q2. Why did you choose lti

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare for basic oops concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sri Venkateswara College of Engineering, Chennai and was interviewed before Feb 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Quants, psychological questions, basic programming and syntax along with a program to solve

Round 3 - Group Discussion 

Twelve members groups discussion on general topics

Round 4 - HR 

(2 Questions)

  • Q1. Questions regarding relocation
  • Q2. Tel me something interesting about yourself
  • Ans. 

    I am an avid traveler and have visited over 20 countries.

    • I love exploring new cultures and experiencing different cuisines.

    • Some of my favorite travel destinations include Japan, Italy, and Thailand.

    • I enjoy documenting my travel experiences through photography and blogging.

    • Traveling has taught me to be adaptable and open-minded, which are valuable skills in the data engineering field.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a campus recruit program so it might depend on different colleges

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Data Engineer interview?
LTIMindtree interview process usually has 2-3 rounds. The most common rounds in the LTIMindtree interview process are Technical, Coding Test and HR.
How to prepare for LTIMindtree Data 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, Python, Cloud, Data Analysis and AWS.
What are the top questions asked in LTIMindtree Data Engineer interview?

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

  1. 1) If you are given a card with 1-1000 numbers and there are 4 boxes. Card no 1...read more
  2. If you want very less latency - which is better standalone or client mo...read more
  3. When a spark job is submitted, what happens at backend. Explain the fl...read more
How long is the LTIMindtree Data Engineer interview process?

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

Tell us how to improve this page.

LTIMindtree Data Engineer Interview Process

based on 68 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
  • HR Round
View more

Data Engineer Interview Questions from Similar Companies

View all
LTIMindtree Data Engineer Salary
based on 3k salaries
₹3.4 L/yr - ₹14.6 L/yr
21% less than the average Data Engineer Salary in India
View more details

LTIMindtree Data Engineer Reviews and Ratings

based on 339 reviews

3.6/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.0

Salary

3.6

Job security

3.5

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 339 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.7k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.4 L/yr - ₹36.6 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