My past experience with yocto
Embedded Software Engineer Interview Questions
Embedded Software Engineer Interview Questions
Gli Embedded software engineer si occupano di sviluppare e mantenere i sistemi integrati e devono possedere competenze avanzate in ambito di software e di problem-solving. In un colloquio per Embedded software engineer, l’intervistatore potrebbe rivolgerti domande per valutare la tua esperienza e le tue competenze di codifica. Aspettati anche di dover spiegare come ti poni nei confronti degli altri, perché questo ruolo può prevedere il lavoro in team.
Domande tipiche dei colloqui per Embedded software engineer e come rispondere
Domanda 1: Dai una definizione di sistema integrato.
Domanda 2: Quali linguaggi di programmazione sai utilizzare?
Domanda 3: Hai mai collaborato con ingegneri e designer?
4,133 embedded software engineer interview questions shared by candidates
No
Assume we have a function get_book_info(isbn) that takes a string ISBN argument and retrieves a struct/object containing the Title, Author, and Language of a book (each represented as a string) that takes a nontrivial amount of time to run (perhaps because it’s making a call to a database). Write a wrapper function that increases performance by keeping results in memory for the quick lookup. To prevent memory from growing unbounded, we only want to store a maximum of N book records. At any given time, we should be storing the N books that we accessed most recently. Assume that N can be a large number when making decisions about choices of data structure(s) and algorithm(s).
They asked me what I did at a company that I was currently working on.
I didn't get very much within the recruitment process to place that, but it was "what's your superpower?".
Synchronization approaches and major problems of concurrency programming.
Previous experience and projects that I did
They asked me about my previous experience in this particular domain.
Explain what is wrong with this interrupt service routine.
Explain about my experience
Viewing 1031 - 1040 interview questions