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

Top Tata Elxsi Interview Questions and Answers

View all 153 questions

Tata Elxsi Interview Experiences

Popular Designations

295 interviews found

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

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

Round 1 - Aptitude Test 

It was basics, computer fundamentals, quants, logical coding.

Round 2 - Technical 

(2 Questions)

  • Q1. C++ and c differnce
  • Ans. 

    C++ is an object-oriented programming language with additional features compared to C.

    • C++ supports object-oriented programming concepts like classes and inheritance, while C does not.

    • C++ has a richer standard library compared to C.

    • C++ allows for function overloading and templates, which are not available in C.

  • Answered by AI
  • Q2. Swapping of numbers without using 3rd var
  • Ans. 

    Swapping numbers without using a third variable

    • Use arithmetic operations like addition and subtraction

    • XOR operation can also be used for swapping numbers

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

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Ready for reallocation?
  • Ans. 

    Question about willingness to relocate for the job

    • Be honest about your willingness to relocate for the job

    • Consider the potential benefits of relocating, such as career growth opportunities

    • Discuss any concerns you may have about relocating, such as family or personal commitments

  • Answered by AI
  • Q2. Puzzle related question was asked

Skills evaluated in this interview

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 (169)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

It had different sections like verbal, Quantitative, Logical, pseudo code, coding

Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

  • Answered by AI
  • Q2. Oops concepts- define abstraction, encapsulation
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary information. Encapsulation is the bundling of data and methods that operate on the data into a single unit.

    • Abstraction focuses on what an object does rather than how it does it

    • Encapsulation restricts access to certain components of an object, protecting the data from outside interference

    • Abstraction allows for creating sim...

  • Answered by AI
  • Q3. Write a code to swap two numbers
  • Ans. 

    Simple code to swap two numbers using a temporary variable

    • Declare two variables a and b with values

    • Create a temporary variable to store one of the numbers

    • Assign the value of a to b and temporary to a

    • Print the swapped values of a and b

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. 3 strengths and 3 weakness
  • Ans. 

    Strengths: Problem-solving skills, strong technical knowledge, effective communication. Weaknesses: Impatience, perfectionism, public speaking.

    • Strength: Problem-solving skills - Able to analyze complex problems and come up with effective solutions.

    • Strength: Strong technical knowledge - Proficient in various programming languages and technologies.

    • Strength: Effective communication - Able to clearly convey ideas and colla...

  • Answered by AI
  • Q2. Tell me something which is not in your resume
  • Ans. 

    I am fluent in three languages - English, Spanish, and French.

    • I learned Spanish during a study abroad program in Spain

    • I studied French in school for 5 years

    • Being multilingual has helped me communicate effectively with diverse teams

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through previous year interview questions

Skills evaluated in this interview

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 (169)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Brief introduction along with relevant work done with tools in telecom domain
  • Q2. Explain about TMF Open API with an exaple
  • Ans. 

    TMF Open API is a set of APIs provided by TM Forum for accessing and integrating with their platform.

    • TMF Open API allows developers to access TM Forum's platform for various purposes such as data retrieval, service provisioning, and network management.

    • Developers can use TMF Open API to integrate their own applications with TM Forum's platform, enabling seamless communication and data exchange.

    • An example of using TMF Op...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain about your day to day impacts on the project currently aligned to
  • Ans. 

    My day to day impacts on the project involve analyzing customer feedback, conducting market research, and collaborating with cross-functional teams.

    • Analyze customer feedback to identify areas for improvement

    • Conduct market research to stay updated on industry trends

    • Collaborate with cross-functional teams to ensure project goals are met

  • Answered by AI
  • Q2. Who are the clients and what's your interaction level with them
  • Ans. 

    The clients are typically businesses or individuals who use our products, and my interaction level with them varies depending on the situation.

    • Clients can range from small businesses to large corporations

    • I interact with clients through product demonstrations, training sessions, and troubleshooting support

    • Regular communication with clients to gather feedback and address any concerns

    • Building and maintaining strong relati...

  • Answered by AI

Product Specialist Interview Questions asked at other Companies

Q1. How product specialist is different from product analyst?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain about the services in android
  • Ans. 

    Services in Android are components that run in the background to perform long-running operations.

    • Services can be used to play music in the background while the user interacts with other apps.

    • They can also be used to download files from the internet even when the app is not in the foreground.

    • Services can run indefinitely or be scheduled to run at specific times.

    • They can communicate with other components using broadcasts

  • Answered by AI
  • Q2. MVVM architecture

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

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)

 Associate Engineer

 (6)

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

(2 Questions)

  • Q1. Questions related to projects
  • Q2. Questions related to favourite subject

Mechanical Engg. Design Interview Questions asked at other Companies

Q1. What are the Drawing softwares you're aware of And How much relevant experience you have in for each software
View answer (3)

Get interview-ready with Top Tata Elxsi Interview Questions

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

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Your previous experience.
  • Ans. 

    I have 5 years of experience in designing mechanical systems for automotive industry.

    • Designed components for new vehicle models

    • Optimized existing systems for better performance

    • Collaborated with cross-functional teams to ensure project success

  • Answered by AI
  • Q2. How well can you manage time?
  • Ans. 

    I excel at time management by prioritizing tasks, setting deadlines, and utilizing tools like calendars and to-do lists.

    • Prioritize tasks based on importance and deadlines

    • Set realistic deadlines for each task

    • Utilize tools like calendars, to-do lists, and project management software

    • Regularly review and adjust schedule as needed

    • Delegate tasks when necessary to ensure efficient use of time

  • Answered by AI

Senior Design Engineer Interview Questions asked at other Companies

Q1. Noise, Vibration, and Harshness (NVH) in gearboxes are influenced by several factors, which can broadly be categorized into design, material, manufacturing, and operational factors. Here are some key factors affecting NVH in gearboxes: ### ... read more
View answer (1)

Jobs at Tata Elxsi

View all

Project Lead Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Embedded c, pointers and others
  • Q2. Sw process, documentation etc

Project Lead Interview Questions asked at other Companies

Q1. PowerBuilder 1. How to build app in one click? 2. How to read data from web page? 3. Have you used any PDF tools 4. How to save data from datawindow to XML 5. How to read mail from Outlook 6. How you migrate to new version.net SQL 1. Perfor... read more
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 2 Aug 2024

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basics- logical, quantitative, english, programming based questions

Round 2 - Technical 

(3 Questions)

  • Q1. Regarding my project
  • Q2. Write some basic programs
  • Q3. Biggest achievement
  • Ans. 

    Graduating with honors and receiving an award for academic excellence

    • Maintained a high GPA throughout college

    • Received recognition from professors for outstanding performance

    • Awarded a certificate for academic excellence at graduation

  • Answered by AI

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Scrum,qa and scenario based
Round 2 - Technical 

(1 Question)

  • Q1. ISO STANDARDS and capa
Round 3 - HR 

(1 Question)

  • Q1. Previous organization experience
  • Ans. 

    I have 3 years of experience as a Quality Analyst in my previous organization.

    • Conducted quality assurance testing on software applications

    • Identified and reported bugs and issues to development team

    • Collaborated with cross-functional teams to ensure quality standards were met

  • Answered by AI
Round 4 - Salary discussion 

(1 Question)

  • Q1. Salary discussion and company culture

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Jul 2024

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

C,C++, general aptitude(percentage, profit etc..)

Round 2 - Technical 

(2 Questions)

  • Q1. Question based on C programming
  • Q2. Question based on Operating system
Round 3 - HR 

(2 Questions)

  • Q1. Why you should be considered for this role?
  • Q2. Flow of Linux booting
  • Ans. 

    Linux booting involves several stages including BIOS, bootloader, kernel loading, and initialization.

    • BIOS performs Power-On Self Test (POST) and locates the bootloader

    • Bootloader (GRUB, LILO) loads the kernel into memory

    • Kernel initializes hardware, mounts the root filesystem, and starts init process

    • Init process (systemd, SysVinit) starts user space processes and services

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Selected

Skills evaluated in this interview

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 (5)

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

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Coforge Interview Questions
3.3
 • 520 Interviews
Cyient Interview Questions
3.7
 • 284 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
Autosar Developer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Automotive ODC Manager

Bangalore / Bengaluru

15-20 Yrs

Not Disclosed

Automotive Delivery Manager

Pune,

Bangalore / Bengaluru

+1

12-18 Yrs

Not Disclosed

Explore more jobs
Senior Engineer
4.4k salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Specialist
2.6k salaries
unlock blur

₹7.5 L/yr - ₹25.1 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
643 salaries
unlock blur

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