Leetcode Medium Questions. Not difficult at all.
Engineer Ii Interview Questions
9,767 engineer ii interview questions shared by candidates
Q. Implement a KD tree in C++.
Assume a text console where somebody is typing input. Whenever the person hits enter, we should display the string that he has entered. The string can be very very long and the program that takes the input and displays should be as fast as possible. Write such a C program
If you were informed by a PM that you were responsible for building out a an entirely new service, how would you build it out?
Write a method to rotate an array at n without using O(1) space. How would you test this method
Comtinuous performance improvement of a prime-number algorithm optizing for various characteristics.
OTA interview questions ranged from Leetcode easy-medium/easy.
Which x86 CPU register usually holds the result?
Design a scheduler to run many functions at different times. It needs to (obviously) be thread-safe. Each task which is scheduled to run will have a time stamp, containing a desired execution time, a function pointer (containing the desired function). Also, find a way to supply the arguments to each function. Implement the mechanisms for scheduling/removing work to be done. How would you handle functions that must be serialized as opposed to ones that didn't need to be?
Write a function to remove duplicates from a list of characters.
Viewing 1161 - 1170 interview questions