Write a program to find the square root of a double.
Engineer I Interview Questions
842,471 engineer i interview questions shared by candidates
Write a function to search for a string within another string. Analyze it's complexity, and propose optimizations.
A key is broken on your laptop keyboard. How do you work around it until you can get a new keyboard?
If I need to make a cantilever beam 1mm thick and I only have 0.5mm sheet stock. How can I make a beam that has the same properties as the 1mm.
Use objective-c write code to return the first repeated integer from a given array, with O(n) time
write atoi()
In Round 1, Questions were like merge two Strings in alternating manner, one question on pattern matching of 50 marks.
Write an algorithm to verify if a tree is a binary search tree.
Create a data structure that minimizes time complexity of retrieving median and inserting new element. Getting median should be O(1) and insertion should be O(log(n)).
Divide two numbers without using / or % and return quotient.
Viewing 981 - 990 interview questions