Q. Reverse a linked list without modifying the existing list.
Software Intern Interview Questions
17,721 software intern interview questions shared by candidates
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.
HR Question: What are your long term goals?
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.
Given a i-order list of operations along with operands, we need to compute the result. Converting inorder operations to post order operations was a fundamental question? Like before we need to handle error checks as well as follow object-oriented coding
Why do you like programming?
Design a bookcase and find nth book and shelf
Reverse a linked list. After presenting a solution I was asked to provide a recursive method.
Viewing 2061 - 2070 interview questions