Main differences between Java and C
Graduate Software Engineer Interview Questions
3,308 graduate software engineer interview questions shared by candidates
General medium leetcode type questions ?
If you were a software engineer, and the owner of a business, who would you delegate the problem you described before, explain why and what affected your decision.
given a board of size NxM rectangular battle ships. How can you count how many ships are in the board? optimize to O(NM) time and O(1) space
You have 9 marbles and balance scale. 8 of the marbles are same and 1 marble is heavier than others. You can use balance scale only 2 times and your goal is to find which marble is the heavy one.
Breadth first and depth first search
If you have an autonomous robot in a 2 plane of unknown size, program it to find a hidden mineral somewhere on the plane.
Write a function that when given a string will return the position of the starting point of the largest reoccurring character. (ie. given:"AAABBCCCCD" would return 5 (starting point of C)) Test your code.
They asked me a brain teaser question
The group exercise is difficult if you are not very proficient in business cases, especially if the other people participating have undergone business related studies. During the one-to-one interview they look especially how you present your ideas, and if you are enough clear or not.
Viewing 181 - 190 interview questions