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
3.9

based on 2k Reviews

Filter interviews by

Tata Elxsi Senior Engineer Interview Questions, Process, and Tips

Updated 26 Nov 2024

Top Tata Elxsi Senior Engineer Interview Questions and Answers

View all 27 questions

Tata Elxsi Senior Engineer Interview Experiences

47 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Swap two variables without temp
  • Ans. 

    Use XOR operation to swap two variables without using a temporary variable

    • Use XOR operation to swap two variables without using a temporary variable

    • Example: a = 5, b = 10. a = a XOR b, b = a XOR b, a = a XOR b. Now a = 10, b = 5

  • Answered by AI
  • Q2. Multiply two matrices in CUDA
  • Ans. 

    Matrix multiplication in CUDA involves parallelizing the computation across multiple threads on the GPU.

    • Use CUDA kernels to launch parallel threads for matrix multiplication.

    • Divide the matrices into blocks and load them into shared memory for faster access.

    • Implement the matrix multiplication algorithm in CUDA C/C++.

    • Ensure proper memory management and synchronization between threads.

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

(1 Question)

  • Q1. Merge two sorted arrays
  • Ans. 

    Merge two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Iterate through both arrays simultaneously and compare elements

    • Add the smaller element to the new array and move to the next element in that array

    • Continue until all elements from both arrays are merged

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at R N S Institute of Technology, Bangalore and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

There was normal aptitude questions

Round 2 - Coding Test 

Coding questions that i solved in c

Round 3 - Technical 

(2 Questions)

  • Q1. Questions about skills mentioned in resume
  • Q2. About any programming language
Round 4 - HR 

(2 Questions)

  • Q1. Explain about ourself introduction
  • Ans. 

    I am a highly experienced Senior Engineer with a strong background in software development and project management.

    • Over 10 years of experience in software engineering

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Managed and led successful projects from conception to completion

    • Strong problem-solving skills and ability to work well in a team

    • Excellent communication and interpersonal skills

  • Answered by AI
  • Q2. Where do you see yourself in next 5 years
  • Ans. 

    In the next 5 years, I see myself taking on more leadership roles, further developing my technical skills, and contributing to innovative projects.

    • Advancing to a managerial position within the engineering team

    • Continuing to enhance my expertise in emerging technologies such as AI and machine learning

    • Leading cross-functional teams on high-impact projects

    • Mentoring junior engineers to help them grow in their careers

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tata Elxsi Senior Engineer interview:
  • C
  • Python

Senior Engineer Interview Questions Asked at Other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
asked in Nagarro
Q2. Write a program: two input, one is N(any integer, lets say 3), se ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
asked in Qburst
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When you will perform Half or Full engine overhauling.
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

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between class based vs functional components in react
  • Ans. 

    Class based components use ES6 classes while functional components are just JavaScript functions.

    • Class based components use ES6 classes to define a component

    • Functional components are just JavaScript functions that return JSX

    • Class based components have access to lifecycle methods like componentDidMount, componentDidUpdate, etc.

    • Functional components are simpler and easier to read and test

    • With the introduction of hooks in...

  • Answered by AI
  • Q2. Find distinct chars in string
  • Ans. 

    Count distinct characters in a given string

    • Iterate through the string and store each character in a set to ensure uniqueness

    • Return the size of the set as the count of distinct characters

    • Example: Input 'hello' -> Output 4 (h, e, l, o)

  • Answered by AI

Skills evaluated in this interview

Tata Elxsi interview questions for designations

 Senior Software Engineer

 (10)

 Senior Design Engineer

 (5)

 Senior SQA Engineer

 (1)

 Senior Quality Engineer

 (1)

 Engineer

 (19)

 Senior Executive

 (1)

 Senior Designer

 (1)

 Associate Engineer

 (6)

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

(1 Question)

  • Q1. MCQ on core skillset
Round 2 - Technical 

(1 Question)

  • Q1. Technical round
Round 3 - HR 

(1 Question)

  • Q1. Salary and joining date confirmation

Get interview-ready with Top Tata Elxsi Interview Questions

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:
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. Based on your Previous Experience
Round 3 - Technical 

(1 Question)

  • Q1. Discussion on previous experiences
Round 4 - HR 

(1 Question)

  • Q1. General HR questions.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

(2 Questions)

  • Q1. More brief about explaining about current company working role and nature of job followed by finding bugs in a C program
  • Q2. I was given a c program to find bugs in the code there were around 10 bugs to identify also small general question to understand how is your way of perception
Round 3 - Technical 

(2 Questions)

  • Q1. Again same like first round undersatnding current company job role and nature of work followed by
  • Q2. String reverse in C set/clear bit at a position of an integer
  • Ans. 

    String reverse and bit manipulation in C

    • To reverse a string in C, use a loop to swap characters from start and end positions

    • To set a bit at a position in an integer, use bitwise OR operator with 1 shifted to that position

    • To clear a bit at a position in an integer, use bitwise AND operator with the complement of 1 shifted to that position

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Brief explanation about Resume to HR feels like JAM session Expected CTC notice period bad thing was i cleared HR round but no confirmation on CTC and offer letter issuing details. waiting since 20 days ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong foundation in C basics is enough, with good English speaking

Skills evaluated in this interview

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

I applied via campus placement at Sahyadri Polytechnic, Ratnagiri and was interviewed in Aug 2023. 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 

Had all aptitude questions.

Round 3 - Technical 

(1 Question)

  • Q1. This was basic.
Round 4 - HR 

(1 Question)

  • Q1. This has all general questions about me
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2022. 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. First round is basic technical
Round 3 - One-on-one 

(1 Question)

  • Q1. Second round is face to face interview round with senior manager
Round 4 - HR 

(1 Question)

  • Q1. Whats your salary expectations ?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

General aptitude questions

Round 3 - Technical 

(1 Question)

  • Q1. Job description related questions
Round 4 - HR 

(1 Question)

  • Q1. Past organisation detail and salary negotiation

Tata Elxsi Interview FAQs

How many rounds are there in Tata Elxsi Senior Engineer 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 Senior 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 Tata Elxsi. The most common topics and skills that interviewers at Tata Elxsi expect are C++, Automotive, Networking, Canoe and Embedded C.
What are the top questions asked in Tata Elxsi Senior Engineer interview?

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

  1. What is Quality Assurance. Difference between Quality assurance and Quality con...read more
  2. What are the examples of Memory leaks and how to solve th...read more
  3. Tell me about FreeRTOS scheduling metho...read more
How long is the Tata Elxsi Senior Engineer interview process?

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

Tell us how to improve this page.

Tata Elxsi Senior Engineer Interview Process

based on 34 interviews

5 Interview rounds

  • Technical Round - 1
  • HR Round - 1
  • Technical Round - 2
  • HR Round - 2
  • Personal Interview1 Round
View more
Tata Elxsi Senior Engineer Salary
based on 4.3k salaries
₹3.5 L/yr - ₹14 L/yr
8% less than the average Senior Engineer Salary in India
View more details

Tata Elxsi Senior Engineer Reviews and Ratings

based on 435 reviews

3.9/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.3

Salary

4.5

Job security

3.8

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 435 Reviews and Ratings
Senior Engineer
4.3k salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Specialist
2.6k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Engineer
1.3k salaries
unlock blur

₹2.8 L/yr - ₹8.2 L/yr

Senior Software Engineer
1k salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Software Engineer
639 salaries
unlock blur

₹3 L/yr - ₹10 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