Q. Reverse a linked list without modifying the existing list.
Intern Software Engineer Interview Questions
9,450 intern software engineer 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.
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?
Reverse a linked list. After presenting a solution I was asked to provide a recursive method.
How would you find the second largest integer in an unsorted array? Write the code.
How do you check if the 5th bit is a 1 in a binary number
Viewing 1111 - 1120 interview questions