Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Tata Elxsi Team. If you also belong to the team, you can get access from here

Tata Elxsi Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tata Elxsi Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top Tata Elxsi Interview Questions and Answers

View all 157 questions

Tata Elxsi Interview Experiences

Popular Designations

296 interviews found

Lead Design Engineer Interview Questions & Answers

user image Dyamanna Malkapur

posted on 13 Oct 2023

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

I applied via LinkedIn and was interviewed in Apr 2023. There were 2 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 

(3 Questions)

  • Q1. Previous company work experience and strength and weekness
  • Q2. How many customers or projects handle
  • Ans. 

    I have handled over 20 projects and worked with numerous customers in my role as Lead Design Engineer.

    • Managed 20+ projects from start to finish

    • Collaborated with various customers to understand their needs and requirements

    • Implemented design solutions for different industries such as automotive, aerospace, and consumer electronics

  • Answered by AI
  • Q3. Tools used for system engineering etc..
  • Ans. 

    Tools commonly used for system engineering include requirements management tools, modeling and simulation software, and configuration management tools.

    • Requirements management tools help capture, track, and manage system requirements throughout the development process (e.g. IBM DOORS, Jama Connect)

    • Modeling and simulation software allows engineers to create virtual models of systems to analyze performance and behavior (e...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and Don't tell lies.

Lead Design Engineer Interview Questions asked at other Companies

Q1. What is strength value of fillet joint?tell me thumb rule value?
View answer (1)

Specialist Interview Questions & Answers

user image Anonymous

posted on 1 Apr 2024

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

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Regarding research area.
Round 2 - HR 

(1 Question)

  • Q1. Regarding professional aspirations etc.

Specialist Interview Questions asked at other Companies

Q1. 1. Solid principles implementation in a given scenario, how can we apply and improve the problem shared by interviewer. 2. C# coding questions on strings and arrays. 3. Rest API methods and it's implementation. 4. Basic questions on Jquery,... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Different between design input and design output
  • Ans. 

    Design input is what the product should do, design output is what the product actually does.

    • Design input is the requirements and specifications provided by the customer or user.

    • Design output is the final product or system that meets the design input requirements.

    • Design input is the 'what', design output is the 'how'.

    • Examples: Design input - product must be waterproof. Design output - product passed waterproof testing.

    • D...

  • Answered by AI
  • Q2. Labeling changes from MDD to MDR
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between design verification and design validation
  • Ans. 

    Design verification ensures the product is designed correctly, while design validation ensures the correct product is designed.

    • Design verification confirms that the design output meets the design input requirements.

    • Design validation confirms that the product meets user needs and intended use.

    • Verification is done before validation in the design process.

    • Verification can include activities like reviews, inspections, and t...

  • Answered by AI
  • Q2. What approach would you take to submit a product for MDR compliance if you do not have the time to perform any testing?

Regulatory Engineer Interview Questions asked at other Companies

Q1. What approach would you take to submit a product for MDR compliance if you do not have the time to perform any testing?
Add answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Part-1: Standard aptitude test + Part-2 : Mechanical Theory Test ( Technical include Subject like SOM FM THERMO AND APPLN SUBJECTS )

Round 2 - Technical 

(5 Questions)

  • Q1. Basic Som and thermo Question
  • Q2. Question related to GD&T and Design Intent
  • Q3. Based on Answers on SOM, Cross question @ application level
  • Q4. QUESTION RELATED TO BACHELOR'S PROJECT
  • Q5. Behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are Fresher applying for mechanical design role Prepare basic Subject and focus to steer your interview towards GD&T, CAD, Requirement management etc.

Prepare for your BE Project .

Bonus tip : Relevant topic based could refer ( No need to go through all )

1) Geometric Dimensional Control :
GD &T
Tolerance stackup analysis; DVA (Dimension variation analysis)
Locator strategy, 321 principle, arrest 6dof
Principle of managing variation
Model based Defination ( 3D annotations )
2D Dwg creation for Component and Assembly

2) FMEA - DFMEA, PFMEA etc and Quality Tools
Root cause analysis
APQP
PPAP and PSW
ISSUE management
8D problem solving

3) CAD and Virtual
CAD tool knowledge - CATIA V5, V6, 3DEXPERIENCE, CREO, UG NX
Design For manufacturing, Design for Assembly
Plastic part Design Guideline
Sheetmetal Design Guideline
Casting Design Guideline

5) EV technology
BEV ( Battery Electric Vehicle) system Knowledge
Hybrid System Knowledge
Edu and Transmission knowledge

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

Tata Elxsi interview questions for popular designations

 Senior Engineer

 (48)

 Software Engineer

 (29)

 Engineer

 (19)

 Senior Software Engineer

 (11)

 Specialist

 (9)

 Software Developer

 (8)

 Intern

 (7)

 Technical Lead

 (6)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C code for finding 2nd smalleset and 2nd largest
  • Ans. 

    Use C code to find the 2nd smallest and 2nd largest elements in an array.

    • Sort the array in ascending order to find the 2nd smallest element.

    • Sort the array in descending order to find the 2nd largest element.

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top Tata Elxsi Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Reverse the array of string
  • Ans. 

    Reverse the order of strings in an array

    • Iterate through the array and swap the elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap the elements until they meet

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Jobs at Tata Elxsi

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

I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude + Coding was 1st round

Round 2 - Technical 

(2 Questions)

  • Q1. What is C programming?
  • Ans. 

    C programming is a powerful and efficient programming language used for system programming, embedded systems, and more.

    • C programming is a procedural language with a rich set of built-in functions.

    • It allows for low-level memory manipulation and direct access to hardware.

    • C is widely used for developing operating systems, compilers, and other system software.

    • Example: Writing a program to calculate the factorial of a numbe

  • Answered by AI
  • Q2. What is difference between C and C++programming?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C does not have built-in support for exception handling, while C++ does.

    • C does not have namespaces, while C++ does.

    • C does not have function overloading, while C++

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Opps concepts , string, multi threaded
Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was fairly with basic questions based on quantitative aptitude

Round 2 - Technical 

(1 Question)

  • Q1. They asked me simple coding of swapping two numbers without a third variable. They also asked me about my projects mentioned in my resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic quantitative aptitude
Present yourself in good manner in interview
Be confident about your answer.

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Based on your Previous Experience
Round 3 - Technical 

(1 Question)

  • Q1. Discussion on previous experiences
Round 4 - HR 

(1 Question)

  • Q1. General HR questions.

Top Tata Elxsi Senior Engineer Interview Questions and Answers

Q1. What is Quality Assurance. Difference between Quality assurance and Quality control
View answer (7)

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)

Tata Elxsi Interview FAQs

How many rounds are there in Tata Elxsi interview?
Tata Elxsi interview process usually has 2-3 rounds. The most common rounds in the Tata Elxsi interview process are Technical, HR and Resume Shortlist.
How to prepare for Tata Elxsi 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 Tata Elxsi. The most common topics and skills that interviewers at Tata Elxsi expect are Automotive, C++, Linux, AUTOSAR and LCA.
What are the top questions asked in Tata Elxsi interview?

Some of the top questions asked at the Tata Elxsi interview -

  1. What is Quality Assurance. Difference between Quality assurance and Quality con...read more
  2. 1. Truth table for AND and OR ? 2. Draw inverter diagram? 3. Explain your proje...read more
  3. What are the examples of Memory leaks and how to solve th...read more
How long is the Tata Elxsi interview process?

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

Tell us how to improve this page.

Tata Elxsi Interview Process

based on 275 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Coforge Interview Questions
3.3
 • 518 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

Tata Elxsi Reviews and Ratings

based on 2.2k reviews

3.8/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.2

Salary

4.2

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 2.2k Reviews and Ratings
TATA ELXSI: ADAS Developer @ Bangalore

Bangalore / Bengaluru

6-10 Yrs

₹ 12-22 LPA

TATA ELXSI: CI/CD Lead/Architects @Pune

Pune

9-14 Yrs

₹ 12-22 LPA

C Linux Yocto Developer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Engineer
4.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Specialist
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
646 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tata Elxsi with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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