Why do you want to work at Raytheon?
Embedded Software Engineer Interview Questions
4,134 embedded software engineer interview questions shared by candidates
Do you have experience with an Agile development process?
What language do you prefer and which one are you most experienced in?
Each interviewer had some whiteboard questions. Most were about thread safety or streaming data.
What is the longest programming project you have completed (i.e. how many lines of code)
differences between the const and volatile qualifiers?
One technical question asked was to design a public interface for memory allocation (malloc and free) functions that had to intelligently decide between using small_alloc/small_free for allocations up to 30 bytes and big_alloc/big_free for larger allocations. The challenge was to implement a system that could remember which function to call for freeing memory without that information being available at the time of deallocation. The allocation functions allocate fixed size.
Typical HR questions about your experience and what you're looking for
Translate a text. Write an email.
Calculate the median value for an N sized running buffer
Viewing 2421 - 2430 interview questions