Given a matrix of unsorted ints, find the path with maximum sum.
Software Developer New Grad Interview Questions
3,049 software developer new grad interview questions shared by candidates
Implement a function to simplify a unix based path. Example: input: /a/b/../c/. output: /a/c
Very basic questions on data structures and algorithms.
Due to some reasons I cannot reveal questions here, but please find something more about system design and implementation, especially if you have some relevant stuff on resume.
Person class with mother,father, age, gender and siblings defined. Now find older sister and ancestor
Find bugs in this code
implement "parse" function e.g. atoi
Based on the xkcd comic about NP-completeness, can you find all of the possible combinations of appetizers that add up to a certain price amount?
Design MVC for a leaderboard
OA is to solve one coding problem on Hankerrank. It's very similar to the Leetcode problem 15, "3sum". You need to get the value from stdin.
Viewing 61 - 70 interview questions