Upload Button Icon Add office photos
Engaged Employer

i

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

TCS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TCS Embedded Software Developer Interview Questions and Answers

Updated 5 Apr 2023

TCS Embedded Software Developer Interview Experiences

6 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2023. 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 - Coding Test 

1 Q. #include
Int main ()
{
Printf("%x\n", -1>>1);
Return 0;
}
Output: ffffffff

2Q. #include
Int main ()
{
Unsigned int res;
Res=(64>>(2+1-2)) & (~(1<<2);
Printf("%d\n",res);
Return 0;
}
Output: 32

3Q.#include
Int main () //without semicolon..
{
If(printf("Hello world")){
}
}
Output: Hello world

Round 3 - Aptitude Test 

1Q. 1397*1397=?
A.1951609
B.1981709
C.18362619
D.2031719
E.None of these

Output: 1951609

2Q. Which one of the following is not a
prime number?
A.31
B.61
C.71
D.91

Output: 91

3Q. (112*5⁴) =?
A.67000
B.70000
C.76500
D.77200

Output: 70000

Interview Preparation Tips

Topics to prepare for TCS Embedded Software Developer interview:
  • Self intro
Interview preparation tips for other job seekers - 1.Be Professional
2.Be confident
3.Communication skills should be good
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2021. There were 2 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. Storage classes and memory layout
  • Q2. Basic C programming snippets

Interview Preparation Tips

Interview preparation tips for other job seekers - Just refresh your basic c programming skills and try to tell more in detail

Embedded Software Developer Interview Questions Asked at Other Companies

Q1. How many result cases are possible when to find maximum of three ... read more
Q2. What is the difference between volatile constant Int a, constant ... read more
Q3. Array short without using another array, with minimum parameters
asked in FEV
Q4. what is interrupt service routine, watchdog timer, lambda functio ... read more
Q5. how to interface mocroproceesor kit wid the I/O devices

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

Interview Questionnaire 

1 Question

  • Q1. Basic questions on C like what is data structure and why it is needed, pointers, unions, structures, storage classes, about b.tech project and current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Well knowledge should be there on C language as a embedded engineer. Interview is very friendly and be confident on you

Interview Questionnaire 

1 Question

  • Q1. It was telephonic round in which interviewer asked about basic c questions like, Structure and union, compilation process, storage class, difference between calloc and malloc, dynamic memory allocation etc...

TCS interview questions for designations

 Embedded Developer

 (1)

 Embedded Software Engineer

 (2)

 Senior Embedded Software Engineer

 (1)

 Embedded Engineer

 (3)

 Software Developer

 (501)

 Embedded Firmware Engineer

 (2)

 Embedded Systems Engineer

 (1)

 Senior Embedded Engineer

 (1)

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

I applied via Monster and was interviewed before Dec 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about project

Interview Preparation Tips

Interview preparation tips for other job seekers - No its good process good process good process good process good process

I applied via Recruitment Consultant and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Factorial of a number. Check validity of the number when scanning latter from user
  • Ans. 

    Validating user input for factorial calculation

    • Use a loop to calculate the factorial of the number

    • Check if the input is a positive integer

    • Handle edge cases such as 0 and 1

    • Use try-except block to catch non-integer inputs

  • Answered by AI
  • Q2. Reverse bits of a given number
  • Ans. 

    Reverse the bits of a given number

    • Use bitwise operators to extract and shift bits

    • Create a new variable to store the reversed bits

    • Loop through the bits and add them to the new variable in reverse order

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare C well

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

(2 Questions)

  • Q1. Project specific questions
  • Q2. Microcontroller -protocols used -debugging process -ide's used -difficult problem you faced and how u solved it
  • Ans. 

    As an embedded software developer, I have experience with microcontrollers, protocols, debugging, and IDEs.

    • I have worked with microcontrollers such as Arduino, STM32, and PIC.

    • I am familiar with protocols such as UART, SPI, I2C, and CAN.

    • For debugging, I have used tools such as JTAG, GDB, and logic analyzers.

    • I have experience with IDEs such as Eclipse, Keil, and MPLAB.

    • One difficult problem I faced was optimizing code for...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Background related questions,notice period negotiation,salary negotiations,resons for changing organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be thorough with basics and project specifics and resume details to be known

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Board bootup process

I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is a latest embedded C programming?
  • Ans. 

    Latest embedded C programming includes features like dynamic memory allocation, multi-threading, and object-oriented programming.

    • Dynamic memory allocation allows for more efficient use of memory

    • Multi-threading enables concurrent execution of multiple tasks

    • Object-oriented programming allows for better code organization and reusability

  • Answered by AI
  • Q2. What is a embedded new Ideas?
  • Ans. 

    Embedded new ideas refer to innovative concepts and solutions that can be implemented in embedded systems.

    • Embedded new ideas can improve the functionality, performance, and efficiency of embedded systems.

    • Examples of embedded new ideas include the use of machine learning algorithms, IoT integration, and real-time data processing.

    • Embedded new ideas can also involve the development of new hardware components or the optimi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm a fresher,and

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. C program to find the bit set
  • Ans. 

    A C program to find the bit set

    • Use bitwise AND operator to check if a bit is set

    • Loop through all bits and check each one

    • Use a mask to isolate each bit and check if it is 1

  • Answered by AI
  • Q2. Embedded c

Interview Preparation Tips

Interview preparation tips for other job seekers - thorough understanding of embedded c programming

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS Embedded Software Developer interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Resume Shortlist, Technical and Aptitude Test.
What are the top questions asked in TCS Embedded Software Developer interview?

Some of the top questions asked at the TCS Embedded Software Developer interview -

  1. Factorial of a number. Check validity of the number when scanning latter from u...read more
  2. Reverse bits of a given num...read more
  3. It was telephonic round in which interviewer asked about basic c questions like...read more

Tell us how to improve this page.

TCS Embedded Software Developer Interview Process

based on 3 interviews

1 Interview rounds

  • Resume Shortlist Round
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
TCS Embedded Software Developer Salary
based on 109 salaries
₹3.8 L/yr - ₹9.2 L/yr
9% less than the average Embedded Software Developer Salary in India
View more details

TCS Embedded Software Developer Reviews and Ratings

based on 10 reviews

4.5/5

Rating in categories

4.3

Skill development

4.4

Work-life balance

3.5

Salary

4.7

Job security

4.7

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 10 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
66.9k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.4k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.7 L/yr

Associate Consultant
29.3k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

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