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 Embedded Engineer Interview Questions, Process, and Tips

Updated 2 Jun 2024

Top Tata Elxsi Embedded Engineer Interview Questions and Answers

Tata Elxsi Embedded Engineer Interview Experiences

4 interviews found

I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1.In written exam 3 coding questions on C language and 10 mcqs.
  • Q2.  2nd round is technical round in that asked about projects in graduation and protocols like CAN, SPI, I2C and graduation topics (electrical machines, electronics, pdc, all r basic questions) and some basi...
  • Q3. 3rd round is HR round in this asked about job location, salary details, normal questions on our achievements in life, y u choose this company and strength.
  • Q4. After 1 week they sent me offer letter.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on ur basics like C, C++ and graduation topics.
It is quite easy to crack if u work hard practice more on coding. Follow hacker rank it's good.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Program to reverse an array
  • Ans. 

    Program to reverse an array of strings

    • Create a function that takes an array of strings as input

    • Use a loop to iterate through the array and swap elements from start to end

    • Return the reversed array

  • Answered by AI
  • Q2. Program to count the number of words in a string
  • Ans. 

    Program to count the number of words in a string using array of strings.

    • Split the string into an array of strings using a delimiter like space.

    • Iterate through the array and count the number of elements.

    • Handle edge cases like multiple spaces between words.

  • Answered by AI

Skills evaluated in this interview

Embedded Engineer Interview Questions Asked at Other Companies

Q1. What is the difference between sensors and actuators
Q2. how many algorithms that you got familiar with when learning c pr ... read more
Q3. Why are you interested in the field of embedded software developm ... read more
asked in LTIMindtree
Q4. How packet goes from source to destination.
Q5. What are the Protocols in Industry. Like SPI,I2c, CAN

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

Interview Questionnaire 

2 Questions

  • Q1. Describe about your project. Many qns were asked from my project.
  • Q2. Embedded basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Positive experience, received offer. The interviewer was very friendly and he supported me very well during tough qns

I applied via LinkedIn and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is ISR?
  • Ans. 

    ISR stands for Interrupt Service Routine. It is a function that is executed in response to an interrupt signal.

    • ISR is a type of callback function that is used in embedded systems.

    • It is used to handle hardware interrupts, such as button presses or sensor readings.

    • ISR is executed asynchronously and takes priority over other tasks.

    • It is important to keep ISR functions short and efficient to prevent delays in other system ...

  • Answered by AI
  • Q2. What is an inline function?
  • Ans. 

    An inline function is a function that is expanded in line when it is called, rather than executing a call to the function.

    • Inline functions are defined with the 'inline' keyword.

    • They are used to improve performance by reducing the overhead of function calls.

    • They are typically small functions that are called frequently.

    • Inline functions can be defined in header files.

    • Example: inline int add(int a, int b) { return a + b; }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics of RTOS and embedded systems.

Skills evaluated in this interview

Tata Elxsi interview questions for designations

 Embedded Systems Engineer

 (2)

 Embedded Developer

 (3)

 Embedded Software Engineer

 (4)

 Embedded Software Developer

 (1)

 Design Engineer

 (5)

 Automotive Embedded Software Developer

 (1)

 Senior Design Engineer

 (5)

 Lead Design Engineer

 (2)

Interview questions from similar companies

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are storage class
  • Ans. 

    Storage classes in C specify the scope and lifetime of variables.

    • Storage classes include auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared in one file and can be used in another file.

  • Answered by AI
  • Q2. Explain structure program
  • Ans. 

    A structure program is a program that uses structures to group related data together.

    • Structures in C programming allow you to group related data together under one name.

    • You can define a structure using the 'struct' keyword.

    • Structures can contain different data types, including int, float, char, and even other structures.

    • You can access the members of a structure using the dot operator.

    • Example: struct employee { int id; ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
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 - Aptitude Test 

Normal basic apti lr conceptual questions

Round 3 - Technical 

(3 Questions)

  • Q1. What is microcontroller? have you worked on any microcontroller? c++ basics polymorphism
  • Ans. 

    A microcontroller is a small computer on a single integrated circuit that contains a processor core, memory, and programmable input/output peripherals.

    • Microcontrollers are commonly used in embedded systems for controlling various devices and appliances.

    • They are programmed using languages like C or assembly language.

    • Examples of popular microcontrollers include Arduino, Raspberry Pi, and PIC.

    • Microcontrollers are often us...

  • Answered by AI
  • Q2. Tell me about your project?
  • Q3. Prime no. program?

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Basic c datastructucture networking l2 l3 questions

Round 2 - Technical 

(5 Questions)

  • Q1. Question on projects.
  • Q2. How packet goes from source to destination.
  • Ans. 

    Packets are sent from source to destination through a series of network devices using routing protocols.

    • Packet is created at the source with source and destination IP addresses.

    • Packet is sent to the default gateway or router.

    • Router checks its routing table to determine the next hop for the packet.

    • Packet is forwarded to the next hop until it reaches the destination.

    • Destination receives the packet and sends an acknowledg

  • Answered by AI
  • Q3. Delete a node from single linked list.
  • Ans. 

    To delete a node from a single linked list, we need to find the node and update the pointers.

    • Traverse the list to find the node to be deleted

    • Update the previous node's pointer to point to the next node

    • Free the memory of the node to be deleted

  • Answered by AI
  • Q4. Dynamic memory alocation in c
  • Ans. 

    Dynamic memory allocation in C allows allocation of memory at runtime.

    • Dynamic memory allocation is done using functions like malloc(), calloc(), realloc() and free().

    • malloc() allocates memory block of specified size and returns a pointer to the first byte of allocated memory.

    • calloc() allocates memory block of specified size and initializes all bits to zero.

    • realloc() changes the size of previously allocated memory block...

  • Answered by AI
  • Q5. Interprocess communication in OS
  • Ans. 

    Interprocess communication is a mechanism that allows processes to communicate with each other in an OS.

    • IPC mechanisms include pipes, sockets, message queues, shared memory, and signals.

    • IPC can be used for synchronization, data sharing, and coordination between processes.

    • IPC can be implemented using system calls such as fork(), pipe(), socket(), and msgget().

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Embedded Engineer interview:
  • Pointer array structure linked l
Interview preparation tips for other job seekers - Slove c problems and clear all basic concepts.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Linux: Explain system calls. Which system calls you used? IPC: which one you used? How to start yacto project? Diff betn process and thread. Explain I2c Difference between I2c And SPI difference between s...
  • Q2. Explain I2c diff btn i2c and spi diff btn hw and sw interrupt
  • Ans. 

    I2C is a serial communication protocol used to connect multiple devices with two wires. SPI is another serial protocol with four wires.

    • I2C uses a master-slave architecture while SPI uses a master-master architecture.

    • I2C supports multiple devices on the same bus while SPI requires a separate chip select line for each device.

    • Hardware interrupts are triggered by external events while software interrupts are triggered by s

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well .. linux

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Steps of compilation of a C program.
  • Ans. 

    Compilation of a C program involves preprocessing, compiling, assembling, and linking.

    • Preprocessing: Includes header files, macro expansions, and comments removal. Example: gcc -E program.c

    • Compiling: Translates source code to assembly code. Example: gcc -S program.c

    • Assembling: Converts assembly code to machine code. Example: gcc -c program.s

    • Linking: Combines object files and libraries to generate executable. Example: g

  • Answered by AI
  • Q2. Storage classes in C
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • Storage classes include auto, register, static, extern, and typedef.

    • Auto variables are local to the block they are declared in.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared in one file and can be used in another.

    • Typedef is used to create new data typ

  • Answered by AI
  • Q3. How does a computer boot up?
  • Ans. 

    A computer boots up by executing the BIOS, loading the operating system into memory, and initializing hardware components.

    • BIOS (Basic Input/Output System) is the first code executed by a computer when powered on.

    • BIOS performs a Power-On Self Test (POST) to check hardware components.

    • BIOS then locates and loads the operating system from the boot device (e.g. hard drive, SSD, USB).

    • The operating system is loaded into memor...

  • Answered by AI
  • Q4. Project related questions.

Interview Preparation Tips

Topics to prepare for L&T Technology Services Embedded Engineer interview:
  • C
  • Electronics
Interview preparation tips for other job seekers - Basics about C programming language will be tested.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

All about aptitude questions and test has multiple rounds

Round 2 - Coding Test 

Asked about basic code like palindrome, string reverse

Tata Elxsi Interview FAQs

How many rounds are there in Tata Elxsi Embedded Engineer interview?
Tata Elxsi interview process usually has 1 rounds. The most common rounds in the Tata Elxsi interview process are Technical.
How to prepare for Tata Elxsi Embedded 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 Embedded C, I2C, Automotive, Debugging and Embedded Software.
What are the top questions asked in Tata Elxsi Embedded Engineer interview?

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

  1. What is an inline functi...read more
  2. program to count the number of words in a str...read more
  3. What is I...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 801 Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
Nagarro Interview Questions
4.0
 • 760 Interviews
Publicis Sapient Interview Questions
3.5
 • 603 Interviews
View all
Tata Elxsi Embedded Engineer Salary
based on 75 salaries
₹3 L/yr - ₹7.2 L/yr
8% less than the average Embedded Engineer Salary in India
View more details

Tata Elxsi Embedded Engineer Reviews and Ratings

based on 9 reviews

4.1/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

3.5

Salary

4.8

Job security

4.2

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 9 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.1 L/yr

Engineer
1.3k salaries
unlock blur

₹2.8 L/yr - ₹8.2 L/yr

Senior Software Engineer
997 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Software Engineer
629 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.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview