The first question was quite easy and it was about arrays.
Engineer Internship Interview Questions
23,889 engineer internship interview questions shared by candidates
Design a calculator with the input as a string, for example: "12+34/(3-4)+21*4=12", output the value of the expression
Perform division of two numbers without using the division symbols (/, %)
Giving two strings that represent a binary numbers, return as a string the sum of them.
What is your favorite project.
Divide a number by another number and return the quotient and remainder without using div or mod.
given an array of strings, return the subarray that contains all the elements that are prefixes for the other elements in the array
Validate a binary search tree
Print the every path of a binary tree
Word Search problem from Leet Code.
Viewing 2521 - 2530 interview questions