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.
Software Intern Interview Questions
17,771 software intern interview questions shared by candidates
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.
Play a game that always starts from you. Each time you can only pick up 1 or 3 or 4 coins from the table. Who leaves the enemy with no coins to pick up wins the game. Assume that your enemy is super intelligent that if there is a way he/ she can win, he/ she wins. Question: Write a function to return if you will win or lose the game say given n coins on the table.
How would you find the second largest integer in an unsorted array? Write the code.
Given a text file, perform a pre-processing step to create a DS; so later when queried for a word, the lookup is very fast.
How do you check if the 5th bit is a 1 in a binary number
give you a array of color, to count how many kind of color it contained.
Viewing 2071 - 2080 interview questions