That is depend to condidate. They asked about the products. And previous work experience.
Embedded Engineer Interview Questions
6,867 embedded engineer interview questions shared by candidates
No
Mostly embedded systems related techincal questions.
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
Go through your CV and ask questions
They asked me about my previous experience in this particular domain.
Viewing 1821 - 1830 interview questions