How to size an inverter, and its operating regions
Engineer Intern Interview Questions
15,358 engineer intern interview questions shared by candidates
Nothing special actually
it is basic algorithms. The first is a sort algorithm. There is an array with a million integer. The integer's length is 10 bit. Find an algorithm with run complexity of N. The second is about detect if there is any circle in a linkelist
Given a keyword (ex: "abc") and a list of words (ex: "aabc", "cab", "ab"), write a function that will return all words in the list that are the same/anagrams of the keyword. In this case, "cab" would be the only word returned. Later changes to the function were added: numbers and symbols might be included in the words but were to be ignored ("ca2b" still matched "abc"), make the function not case sensitive ("A" == "a"), etc...
Q. Reverse a linked list without modifying the existing list.
All questions were pretty easy.
Serialize a binary tree
Lots of questions on memory issues in C. Since Garmin works with a lot of small embedded systems, it would be a good idea to have a strong knowledge of lower level languages and tricks to coding in a low memory, low processing power environment. For instance, examining a section of code and listing each step you could take to save memory.
How did you build control charts and what are the parameters you considered? and explain how it was helpful for the project you did
Given a pre-order list of operations along with operands, we need to compute the result. Also, we need to handle error checks as well as follow object-oriented coding Eg: +98*8.
Viewing 1651 - 1660 interview questions