Upload Button Icon Add office photos

Filter interviews by

Montra Electric Embedded Developer Interview Questions and Answers for Experienced

Updated 27 May 2024

Montra Electric Embedded Developer Interview Experiences for Experienced

1 interview found

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

I applied via Company Website and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Are you develpoed a software from scratch? Or not?
  • Ans. 

    Yes, I have developed software from scratch for various projects.

    • I have experience developing software from scratch for projects in the automotive industry.

    • I have created custom firmware for embedded systems starting from a blank slate.

    • I have built applications from the ground up using C/C++ and Python.

    • I have designed and implemented algorithms for real-time processing in embedded systems.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont bend for the company needs. Make a demand with the knowledge and exp. And in my point of view. No tier 1 cmpy making their code from scratch based on the needs of oem(time taking process) or following standards of Oem. So question asked was irrelevant.

Skills evaluated in this interview

Interview questions from similar companies

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. It's about C programming and data structure and Embedded Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. High level C programming questions and project explanation
Round 4 - HR 

(1 Question)

  • Q1. Offer, salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and confident while answering, and improve the skill in c programming and data structure
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is difference between Normal OS and RTOS? What is difference between microcontroller and microprocessor? Write a C program to swap two numbers without using 3rd variable.
  • Ans. 

    RTOS is a real-time operating system designed for time-sensitive applications. Microcontrollers are integrated circuits with built-in memory and peripherals.

    • RTOS is designed to provide deterministic and predictable response times for critical tasks.

    • Normal OS is designed for general-purpose computing and may not prioritize real-time tasks.

    • Microcontrollers are typically used in embedded systems and have limited resources...

  • Answered by AI
  • Q2. What is storage class in C?
  • Ans. 

    Storage class in C determines the scope, visibility, and lifetime of variables.

    • C has four storage classes: auto, register, static, and extern.

    • Auto storage class is the default and is used for local variables.

    • Register storage class is used for variables that should be stored in CPU registers for faster access.

    • Static storage class is used for variables that retain their values between function calls.

    • Extern storage class ...

  • Answered by AI
  • Q3. What is difference between macro and constant variable in C? How to divide a number without using division operator?
  • Ans. 

    A macro is a preprocessor directive that is replaced by its value before compilation, while a constant variable is a read-only variable.

    • Macros are defined using the #define directive, while constant variables are declared using the const keyword.

    • Macros are replaced by their values during preprocessing, while constant variables are stored in memory.

    • Macros can lead to code duplication, while constant variables provide ty...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Embedded Software Engineer interview:
  • C
  • Embedded Systems

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

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Basic c datastructucture networking l2 l3 questions

Round 2 - Technical 

(5 Questions)

  • Q1. Question on projects.
  • Q2. How packet goes from source to destination.
  • Ans. 

    Packets are sent from source to destination through a series of network devices using routing protocols.

    • Packet is created at the source with source and destination IP addresses.

    • Packet is sent to the default gateway or router.

    • Router checks its routing table to determine the next hop for the packet.

    • Packet is forwarded to the next hop until it reaches the destination.

    • Destination receives the packet and sends an acknowledg

  • Answered by AI
  • Q3. Delete a node from single linked list.
  • Ans. 

    To delete a node from a single linked list, we need to find the node and update the pointers.

    • Traverse the list to find the node to be deleted

    • Update the previous node's pointer to point to the next node

    • Free the memory of the node to be deleted

  • Answered by AI
  • Q4. Dynamic memory alocation in c
  • Ans. 

    Dynamic memory allocation in C allows allocation of memory at runtime.

    • Dynamic memory allocation is done using functions like malloc(), calloc(), realloc() and free().

    • malloc() allocates memory block of specified size and returns a pointer to the first byte of allocated memory.

    • calloc() allocates memory block of specified size and initializes all bits to zero.

    • realloc() changes the size of previously allocated memory block...

  • Answered by AI
  • Q5. Interprocess communication in OS
  • Ans. 

    Interprocess communication is a mechanism that allows processes to communicate with each other in an OS.

    • IPC mechanisms include pipes, sockets, message queues, shared memory, and signals.

    • IPC can be used for synchronization, data sharing, and coordination between processes.

    • IPC can be implemented using system calls such as fork(), pipe(), socket(), and msgget().

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Embedded Engineer interview:
  • Pointer array structure linked l
Interview preparation tips for other job seekers - Slove c problems and clear all basic concepts.

Skills evaluated in this interview

I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Phone interview 

(1 Question)

  • Q1. Advanced data structures like double linked list

Interview Preparation Tips

Topics to prepare for Amazon Embedded Software Engineer interview:
  • Data Structures
Interview preparation tips for other job seekers - They ask you about advanced data structures even though you are never going to use them.
The thing is their hiring standards are very high and work is mostly project maintenance type only.
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:
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 

(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

Montra Electric Interview FAQs

How many rounds are there in Montra Electric Embedded Developer interview for experienced candidates?
Montra Electric interview process for experienced candidates usually has 1 rounds. The most common rounds in the Montra Electric interview process for experienced candidates are One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Montra Electric interview
Company Website
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.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k 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.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Territory Service Manager
6 salaries
unlock blur

₹7.6 L/yr - ₹9.5 L/yr

Assistant Manager
5 salaries
unlock blur

₹4 L/yr - ₹11.3 L/yr

Manager
3 salaries
unlock blur

₹3 L/yr - ₹16 L/yr

Design Engineer
3 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Deputy Manager
3 salaries
unlock blur

₹10.3 L/yr - ₹18 L/yr

Explore more salaries
Compare Montra Electric with

Hero Electric

4.0
Compare

Ather Energy

4.0
Compare

Exide Industries

3.5
Compare

Luminous Power Technologies

4.2
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