Embedded Software Engineer Interview Questions

Embedded Software Engineer Interview Questions

Embedded software engineers ontwikkelen en onderhouden embedded systemen. Hiervoor zijn vaak geavanceerde softwarevaardigheden en een probleemoplossend vermogen voor nodig. In een sollicitatiegesprek voor embedded software engineer kan de vragensteller vragen stellen die uw vaardigheden en ervaring op het vlak van coderen toetsen. Verwacht ook vragen over hoe u samenwerkt met anderen, omdat de functie mogelijk binnen een team valt.

Meest gestelde sollicitatievragen voor een embedded software engineer (M/V/X) en hoe te antwoorden

Question 1

Vraag 1: Definieer een embedded systeem.

How to answer
Zo antwoordt u: Bewijs uw competentie door een beknopt maar grondig antwoord te geven. Leg uit dat een embedded systeem een computer is die leeft binnen een grotere machine en op een unieke manier werkt om een bepaalde taak uit te voeren. Denk aan het geven van een aantal voorbeelden, zoals een auto, een keukenmachine of een MP3-speler.
Question 2

Vraag 2: Welke programmeertalen kunt u gebruiken?

How to answer
Zo antwoordt u: Embedded software engineers zijn verantwoordelijk voor het bouwen van complexe functionele systemen. Het is dus gunstig om uw technische vaardigheden te benadrukken. De vragensteller wil misschien dat u basis programmeertalen noemt zoals C en C++. U kunt aangeven aan welke talen u de voorkeur geeft of waarin u meer ervaring wilt opdoen. Hiermee toont u passie en een doorlopende bereidheid om te leren.
Question 3

Vraag 3: Hebt u samengewerkt met engineers en ontwerpers?

How to answer
Zo antwoordt u: U moet mogelijk samenwerken met anderen aan een gemeenschappelijk doel, teamwerk is dus essentieel. U kunt een anekdote delen over een situatie waarin u succesvol samenwerkte om een probleem met een product op te lossen. Richt u op uw vermogen om om te gaan met stress, duidelijk complexe kwesties te communiceren en te luisteren naar anderen.

6,867 embedded software engineer interview questions shared by candidates

There is an 8 bit counter that is incremented by hardware every tick call it counter8 And there is an interupt handler that is called every tick. I should write the code for the interrupt handler to implement a 16 bit counter.
avatar

Embedded Software Developer

Interviewed at Nuvoton

3.9
Feb 8, 2018

There is an 8 bit counter that is incremented by hardware every tick call it counter8 And there is an interupt handler that is called every tick. I should write the code for the interrupt handler to implement a 16 bit counter.

Given are two functions. One function writes to the shared memory using the function write_to_mem() One function reads from shared memory using the function read_from_mem() We also have a 8 bit variable sem. First function can set/clear only the first bit of sem (msb), indicating it just wrote to the mem. Second function can set/clear only the last bit of sem (lsb) indicating it finished reading from mem. Both functions can read both bits. The two functions might run on different processor with different frequencies. Processor 1 runs a code that call the first function in en endless loop Processor 2 runs a code that call the second function in en endless loop. I need to write the code in each processor such that the functions are synchronized.
avatar

Embedded Software Developer

Interviewed at Nuvoton

3.9
Feb 8, 2018

Given are two functions. One function writes to the shared memory using the function write_to_mem() One function reads from shared memory using the function read_from_mem() We also have a 8 bit variable sem. First function can set/clear only the first bit of sem (msb), indicating it just wrote to the mem. Second function can set/clear only the last bit of sem (lsb) indicating it finished reading from mem. Both functions can read both bits. The two functions might run on different processor with different frequencies. Processor 1 runs a code that call the first function in en endless loop Processor 2 runs a code that call the second function in en endless loop. I need to write the code in each processor such that the functions are synchronized.

Viewing 151 - 160 interview questions

Glassdoor has 6,867 interview questions and reports from Embedded software engineer interviews. Prepare for your interview. Get hired. Love your job.