Leetcode Medium Questions. Not difficult at all.
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
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 method to rotate an array at n without using O(1) space. How would you test this method
Which x86 CPU register usually holds the result?
Write a function to remove duplicates from a list of characters.
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
Comtinuous performance improvement of a prime-number algorithm optizing for various characteristics.
First round is coding, where they would give you real time problem based on your domain
1) DS questions on Graph
thought process
Viewing 241 - 250 interview questions