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

Question 1

Domanda 1: Dai una definizione di sistema integrato.

How to answer
Come rispondere: Dimostra le tue competenze fornendo una risposta sintetica e allo stesso tempo accurata. Spiega che un sistema integrato è un computer che risiede in una macchina di dimensioni maggiori e funziona in modo univoco per eseguire una determinata attività. Potresti anche fornire alcuni esempi concreti come un’automobile, un elettrodomestico o un lettore MP3.
Question 2

Domanda 2: Quali linguaggi di programmazione sai utilizzare?

How to answer
Come rispondere: Gli Embedded software engineer si occupano della realizzazione di sistemi funzionali complessi, quindi è utile mettere in evidenza le tue competenze tecniche. L’intervistatore si aspetta che tu faccia riferimento ai linguaggi di programmazione di base come C e C++. Puoi citare i linguaggi di programmazione che preferisci o quelli che vorresti approfondire, dimostrando passione e interesse per la formazione continua.
Question 3

Domanda 3: Hai mai collaborato con ingegneri e designer?

How to answer
Come rispondere: Il lavoro in team è fondamentale perché ti permettere di collaborare con gli altri per raggiungere un obiettivo comune. Puoi citare un episodio in cui hai collaborato con successo per risolvere un problema relativo a un prodotto. Soffermati a parlare della tua capacità di gestire lo stress, comunicare in maniera chiara i problemi complessi e ascoltare gli altri.

4,133 embedded software engineer interview questions shared by candidates

They give you an assignment which has the question like this. Obviously one is allowed to decide what he wants and documents everything or every assumption made. However you are not allowed to ask them questions about the assignment The exercise exists in the implementation of a non-volatile memory storage component. This component should be able to backup and restore values corresponding to a unique attribute identifier. For the simplicity of the exercise the underlying non-volatile memory (eeprom, flash, …) can be modelled as a file. Component Specification • Implement the basic implementation of this component based on following API description: typedef unsigned char UInt8; typedef UInt8 gpNvm_AttrId; typedef UInt8 gpNvm_Result; gpNvm_Result gpNvm_GetAttribute(gpNvm_AttrId attrId, UInt8* pLength, UInt8* pValue); gpNvm_Result gpNvm_SetAttribute(gpNvm_AttrId attrId, UInt8 length, UInt8* pValue); • Make sure the implementation supports different datatypes for pValue. Some examples: o Basic datatypes like UInt8, UInt32,… o An array of UInt8 o Structs like for instance: #define MAX_LENGTH 20 typedef struct { UInt8 id; UInt32 options; UInt8 length; UInt8 data[MAX_LENGTH]; } gpTestData_t; • Ensure the implementation discovers and corrects corruptions in the underlying storage. • Extend your solution with a unit test. • Pay attention to optimize knowledge transfer to other developers
avatar

Senior Embedded Software Engineer

Interviewed at Qorvo

3.5
Sep 25, 2020

They give you an assignment which has the question like this. Obviously one is allowed to decide what he wants and documents everything or every assumption made. However you are not allowed to ask them questions about the assignment The exercise exists in the implementation of a non-volatile memory storage component. This component should be able to backup and restore values corresponding to a unique attribute identifier. For the simplicity of the exercise the underlying non-volatile memory (eeprom, flash, …) can be modelled as a file. Component Specification • Implement the basic implementation of this component based on following API description: typedef unsigned char UInt8; typedef UInt8 gpNvm_AttrId; typedef UInt8 gpNvm_Result; gpNvm_Result gpNvm_GetAttribute(gpNvm_AttrId attrId, UInt8* pLength, UInt8* pValue); gpNvm_Result gpNvm_SetAttribute(gpNvm_AttrId attrId, UInt8 length, UInt8* pValue); • Make sure the implementation supports different datatypes for pValue. Some examples: o Basic datatypes like UInt8, UInt32,… o An array of UInt8 o Structs like for instance: #define MAX_LENGTH 20 typedef struct { UInt8 id; UInt32 options; UInt8 length; UInt8 data[MAX_LENGTH]; } gpTestData_t; • Ensure the implementation discovers and corrects corruptions in the underlying storage. • Extend your solution with a unit test. • Pay attention to optimize knowledge transfer to other developers

Viewing 521 - 530 interview questions

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