Upload Button Icon Add office photos

Filter interviews by

BrainAlive Embedded Developer Interview Questions and Answers

Updated 18 Jul 2024

BrainAlive Embedded Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Set and reset the bit
  • Ans. 

    Setting and resetting a bit involves changing the value of a specific bit in a binary number.

    • To set a bit, use bitwise OR operation with 1 at the desired position

    • To reset a bit, use bitwise AND operation with 0 at the desired position

    • Example: Set bit 3 in binary number 1010 (10 in decimal) -> 1010 | 0010 = 1010 (10)

    • Example: Reset bit 2 in binary number 1101 (13 in decimal) -> 1101 & 1011 = 1001 (9)

  • Answered by AI
  • Q2. Print a string without using a samicolon
  • Ans. 

    Use printf function to print a string without using a semicolon.

    • Use printf function with a newline character at the end to print the string without a semicolon.

    • Example: printf("Hello, World!\n") will print 'Hello, World!' without using a semicolon.

  • Answered by AI

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Linked list related questions
  • Q2. Memory allocation in c
  • Ans. 

    Memory allocation in C involves dynamically allocating and deallocating memory during program execution.

    • Memory allocation in C is done using functions like malloc, calloc, realloc, and free.

    • malloc function is used to allocate a block of memory of a specified size.

    • calloc function is used to allocate a block of memory for an array of elements, initializing all bytes to zero.

    • realloc function is used to resize a previously...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Oct 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 

(5 Questions)

  • Q1. Basic question from my Resume and Work/Projects
  • Q2. Technical Question : Stackoverflow, Queue, Virtual Class/Keyword, Pointers, Linked List
  • Q3. Memory Stack, Local/Glabal/Staic Variable stored where?
  • Q4. Direct Memory Access, Heap, Stack, Dyanamic Memory Allocation, memory Segmentation fault
  • Q5. Difference between Timer and counters?
  • Ans. 

    Timers are used to measure time intervals, while counters are used to count events or occurrences.

    • Timers are typically used for generating delays, measuring time intervals, or triggering events at specific times.

    • Counters are used to count external events, such as pulses or interrupts.

    • Timers can be used to implement software delays, while counters can be used for tasks like frequency measurement.

    • Examples: A timer can be...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - C++ questions mainly

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What difference between Microprocessor and Micro controller?
  • Ans. 

    Microprocessor is a standalone CPU while microcontroller has CPU, memory, and peripherals on a single chip.

    • Microprocessor is used in applications where processing power is the main requirement, like computers.

    • Microcontroller is used in embedded systems where space, power, and cost are constraints, like in IoT devices.

    • Microprocessors require external components like memory and peripherals, while microcontrollers have th...

  • Answered by AI
  • Q2. Talk about communication protocol such as I2C, UART, SPI? Which is faster and how
  • Q3. Stack memory in microcontroller
  • Ans. 

    Stack memory in microcontrollers is used for storing local variables, function parameters, return addresses, and other temporary data during program execution.

    • Stack memory is a limited resource in microcontrollers and is typically smaller than heap memory.

    • Stack memory is managed automatically by the compiler and is organized as a LIFO (Last In, First Out) data structure.

    • Accessing stack memory is faster than accessing h...

  • Answered by AI
  • Q4. What's use the use of Static keywords
  • Ans. 

    Static keyword is used to declare variables and functions that are only accessible within the file they are declared in.

    • Static variables retain their value between function calls

    • Static functions can only be called within the file they are declared in

    • Static variables in functions are initialized only once

  • Answered by AI
  • Q5. Bit manipulation programming questions

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. SPI, I2C, etc communication protocol
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

Embedded Software Engineer Interview Questions & Answers

Infosys user image Vishnupriya Thamilarasan

posted on 1 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Very basic c questions like an array

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

BrainAlive Interview FAQs

How many rounds are there in BrainAlive Embedded Developer interview?
BrainAlive interview process usually has 1 rounds. The most common rounds in the BrainAlive interview process are Technical.
What are the top questions asked in BrainAlive Embedded Developer interview?

Some of the top questions asked at the BrainAlive Embedded Developer interview -

  1. Print a string without using a samico...read more
  2. Set and reset the ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
View all
Senior Firmware Developer
4 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

UI/UX Designer
3 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Embedded Firmware Engineer
3 salaries
unlock blur

₹3 L/yr - ₹5.8 L/yr

Software Development Engineer II
3 salaries
unlock blur

₹11 L/yr - ₹22.2 L/yr

Report Executive
3 salaries
unlock blur

₹1.9 L/yr - ₹2 L/yr

Explore more salaries
Compare BrainAlive with

NeuroLeap

2.0
Compare

Zydus Lifesciences

4.1
Compare

Niramai Health Analytix

3.5
Compare

Portea Medical

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