Upload Button Icon Add office photos

Filter interviews by

DevSys Embedded Technologies Embedded Software Developer Interview Questions and Answers

Updated 17 Feb 2021

DevSys Embedded Technologies Embedded Software Developer Interview Experiences

1 interview found

I applied via Job Portal and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1) About projects which you have done in your academics
  • Q2. 2) Questions on bitwise operator
  • Q3. 3) About Protocols (UART,I2C and SPI).
  • Q4. 4) About volatile variables

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your academics project very well. And about volatile keyword.

Interview questions from similar companies

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
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:
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. 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

Round 1 - One-on-one 

(1 Question)

  • Q1. What is dangling pointer?
  • Ans. 

    A dangling pointer is a pointer that points to a memory location that has been deallocated or freed.

    • Dangling pointers can cause crashes or unpredictable behavior.

    • They occur when a pointer is not set to NULL after the memory it points to is freed.

    • They can also occur when a pointer is used after the memory it points to has been freed.

    • Dangling pointers can be avoided by setting pointers to NULL after freeing memory.

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

(1 Question)

  • Q1. Difference between static and dynamic library ?
  • Ans. 

    Static libraries are linked at compile-time, while dynamic libraries are linked at run-time.

    • Static libraries are included in the final executable file, increasing its size.

    • Dynamic libraries are loaded into memory only when needed, reducing the executable size.

    • Static libraries are platform-specific, while dynamic libraries can be shared across platforms.

    • Static libraries provide faster execution, while dynamic libraries ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics and C data structures throughly

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

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:
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. 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

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

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

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Dangling pointer, memory organization in c, create 2d array for a pointer using dynamic memory allocation i.e malloc, some programming from hackerrank

Interview Preparation Tips

Interview preparation tips for other job seekers - These days many companies are giving hackerrank link and evaluating our programming skills and our way of approach, i would advice to first create an account in hackerrank and start solving puzzles. This will improve our programming skills and confidence

DevSys Embedded Technologies Interview FAQs

What are the top questions asked in DevSys Embedded Technologies Embedded Software Developer interview?

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

  1. 2) Questions on bitwise opera...read more
  2. 3) About Protocols (UART,I2C and SP...read more
  3. 4) About volatile variab...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 DevSys Embedded Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

DevSys Embedded Technologies Embedded Software Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

2.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

2.0

Company culture

2.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
6 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Embedded Software Engineer
5 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Software Developer
4 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Android Developer
4 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Senior Embedded Software Engineer
4 salaries
unlock blur

₹3.9 L/yr - ₹5.4 L/yr

Explore more salaries
Compare DevSys Embedded Technologies with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview