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 25 Mar 2025

Top Tata Elxsi Interview Questions and Answers

View all 159 questions

Tata Elxsi Interview Experiences

Popular Designations

300 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 20 Jul 2024

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions like logical and resoning

Round 2 - Technical 

(2 Questions)

  • Q1. What is your area of inerest
  • Q2. Why it is your area of interest
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you
  • Q2. How will you handle crisis

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Trainee Interview Questions & Answers

user image Anonymous

posted on 26 Sep 2024

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

I applied via Campus Placement

Round 1 - HR 

(1 Question)

  • Q1. Long term short term goals and related to projects

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain about clinical evaluation

Technical Specialist Interview Questions asked at other Companies

Q1. What are the features of Solar wind which you are aware of?
View answer (4)

Designer Interview Questions & Answers

user image keerthana cousik

posted on 24 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Task is given to design infotainment screen.

Designer Interview Questions asked at other Companies

Q1. In the lengthwise, from which side do you measure with inch tape?
View answer (3)

Tata Elxsi interview questions for popular designations

 Senior Engineer

 (51)

 Software Engineer

 (29)

 Engineer

 (19)

 Senior Software Engineer

 (11)

 Specialist

 (9)

 Software Developer

 (8)

 Intern

 (8)

 Technical Lead

 (6)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Introduction about yourself

Top Tata Elxsi Software Engineer Interview Questions and Answers

Q1. 1. Truth table for AND and OR ? 2. Draw inverter diagram? 3. Explain your projects and draw the circuit diagram for it ? 4. Write any c program that you are familiar with ?
View answer (5)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)

Get interview-ready with Top Tata Elxsi Interview Questions

Trainee Interview Questions & Answers

user image Anonymous

posted on 2 Jun 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test was the 1st level and it was a Medium level

Round 2 - Technical 

(1 Question)

  • Q1. The technical round is little bit complex

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Jobs at Tata Elxsi

View all

Design Engineer Interview Questions & Answers

user image Manigandan G

posted on 20 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Basic questions about experience
  • Q2. Why job switch from current company

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)

Engineer Interview Questions & Answers

user image Anonymous

posted on 20 May 2024

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

I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Topic is based on engineering and aptitude

Round 2 - Coding Test 

C programming ,control sysytem

Round 3 - HR 

(4 Questions)

  • Q1. HR round discussion
  • Q2. Whisvh is your native?
  • Q3. What your family does?
  • Q4. Where did completed ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

Top Tata Elxsi Engineer Interview Questions and Answers

Q1. What are OOPS Concepts, explain them.
View answer (2)

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (7)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Previous company experience
  • Q2. Challenges and achievements
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain Quantization, Convolution
  • Ans. 

    Quantization is the process of mapping input values from a continuous range to a discrete set of values. Convolution is a mathematical operation that combines two functions to produce a third function.

    • Quantization reduces the precision of data by mapping it to a smaller set of values. For example, converting a grayscale image from 256 levels to 8 levels.

    • Convolution involves sliding one function over another and multipl...

  • Answered by AI
  • Q2. Swap without using 3rd variable
  • Ans. 

    Swapping two numbers without using a third variable

    • Use arithmetic operations to swap values

    • Example: a = 5, b = 10; a = a + b; b = a - b; a = a - b;

    • Ensure no overflow or underflow occurs

  • Answered by AI
  • Q3. Program to multiply two matrices using CUDA
  • Ans. 

    Using CUDA to multiply two matrices efficiently.

    • Allocate memory on GPU for matrices A, B, and C

    • Copy matrices A and B from host to device

    • Launch CUDA kernel to perform matrix multiplication

    • Copy result matrix C from device to host

    • Free memory on GPU

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Merge 2 Sorted arrays
  • Ans. 

    Merge two sorted arrays into a single sorted array.

    • Create a new array to store the merged result

    • Use two pointers to iterate through the two input arrays and compare elements

    • Add the smaller element to the new array and move the pointer for that array forward

    • Repeat until all elements from both arrays are merged

  • Answered by AI
  • Q2. Explain Transformer architecture
  • Ans. 

    Transformer architecture is a deep learning model that uses self-attention mechanism to process sequential data.

    • Transformer architecture consists of an encoder and a decoder.

    • Self-attention mechanism allows the model to weigh the importance of different input tokens when making predictions.

    • Transformer models have been widely used in natural language processing tasks such as machine translation and text generation.

  • Answered by AI

Skills evaluated in this interview

Top Tata Elxsi Senior Engineer Interview Questions and Answers

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

Senior Engineer Interview Questions asked at other Companies

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

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 279 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 798 Interviews
DXC Technology Interview Questions
3.7
 • 797 Interviews
Nagarro Interview Questions
4.0
 • 761 Interviews
NTT Data Interview Questions
3.8
 • 625 Interviews
Publicis Sapient Interview Questions
3.5
 • 618 Interviews
View all

Tata Elxsi Reviews and Ratings

based on 2.2k reviews

3.8/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.2

Salary

4.1

Job security

3.6

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 2.2k Reviews and Ratings
Java Developer - Immediate Joiners

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

Autosar with Ethernet

Pune

8-13 Yrs

Not Disclosed

Explore more jobs
Senior Engineer
4.5k salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Specialist
2.6k salaries
unlock blur

₹7.6 L/yr - ₹26 L/yr

Engineer
1.4k salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Senior Software Engineer
1k salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Software Engineer
695 salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Tata Elxsi with

TCS

3.7
Compare

LTIMindtree

3.7
Compare

DXC Technology

3.7
Compare

Mphasis

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