Write a program to solve a problem.
Software Developer New Grad Interview Questions
3,049 software developer new grad interview questions shared by candidates
Write an algorithm to print out all of the possible solutions for a^3 + b^3 = c^3 + d^3
Isomorphic trees
A graph BFS question and A question of building a stack
Given a list of integers of at least length 7, print the average of each consecutive 7 number long subsequence (sliding window).
Can't tell based on confidentiality
Write a method that would reverse the merge sort, ie given many Objects with mapped sorted values to it, create a one big HashMap that is sorted by each Object and is sorted inside each Object by the timestamp.
find cycle in linked list
input: list of possibly overlapping intervals, not sorted output: list of intervals that cover the same range but without overlapping (all intervals are closed)
If Mary is currently 50 yrs old and her mother is 76 yrs old. How many years back was her mother 3 times as old as Mary?
Viewing 21 - 30 interview questions