Given a list of integers of at least length 7, print the average of each consecutive 7 number long subsequence (sliding window).
Grad Interview Questions
7,940 grad interview questions shared by candidates
Which syntax of SQL is used to slice dataset into several chunks
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
There are 8 balls that look the same. 1 of these balls is heavier than the rest. WIth a double scale, how would you find the heaviest ball?
How to process a big number that cannot be stored in any data structure. How you would represent it.
the experience of dealing with conflicts with your groupmates
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 31 - 40 interview questions