Upload Button Icon Add office photos

Filter interviews by

Boson Motors Embedded Systems Engineer Interview Questions and Answers

Updated 27 Jul 2023

Boson Motors Embedded Systems Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
6-8 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 - Technical 

(1 Question)

  • Q1. What are serial communication protocols? Diff between i2c and uart protocols What is Arduino programming? Final year project code?
  • Ans. 

    Serial communication protocols are methods used for data transmission between devices. I2C and UART are two common protocols used in embedded systems.

    • I2C (Inter-Integrated Circuit) is a synchronous serial communication protocol that uses a master-slave architecture and supports multiple devices on the same bus.

    • UART (Universal Asynchronous Receiver-Transmitter) is an asynchronous serial communication protocol that uses ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Problems on series and parallel sums? DC motor control techniques Electric vehicles components Fav subjects. Project

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1.explain what is a watchdog timer
  • Ans. 

    A watchdog timer is a hardware or software component that monitors the operation of a system and resets it if necessary.

    • A watchdog timer is used to prevent system crashes or lock-ups by resetting the system if it becomes unresponsive.

    • It is typically implemented as a counter that needs to be periodically reset by the system software.

    • If the watchdog timer is not reset within a certain time period, it triggers a system re...

  • Answered by AI
  • Q2. 2.explain what is semaphore
  • Ans. 

    Semaphore is a synchronization object used to control access to a shared resource.

    • Semaphore is a signaling mechanism used to control access to a shared resource

    • It allows multiple processes/threads to access the shared resource simultaneously

    • Semaphore maintains a count of the number of resources available

    • When a process/thread requests access to the resource, the count is decremented

    • When the process/thread releases the r...

  • Answered by AI
  • Q3. What is a interrupt latency
  • Ans. 

    Interrupt latency is the time delay between the occurrence of an interrupt and the start of the routine that services the interrupt.

    • Interrupt latency is a critical factor in real-time systems

    • It can be affected by factors such as the priority of the interrupt and the current state of the processor

    • Reducing interrupt latency can improve system performance and responsiveness

    • Examples of interrupts include hardware interrupt...

  • Answered by AI
  • Q4. What does DMA address will deal with
  • Ans. 

    DMA address deals with data transfer between memory and peripherals without CPU intervention.

    • DMA stands for Direct Memory Access.

    • DMA address is used to transfer data between memory and peripherals without CPU intervention.

    • DMA address is used to reduce the load on the CPU and improve system performance.

    • Examples of peripherals that use DMA include network cards, sound cards, and hard drives.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - while we answering to interview we have to save answer condifient some time the interview will be confusion our answers so on that time

Skills evaluated in this interview

I applied via campus placement at Sastra University and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Difference between C & CPP, rate your coding skills on a scale of 1 to 10, asked questions from my area of interest (cloud computing), couple of HR and Manegerial questions were asked in the middle too

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview was pretty seemless. I answered the questions confidently even though I was afraid and excited at the same time. A calm attitude is all you need to attend interview. I had 3 people in my panel. They were from HR, manegerial and technical interview conducted by each person separately at the same time. Since mine was a virtual interview, my video and audio was on and interviewers mic was only on, so I wasn't able to predict anything from their faces. Make sure your programming languages basics are strong (OOPS concept, difference between C,CPP and JAVA) and basic questions from your area of interest. Since mine wass an on-campus recruitment, I had sent my resume when I applied so they already had mine. I'm not sure about off-campus tho. Guessing it must be the same.
All the best do well, definitely don't panic and put up a very positive and confident attitude even tho you don't know the answer properly. Be subtle if you don't know the answer. Answer politely. Good luck and always remember "good things take time".

I applied via Company Website and was interviewed in May 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 - Aptitude Test 

Verbal reasoning, grammer, spelling mistake, analogies, sentence correction, critical reasoning.

Round 3 - HR 

(2 Questions)

  • Q1. What is your family background?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Search a job , apply for jobs, write the assisment.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is basic of c
  • Ans. 

    Basics of C include syntax, data types, variables, functions, and control structures.

    • C is a procedural programming language

    • Variables must be declared before use

    • Functions are blocks of code that perform a specific task

    • Control structures include if-else, loops, and switch-case

    • Data types in C include int, float, char, etc.

  • Answered by AI
  • Q2. What is basic of embedded
  • Ans. 

    Embedded systems are specialized computing systems designed to perform specific tasks within a larger system.

    • Embedded systems are typically designed to be small, efficient, and reliable.

    • They often have limited resources such as memory, processing power, and energy.

    • Examples of embedded systems include microcontrollers in household appliances, automotive control systems, and industrial automation.

    • Embedded software is spe...

  • Answered by AI
  • Q3. What is basic of contoller
  • Ans. 

    The basic of a controller is to manage and regulate the operation of a system or device.

    • Controllers receive input signals and process them to generate output signals.

    • They can be programmed to perform specific tasks or functions.

    • Examples include microcontrollers, PLCs, and PID controllers.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Volatile keyword
  • Q2. Project specific
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Reason for job change
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Percentage, speed, series, logical abulity, differnces

Round 2 - Technical 

(3 Questions)

  • Q1. C programs, protocols, Embedded C, pointers
  • Q2. Strings swapping nibbles using c
  • Ans. 

    Swapping nibbles of strings in C

    • Use bitwise operations to swap the nibbles of each character in the string

    • Iterate through each character in the string and swap the nibbles

    • Ensure to handle edge cases like strings with odd length or non-hex characters

  • Answered by AI
  • Q3. I2c, can, spi, uart
Round 3 - HR 

(2 Questions)

  • Q1. Normal hr questions
  • Q2. Self, company details

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online c programming test using online tool

Round 2 - One-on-one 

(1 Question)

  • Q1. Manager level round - explain about project and area of difficulty in embedded. Which one we work and fix issue
Round 3 - HR 

(1 Question)

  • Q1. Discuss about offer letter
Interview experience
4
Good
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 

(1 Question)

  • Q1. Programing language
Round 3 - Aptitude Test 

Syllabus based question

Round 4 - HR 

(1 Question)

  • Q1. Introduction, education
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Mainly focused on basics of c language Stack program
  • Q2. Compilation stages , function

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basic c fundamentals well and do practice with program like palindrome etc

Boson Motors Interview FAQs

How many rounds are there in Boson Motors Embedded Systems Engineer interview?
Boson Motors interview process usually has 3 rounds. The most common rounds in the Boson Motors interview process are Technical and Resume Shortlist.
How to prepare for Boson Motors Embedded Systems 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 Boson Motors. The most common topics and skills that interviewers at Boson Motors expect are Automation Testing, Automotive Engineering, CRM, Chemical Engineering and EMC Networker.
What are the top questions asked in Boson Motors Embedded Systems Engineer interview?

Some of the top questions asked at the Boson Motors Embedded Systems Engineer interview -

  1. What are serial communication protocols? Diff between i2c and uart protocols Wh...read more
  2. Problems on series and parallel sums? DC motor control techniques Electric vehi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Boson Motors Embedded Systems Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Electrical Technician
6 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Financial Analyst
4 salaries
unlock blur

₹4.8 L/yr - ₹7.4 L/yr

Mechanical Engg. Design
4 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Electrical Engineer
4 salaries
unlock blur

₹3.9 L/yr - ₹9 L/yr

HR Associate
4 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Boson Motors with

Tesla Motors

4.0
Compare

NIO Limited

4.0
Compare

Rivian

4.5
Compare

Lucid Motors

4.3
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