Upload Button Icon Add office photos

Filter interviews by

Deevia Software India Embedded Developer Interview Questions and Answers

Updated 29 Jan 2022

Deevia Software India Embedded Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Arrays,functions,pointers,structures,unions,bitwise
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to project

Interview Preparation Tips

Topics to prepare for Deevia Software India Embedded Developer interview:
  • Embedded C
Interview preparation tips for other job seekers - Know the fundamentals of Embedded C.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

C programming language

I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Microprocessor vs microcontrollers
  • Ans. 

    Microprocessors are general-purpose processors while microcontrollers are specialized processors for specific tasks.

    • Microprocessors are used in computers and smartphones, while microcontrollers are used in embedded systems like washing machines and traffic lights.

    • Microprocessors have separate memory and I/O devices, while microcontrollers have integrated memory, I/O ports, and peripherals.

    • Microprocessors require extern...

  • Answered by AI
  • Q2. Bit swapping and bit clear ,toggle,set
Round 2 - Mangerical 

(1 Question)

  • Q1. Project related questions
Round 3 - HR 

(1 Question)

  • Q1. Basic hr question, salary,negative and postive of a person

Interview Preparation Tips

Interview preparation tips for other job seekers - Embedded c must and debugging the program

Skills evaluated in this interview

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

I was interviewed in Jan 2024.

Round 1 - HR 

(3 Questions)

  • Q1. What about salary version
  • Q2. Tell me about yourself?
  • Q3. If some critical situation what will you do?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2023. 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 - Technical 

(2 Questions)

  • Q1. C programming questions: bitwise - set bit storage classes function pointer
  • Q2. Can frame format

Interview Preparation Tips

Topics to prepare for KPIT Technologies Embedded Developer interview:
  • can protocol
Interview preparation tips for other job seekers - be confident
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic c questions not that much stress

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Online Assessment Test Pattern

English Essay Writing - 25 Minutes
Cognitive and Gaming
Domain Test - 55 min
Programming - 2 Programs 40 Minutes
We can take breaks in between the rounds. Coding should be done only in c or cpp. No other languages are allowed

Round 2 - Technical 

(4 Questions)

  • Q1. Tell me about yourself I'm from IT background. It's done for 30 minutes
  • Q2. Projects in depth (challenges, some part of code explain)
  • Ans. 

    Developed a real-time monitoring system for industrial robots

    • Challenges included optimizing code for real-time performance

    • Implemented communication protocols like CAN bus for data exchange

    • Used PID control algorithms for precise robot movements

  • Answered by AI
  • Q3. Given hacker rank question (medium) level and asked to solve
  • Q4. Some technical questions about c and cpp like structures, pointers,oops concepts
Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself It's done for 30 minutes
  • Q2. Strengths and weakness with examples
  • Ans. 

    Strengths in problem-solving and teamwork, weakness in time management

    • Strength: Strong problem-solving skills - able to analyze complex issues and find effective solutions

    • Strength: Excellent teamwork - able to collaborate with others to achieve common goals

    • Weakness: Time management - sometimes struggle to prioritize tasks and meet deadlines

  • Answered by AI
  • Q3. What do you know About KPIT (company related)
  • Q4. What motivates you?
  • Q5. Any questions? At the end interviewer asked me

Interview Preparation Tips

Topics to prepare for KPIT Technologies Embedded Software Engineer interview:
  • C
  • C++
  • OOPS
  • Coding
Interview preparation tips for other job seekers - Be confident. Convey the matter to interviewer with good communication skills. Do some research about company before interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2023. 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 - Group Discussion 

Topic:
Explain automatic cruise control?
What parameters will you send to the user from sensor attached on bumper of a car?

Round 3 - Not selected 

(2 Questions)

  • Q1. Didn't proceed to the second round. Due to mismatch of domain experience.
  • Q2. Due to mismatch of domain experience

Interview Preparation Tips

Topics to prepare for Bosch Global Software Technologies Embedded Software Developer interview:
  • Automotive Engineering
Interview preparation tips for other job seekers - Don't hesitate to apply if you are from automobile industry with embedded systems knowledge
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Autosar related topics
Round 2 - HR 

(1 Question)

  • Q1. Why should I hire you
Round 1 - Technical 

(4 Questions)

  • Q1. Types of error messages in CAN protocol
  • Ans. 

    Types of error messages in CAN protocol

    • Bit Error: Error in a single bit of the message

    • Stuff Error: Error in the stuffing bits

    • CRC Error: Error in the cyclic redundancy check

    • Form Error: Error in the message format

    • Acknowledge Error: Error in the acknowledgement of the message

  • Answered by AI
  • Q2. Bit arbitration and its significance
  • Ans. 

    Bit arbitration is the process of resolving conflicts when multiple devices try to access the same bus simultaneously.

    • Bit arbitration is important in multi-master systems where multiple devices can initiate data transfer.

    • It ensures that only one device gains control of the bus at a time.

    • Different arbitration schemes include priority-based, round-robin, and collision detection.

    • For example, in a CAN bus system, the devic...

  • Answered by AI
  • Q3. Difference between normal can and extended can
  • Ans. 

    CAN is a communication protocol used in automotive and industrial applications. Normal CAN has 11-bit identifier while Extended CAN has 29-bit identifier.

    • Normal CAN has 11-bit identifier while Extended CAN has 29-bit identifier.

    • Extended CAN allows for more unique identifiers, enabling more devices to communicate on the same network.

    • Normal CAN has a maximum data rate of 1 Mbps while Extended CAN has a maximum data rate ...

  • Answered by AI
  • Q4. Why can bus uses 120 ohm resistance
  • Ans. 

    120 ohm resistance is used in CAN bus to match the characteristic impedance of the transmission line.

    • CAN bus is a differential signaling system that requires a balanced impedance to prevent signal reflections.

    • The 120 ohm resistance matches the characteristic impedance of the transmission line, which is typically 120 ohms.

    • Without the proper impedance matching, signal reflections can cause data errors and reduce the maxi...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain diagnostic protocols
  • Ans. 

    Diagnostic protocols are a set of rules and procedures used to identify and troubleshoot problems in a system.

    • Diagnostic protocols are used in various fields such as automotive, medical, and computer networking.

    • They involve a series of tests and measurements to identify the root cause of a problem.

    • Diagnostic protocols can be manual or automated, depending on the complexity of the system.

    • Examples of diagnostic protocols...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Bosch its all about can, and diagnostics protocols, uds services, no matter what the position

Skills evaluated in this interview

Deevia Software India Interview FAQs

How many rounds are there in Deevia Software India Embedded Developer interview?
Deevia Software India interview process usually has 2 rounds. The most common rounds in the Deevia Software India interview process are Technical.
What are the top questions asked in Deevia Software India Embedded Developer interview?

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

  1. Arrays,functions,pointers,structures,unions,bitw...read more
  2. Questions related to proj...read more

Tell us how to improve this page.

People are getting interviews through

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

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
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
Google Interview Questions
4.4
 • 833 Interviews
Mphasis Interview Questions
3.4
 • 784 Interviews
View all
Software Engineer
46 salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Software Engineer
18 salaries
unlock blur

₹7.9 L/yr - ₹19.4 L/yr

Associate Software Engineer
15 salaries
unlock blur

₹5.5 L/yr - ₹6.5 L/yr

Engineer Trainee
7 salaries
unlock blur

₹5 L/yr - ₹5.5 L/yr

Associate Engineer
4 salaries
unlock blur

₹5.5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Deevia Software India with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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