thought process
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
1. LCA in a binary tree 2. Find the medium of two sorted array 3. Find a number in a partially sorted matrix (the matrix is sorted column-wise and row-wise)
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?
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.
Question similar to counter design
Major focuses were towards Data structures & Algorithms, Multithreading, Database, and System Design concepts
what is the difference between this and that in different programming language
in a binary tree find monotonous increasing path of any difference.
Viewing 251 - 260 interview questions