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
3.9

based on 19.9k Reviews

Filter interviews by

LTIMindtree Senior Product Engineer Interview Questions and Answers

Updated 19 Mar 2024

LTIMindtree Senior Product Engineer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in 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 

(2 Questions)

  • Q1. Depends on your skills
  • Q2. Kubernetes explaination
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates deployment, scaling, and management of containerized applications.

    • Kubernetes helps in managing and scaling containerized applications

    • It provides features like automatic load balancing, self-healing, and rolling updates

    • Kubernetes uses declarative configuration to define the desired state of the system

    • It supports multiple container runtimes like...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Manager questions regarding past project
  • Q2. Real time questions regarding your skills
Round 4 - HR 

(1 Question)

  • Q1. Expected CTC, when can you join

Interview Preparation Tips

Topics to prepare for LTIMindtree Senior Product Engineer interview:
  • Devops
  • Kubernetes
  • AWS
  • Azure
Interview preparation tips for other job seekers - There are very less projects in LTI so think before joining

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Sep 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 - Technical 

(1 Question)

  • Q1. First round was to check the basic understanding of core java, java 8 stream practical questions, and Collections.
Round 3 - Technical 

(1 Question)

  • Q1. Second round was also a Technical round which was tougher than Round1. In this two coding question were asked to check my data structures knowledge, questions on Multithreading, Java8, Exception Handling, ...
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Senior Product Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Imagine an attack and guide through all steps involved to determi ... read more
asked in Qualcomm
Q2. In ISO21434 what is distributed cybersecurity activities?
Q3. What do you know about oee, lead time ,cycle time, pu process.
asked in Qualcomm
Q4. What is Trustzone and what is exception levels?
Q5. What is severity in PFMEA and how do you decide it For product.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Interceptor, functional components, dom, css

Senior Product Engineer Jobs at LTIMindtree

View all

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Normal questions about expectation,experience etc.
Round 2 - Coding Test 

Questions related to key topics of the software in use

Round 3 - One-on-one 

(1 Question)

  • Q1. Goals alignement and further investigation.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Assignment 

Hydraulic systems and hydraulic machines.

Round 2 - Technical 

(3 Questions)

  • Q1. What is the difference between BS4 and BS6 emissions standards?
  • Ans. 

    BS6 emissions standards are more stringent than BS4, with lower limits on emissions of pollutants like nitrogen oxides and particulate matter.

    • BS6 standards have stricter limits on emissions of pollutants like nitrogen oxides (NOx) and particulate matter (PM) compared to BS4.

    • BS6 compliant vehicles are required to have advanced emission control technologies like selective catalytic reduction (SCR) and diesel particulate ...

  • Answered by AI
  • Q2. What is the difference between an electric motor and an electric generator?
  • Ans. 

    An electric motor converts electrical energy into mechanical energy to produce motion, while an electric generator converts mechanical energy into electrical energy.

    • Electric motor converts electrical energy into mechanical energy

    • Electric generator converts mechanical energy into electrical energy

    • Electric motor is used in appliances like fans, washing machines

    • Electric generator is used in power plants to generate electr

  • Answered by AI
  • Q3. Difference between four stroke and two stroke engine
  • Ans. 

    Four stroke engines have separate intake, compression, power, and exhaust strokes, while two stroke engines combine intake and compression in one stroke and power and exhaust in another.

    • Four stroke engines have a dedicated stroke for each of the four processes: intake, compression, power, and exhaust

    • Two stroke engines combine intake and compression in one stroke and power and exhaust in another

    • Four stroke engines are m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always perform your work with integrity.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the command to search a file like test.txt in linux?
  • Ans. 

    The command to search a file like test.txt in Linux is 'grep'.

    • Use the 'grep' command followed by the search term and the file name to search for a specific text in a file.

    • For example, to search for the word 'hello' in a file named test.txt, you would use the command 'grep hello test.txt'.

  • Answered by AI
  • Q2. What is constraints?
  • Ans. 

    Constraints are limitations or restrictions that affect the design, implementation, or operation of a system.

    • Constraints can be related to time, budget, resources, technology, or regulations.

    • They can impact the functionality, performance, scalability, or security of a system.

    • Examples include budget constraints limiting the purchase of new hardware, time constraints for project deadlines, or regulatory constraints for d...

  • Answered by AI
  • Q3. What is the command to get the value present at 80th row , 100th column?
  • Ans. 

    To get the value present at 80th row, 100th column, you can use the command 'awk' in Unix/Linux systems.

    • Use the 'awk' command with the syntax 'awk 'NR==80 {print $100}' filename' to get the value at the specified row and column.

    • Replace 'filename' with the actual file name where the data is stored.

    • Ensure that the row and column numbers are adjusted based on the indexing starting from 1 in 'awk'.

  • Answered by AI
  • Q4. What is view in sql?
  • Ans. 

    A view in SQL is a virtual table based on the result-set of a SELECT statement.

    • Views are used to simplify complex queries by storing them as virtual tables

    • Views do not store data themselves, but display data from underlying tables

    • Views can be used to restrict access to certain columns or rows of a table

    • Views can be used to join multiple tables and present the data in a single table-like structure

  • Answered by AI
  • Q5. What is internal workflow for the BFSI domain?
  • Ans. 

    Internal workflow for BFSI domain involves processes related to banking, financial services, and insurance.

    • Customer onboarding and account setup

    • Transaction processing and monitoring

    • Risk management and compliance checks

    • Customer support and issue resolution

    • Data analysis and reporting

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and experienced Production Support Analyst with a strong background in troubleshooting and resolving technical issues.

    • Over 5 years of experience in providing production support for various applications

    • Proficient in analyzing system logs and identifying root causes of issues

    • Skilled in collaborating with development teams to implement solutions and prevent future incidents

    • Strong communication skills to e...

  • Answered by AI
  • Q2. What is Asset in BFSI domain?
  • Ans. 

    In the BFSI domain, an asset refers to any valuable item owned by an individual or organization that can be converted into cash.

    • Assets can include cash, investments, real estate, equipment, and intellectual property.

    • In the banking sector, assets can also refer to loans given out to customers.

    • Assets are important for financial institutions as they represent the value of the organization and its ability to generate reven...

  • Answered by AI

Skills evaluated in this interview

Production Engineer Interview Questions & Answers

TCS user image Shreevardhan Patil

posted on 28 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

60 mins of aptitude test

Round 2 - Coding Test 

60 mins of coding round

Round 3 - Technical 

(2 Questions)

  • Q1. OOPs concepts explanation with example
  • Ans. 

    OOPs concepts revolve around classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for objects, defining their properties and behaviors.

    • Objects are instances of classes, representing real-world entities.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism enables objects to be treated as instances of their parent class.

    • Encapsulation restricts acces...

  • Answered by AI
  • Q2. About the projects we created in 2nd and 4th year of our academic
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quant and Logical Reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. About product life cycle
  • Q2. Product backlog

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work life balance and new leadership
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and experienced Production Engineer with a strong background in manufacturing processes and quality control.

    • Bachelor's degree in Mechanical Engineering

    • 5+ years of experience in production engineering

    • Proficient in CAD software and manufacturing processes

    • Implemented lean manufacturing principles to improve efficiency

    • Led cross-functional teams to troubleshoot production issues

  • Answered by AI
  • Q2. Tell me what you know about Unix and SQL
  • Ans. 

    Unix is a powerful operating system known for its multitasking and multi-user capabilities, while SQL is a language used for managing and querying databases.

    • Unix is an operating system developed in the 1970s known for its command-line interface and flexibility.

    • SQL (Structured Query Language) is a language used to communicate with databases to retrieve, update, and manage data.

    • Unix commands are case-sensitive and often ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced product manager with a background in tech and a passion for creating innovative solutions.

    • Over 5 years of experience in product management

    • Strong background in technology and software development

    • Proven track record of launching successful products

    • Passionate about creating user-centric solutions

    • Excellent communication and leadership skills

  • Answered by AI
  • Q2. Describe the product feature end to end
  • Ans. 

    The product feature allows users to track their daily water intake and set hydration goals.

    • Users can input the amount of water they drink throughout the day

    • The feature calculates the total water intake and compares it to the user's hydration goal

    • Notifications are sent to remind users to drink water if they are below their goal

    • Users can view their hydration history and trends over time

  • Answered by AI

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Senior Product Engineer interview?
LTIMindtree interview process usually has 3 rounds. The most common rounds in the LTIMindtree interview process are Technical, HR and Resume Shortlist.
How to prepare for LTIMindtree Senior Product 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 Content Writing, Power Point Presentation and Product Marketing.
What are the top questions asked in LTIMindtree Senior Product Engineer interview?

Some of the top questions asked at the LTIMindtree Senior Product Engineer interview -

  1. Kubernetes explainat...read more
  2. Second round was also a Technical round which was tougher than Round1. In this ...read more
  3. First round was to check the basic understanding of core java, java 8 stream pr...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 LTIMindtree interviews
Job Portal
Referral
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
LTIMindtree Senior Product Engineer Salary
based on 572 salaries
₹6.5 L/yr - ₹22 L/yr
At par with the average Senior Product Engineer Salary in India
View more details

LTIMindtree Senior Product Engineer Reviews and Ratings

based on 56 reviews

3.6/5

Rating in categories

3.9

Skill development

3.5

Work-Life balance

3.2

Salary & Benefits

4.0

Job Security

3.6

Company culture

2.7

Promotions/Appraisal

3.5

Work Satisfaction

Explore 56 Reviews and Ratings
Senior Product Engineer

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
21.2k salaries
unlock blur

₹4.7 L/yr - ₹18.4 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.8k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.3 L/yr - ₹36.8 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.1 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Accenture

3.9
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview