Upload Button Icon Add office photos
Engaged Employer

i

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

Tata Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tata Technologies Embedded Software Engineer Interview Questions and Answers

Updated 25 Jan 2024

Tata Technologies Embedded Software Engineer Interview Experiences

2 interviews found

Embedded Software Engineer Interview Questions & Answers

user image Bhagyashri Raghunath Mali

posted on 25 Jan 2024

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

(3 Questions)

  • Q1. Microprocessor and microcontroller difference
  • Ans. 

    Microprocessors and microcontrollers are both integrated circuits used in electronic devices, but they have key differences.

    • Microprocessors are general-purpose chips designed to execute a wide range of tasks, while microcontrollers are specialized chips designed for specific applications.

    • Microprocessors typically require external components like memory and peripherals to function, while microcontrollers have built-in m...

  • Answered by AI
  • Q2. C programming que reverse string
  • Q3. Set bit, clear and toggle bit

Interview Preparation Tips

Interview preparation tips for other job seekers - Microcontroller,
Microprocessor
C common interview questions,

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Aptitude, technical questions,2 coding question
  • Q2. Embedded system questions
  • Q3. Programming in C ,rtos
Round 3 - HR 

(1 Question)

  • Q1. General questions about company

Embedded Software Engineer Interview Questions Asked at Other Companies

asked in Aptiv
Q1. 3. 1)Do you know about Autosar. 2)define function definition and ... read more
asked in Cyient
Q2. Introduction. Difference between Embedded Systems and Embedded so ... read more
asked in Cyient
Q3. 1) which microcontroller you have used in Academics?
Q4. What is conductor, insulator and semi conductor?
asked in HCLTech
Q5. 3. How to enter if and else at the same time

Interview questions from similar companies

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2021. 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 - Coding Test 

Easy DSA questions and some questions on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join if you are a fresher and want to grow as a developer. I had resigned that time I am writing this review

I applied via Naukri.com and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C language and Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with good technical skills to face the interview

I applied via Naukri.com and was interviewed before Mar 2021. There were 3 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 - HR 

(6 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your salary expectations?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
Round 3 - Technical 

(1 Question)

  • Q1. Do you have technical certifications? How many programming languages do you known? How many development tools have you used?
  • Ans. 

    Yes, I have technical certifications and I am proficient in multiple programming languages and development tools.

    • I have certifications in Java and Python

    • I am proficient in Java, Python, C++, and JavaScript

    • I have used development tools such as Eclipse, Visual Studio Code, and PyCharm

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your soft skills
Move frequently
value your reputation
Get experience at a any company

I applied via Company Website and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Oops based , C# Fundamental , Sql , Jquery , Mvc architecture
Round 2 - Technical 

(1 Question)

  • Q1. ADVANCED QUESTION ON sql ,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be proficient in english nd clear in concepts

I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Describe your project
  • Q2. Code snippets of c programming
  • Ans. 

    Code snippets of c programming

    • Use #include to include header files

    • Use int main() to start the program

    • Use printf() to print output

    • Use scanf() to take input

    • Use if-else statements for conditional execution

    • Use loops like for, while, do-while for repetitive tasks

    • Use arrays to store multiple values of same data type

    • Use pointers to manipulate memory addresses

    • Use structures to group related data

    • Use functions to modularize code

  • Answered by AI
  • Q3. What is isr routine in c programming
  • Ans. 

    ISR routine is a function that is executed in response to an interrupt signal.

    • ISR stands for Interrupt Service Routine

    • It is used to handle hardware interrupts

    • ISR routines are written in C language

    • They are executed when an interrupt signal is received

    • ISR routines should be short and efficient

    • They should not block other interrupts

    • Examples of ISR routines include handling keyboard input or timer interrupts

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to work for Wipro

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay on basics and your last work details

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of C++, data structures
  • Q2. Basics of geometry and Maths
Round 2 - Technical 

(1 Question)

  • Q1. Advance C++ questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with knowledge of what you did in past projects. And technical sound in your technology stack.

I applied via Walk-in and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain punctual and don't trust the consultancy like pay thousand rupees we will send the company in that you don't want to attend all rounds

Tata Technologies Interview FAQs

How many rounds are there in Tata Technologies Embedded Software Engineer interview?
Tata Technologies interview process usually has 2 rounds. The most common rounds in the Tata Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Tata Technologies Embedded Software 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 Technologies. The most common topics and skills that interviewers at Tata Technologies expect are Embedded C, Embedded Software, Analog, C++ and GIT.
What are the top questions asked in Tata Technologies Embedded Software Engineer interview?

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

  1. Microprocessor and microcontroller differe...read more
  2. Aptitude, technical questions,2 coding quest...read more
  3. C programming que reverse str...read more

Tell us how to improve this page.

Tata Technologies Embedded Software Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Tata Technologies Embedded Software Engineer Salary
based on 7 salaries
₹3 L/yr - ₹9.2 L/yr
18% less than the average Embedded Software Engineer Salary in India
View more details

Tata Technologies Embedded Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Design Engineer
2.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
2.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Developer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
628 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tata Technologies with

KPIT Technologies

3.4
Compare

L&T Technology Services

3.3
Compare

Cyient

3.6
Compare

Tech Mahindra

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