Display all the numbers from 0 to 1000000. All the digits of a displayed number should be different.
Software Engineer 2 Interview Questions
666,175 software engineer 2 interview questions shared by candidates
Reverse words in string. Some questions about distributed system.
I can't go into details about the problems. But I wish I had studied my graph algorithms a little more closely. Make sure you know your big-O algorithm classifications. Almost every interviewer asked me something to do with that.
Write a code that returns the deepest node in a binary tree. If the tree is complete, having two same depth of node, return the rightmost node.
Given a 8x8 chessboard, write code to calculate the number of ways you can go from the the top left corner to the bottom right corner, given that you can go down, up, left, AND right.
Determine whether 4 elements in an array sum to 0 in O(n^2) time.
How many ways can an ant travel through all of the corners of a cube? Constraints were that each corner cannot be visited twice. How many ways can an ant start at a corner move through all adjacent corners and return to starting position?
- Given a real-time list of traded stocks, need to get the last N (arbitrary) unique traded stocks. Write addTrade(string ticker) and getLastNUnique(int n) functions with efficient runtime.
2, 3, 5, 7, what comes next
Implement singleton
Viewing 1961 - 1970 interview questions